-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 799 Bytes
/
DESCRIPTION
File metadata and controls
22 lines (22 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: trainR
Type: Package
Title: Example package for learning how to develop R packages.
Version: 0.1
Date: 2017-05-25
Authors@R: c(
person("Lindsay", "Carr", role = c("aut", "cre"), email = "lcarr@usgs.gov"))
Description: Setup as a package for people to practice package development
best practices, such as documentation and testing. There are undocumented
functions, known errors, and bad tests so people can practice development skills.
License: CC0
Copyright: This software is in the public domain because it contains materials
that originally came from the United States Geological Survey, an agency of
the United States Department of Interior.
Imports:
dplyr
Suggests: testthat,
knitr,
rmarkdown
LazyData: true
RoxygenNote: 6.0.1
VignetteBuilder: knitr