Description Usage Arguments Details Value Examples
This function helps you add a repository field to a package DESCRIPTION file.
1 2 3 |
name |
|
For packrat and RStudioConnect deployment to work, packages in CRAN-like repositories must identify the name of the repository in their DESCRIPTION files. For CRAN, this line is added by the CRAN maintainers. If you are submitting a package to your institution's repository, you will need to add its name to your DESCRIPTION file.
invisible(NULL)
, called for side effect
1 2 3 4 5 6 7 8 | ## Not run:
# if you have a DRAT repository with the same basename
use_drat_repo()
# if you know the name of the repository
use_repo(name = "ACMERAN")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.