Add clone_notes.md to a SNAPverse R package.

use_clone_notes()

Value

side effect of creating file.

Details

The created file is for tracking information unique to a package and helpful to know upon cloning the repository, e.g., external locations of large data sets, available cached files, or other required files that are not tracked with git.

Examples

# NOT RUN {
use_clone_notes
# }