Please see here for the cssr
website. This includes
all the information needed for those interested in using the package.
cssr
was defined using literate programming with litr. Those interested in modifying the code should edit this Rmd file. Those
interested in reading the code can do so here.
After modifying the code, the following should be run from the R console:
litr::render("index.Rmd")
fs::dir_copy("_book", "docs/create", overwrite = TRUE)
fs::dir_delete("_book")
The first line creates the cssr
R package, website, and bookdown. The next two lines move the bookdown to a directory where github will render it nicely.