-
Notifications
You must be signed in to change notification settings - Fork 17
9. Development
Catalina Vallejos edited this page Mar 26, 2019
·
5 revisions
Miscellaneous items that are useful while developing the code.
In the folder of the development version from GitHub:
R CMD check .
In the parent folder of the development version from GitHub:
R CMD build BASiCS
And run then
install.packages('BASiCS_x.x.x.tar.gz', repos=NULL)
on the generated file.
The showPDFmanual
function below was created by Prof Brian Ripley here
showPDFmanual <- function(package, lib.loc=NULL)
{
path <- find.package(package, lib.loc)
system(paste(shQuote(file.path(R.home("bin"), "R")),
"CMD", "Rd2pdf",
shQuote(path)))
}
showPDFmanual("BASiCS")
devtools::install_github("catavallejos/BASiCS", ref = "Devel")
devtools::install_github("catavallejos/BASiCS", ref = "Devel", build_vignettes = TRUE)
browseVignettes("BASiCS")
See instructions here, here and here
## Installing R-devel
- Mac OS: http://r.research.att.com