Skip to content

Bioinformatics-Research-Network/R-Programming-III

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

R-Programming-III

To aid her in this effort, you are expected to provide a vignette which outlines how the package works. See a completed example here.

The easiest way to create one is the run:

usethis::use_vignette(name = "bioutils_quickstart", title = "BioUtils Quickstart")

This will create an RMarkdown document, vignettes/bioutils_quickstart.Rmd. Edit this document to create your vignette.

Then, build your vignette like so:

devtools::build_vignettes()

This will create an HTML document in the following location: doc/bioutils_quickstart.html. This is the HTML (user-friendly) vignette.

Finally, it will ensure that your vignette(s) can be successfully built from the linux command line (test this in R by running devtools::build_vignettes()):

Rscript -e "if (is.null(devtools::build_vignettes())) quit(save = 'no', status = 1)"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages