Description Usage Details Examples
The goal of drat is to let you create a source repository. Supporting the inclusion of binary packages is beyond the scope of these tools. However, if your drat repository does not have the directory structure for binaries, you will get some annoying warnings each time you install packages. This function can help you get rid of those messages.
1 |
In a CRAN-like repository, binary packages are kept in their own directory structure. This function looks in your project to see what parts of this directory structure exist. It creates those parts of the structure that do not already exist; but nothing is overwritten.
1 2 3 4 | ## Not run:
make_drat_bin_placeholders()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.