devtool.R

##Run the stuff up here once to make sure you have the packages needed.
install.packages("devtools")
library("devtools")
devtools::install_github("klutometis/roxygen")
library(roxygen2)
##################



setwd("StochasticCIB") ##Change this line.
document() 
setwd("..")
install("StochasticCIB")

#########################
help(InputCibBanner)
alastair-JL/StochasticCIB documentation built on July 27, 2023, 1:12 a.m.