Description Usage Arguments Details Value Examples
View source: R/biocthis_example_pkg.R
This function creates a temporary example package. It is used by the
functions in biocthis
to illustrate the functionality of the package
without exposing users to internals of usethis
that users do not need
to use under typical working conditions.
1 | biocthis_example_pkg(name = "biocthisexample", use_git = FALSE)
|
name |
A |
use_git |
A |
This function creates a package under tempdir()
with the name
provided
and uses usethis::proj_set()
for setting the project directory. Users
do not need to rely on usethis::proj_set()
under typical scenarios. In
other words, if you are running R interactively, usethis
will set the
directory for you.
Check https://github.com/lcolladotor/biocthis/commit/dc387807623f0e945432d15f0d0f899de1b1dd9d#r39102094 for more details that motivated this function.
A character(1)
with the path to a temporary example package to use
in the examples of the biocthis
functions.
1 2 | ## Create an example temporary package for illustrative purposes
pkgdir <- biocthis_example_pkg()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.