Bläddra i källkod

Initial commit

tags/v0.3.1
Bob Rudis 8 år sedan
incheckning
3d2969a417
  1. 2
      .Rbuildignore
  2. 3
      .gitignore
  3. 8
      DESCRIPTION
  4. 2
      LICENSE
  5. 2
      NAMESPACE
  6. 16
      gdns.Rproj

2
.Rbuildignore

@ -0,0 +1,2 @@
^.*\.Rproj$
^\.Rproj\.user$

3
.gitignore

@ -0,0 +1,3 @@
.Rproj.user
.Rhistory
.RData

8
DESCRIPTION

@ -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

2
LICENSE

@ -0,0 +1,2 @@
YEAR: 2016
COPYRIGHT HOLDER: Bob Rudis

2
NAMESPACE

@ -0,0 +1,2 @@
# Generated by roxygen2: fake comment so roxygen2 overwrites silently.
exportPattern("^[^\\.]")

16
gdns.Rproj

@ -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
Laddar…
Avbryt
Spara