Skip to content

fchuffar/protopackage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protopackage

An empty R package build as a prototype. It illustrates development practices in R: documentation, literate programming, testing, versioning, continuous integration.

R-CMD-check

Install

devtools::install_github("fchuffar/protopackage")

Developement

On a terminal:

git clone [email protected]:fchuffar/protopackage.git
cd protopackage

CI

Under R:

devtools::document(); 
devtools::install(); 
Sys.setenv('_R_CHECK_SYSTEM_CLOCK_' = 0)
devtools::check()
devtools::build()

Vignettes

Under R,

devtools::build_vignettes()

Or, in the vignette directory:

rmarkdown::render("make_a_coffee.Rmd")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages