jacobbien / cssr-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cluster stability selection

For those interested in using cssr

Please see here for the cssr website. This includes all the information needed for those interested in using the package.

For those interested in the cssr code

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.

About


Languages

Language:R 100.0%