commit
3d2969a417
6 changed files with 33 additions and 0 deletions
@ -0,0 +1,2 @@ |
|||
^.*\.Rproj$ |
|||
^\.Rproj\.user$ |
@ -0,0 +1,3 @@ |
|||
.Rproj.user |
|||
.Rhistory |
|||
.RData |
@ -0,0 +1,8 @@ |
|||
Package: gdns |
|||
Title: What the Package Does (one line, title case) |
|||
Version: 0.0.0.9000 |
|||
Authors@R: c(person("Bob", "Rudis", email = "bob@rudis.net", role = c("aut", "cre"))) |
|||
Description: What the package does (one paragraph). |
|||
Depends: R (>= 3.2.4) |
|||
License: AGPL + file LICENSE |
|||
LazyData: true |
@ -0,0 +1,2 @@ |
|||
YEAR: 2016 |
|||
COPYRIGHT HOLDER: Bob Rudis |
@ -0,0 +1,2 @@ |
|||
# Generated by roxygen2: fake comment so roxygen2 overwrites silently. |
|||
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 |
Loading…
Reference in new issue