Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 git@github.com:fchuffar/protopackage.git
cd protopackage

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from fchuffar/protopackage