make_drat_bin_placeholders: Make binary placeholders for a drat repository

Description Usage Details Examples

View source: R/use_drat.R

Description

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.

Usage

1

Details

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.

Examples

1
2
3
4
## Not run: 
  make_drat_bin_placeholders()

## End(Not run)

ijlyttle/ghentr documentation built on May 18, 2019, 3:41 a.m.