Permalink
Please sign in to comment.
Showing
with
28 additions
and 0 deletions.
- +3 −0 .gitignore
- +8 −0 DESCRIPTION
- +1 −0 NAMESPACE
- +16 −0 cranlogs.Rproj
| @@ -0,0 +1,3 @@ | ||
| +.Rproj.user | ||
| +.Rhistory | ||
| +.RData |
| @@ -0,0 +1,8 @@ | ||
| +Package: cranlogs | ||
| +Title: What the package does (one line) | ||
| +Version: 0.1 | ||
| +Authors@R: "First Last <first.last@example.com> [aut, cre]" | ||
| +Description: What the package does (one paragraph) | ||
| +Depends: R (>= 3.1.1) | ||
| +License: What license is it under? | ||
| +LazyData: true |
| @@ -0,0 +1 @@ | ||
| +exportPattern("^[^\\.]") |
| @@ -0,0 +1,16 @@ | ||
| +Version: 1.0 | ||
| + | ||
| +RestoreWorkspace: No | ||
| +SaveWorkspace: No | ||
| +AlwaysSaveHistory: Default | ||
| + | ||
| +EnableCodeIndexing: Yes | ||
| +Encoding: UTF-8 | ||
| + | ||
| +AutoAppendNewline: Yes | ||
| +StripTrailingWhitespace: Yes | ||
| + | ||
| +BuildType: Package | ||
| +PackageUseDevtools: Yes | ||
| +PackageInstallArgs: --no-multiarch --with-keep.source | ||
| +PackageRoxygenize: rd,collate,namespace |
0 comments on commit
4b4ee47