From 3d2969a417eb754bb1086c25b53bc46c92304f18 Mon Sep 17 00:00:00 2001 From: Bob Rudis Date: Sat, 9 Apr 2016 16:46:58 -0400 Subject: [PATCH] Initial commit --- .Rbuildignore | 2 ++ .gitignore | 3 +++ DESCRIPTION | 8 ++++++++ LICENSE | 2 ++ NAMESPACE | 2 ++ gdns.Rproj | 16 ++++++++++++++++ 6 files changed, 33 insertions(+) create mode 100644 .Rbuildignore create mode 100644 .gitignore create mode 100644 DESCRIPTION create mode 100644 LICENSE create mode 100644 NAMESPACE create mode 100644 gdns.Rproj diff --git a/.Rbuildignore b/.Rbuildignore new file mode 100644 index 0000000..91114bf --- /dev/null +++ b/.Rbuildignore @@ -0,0 +1,2 @@ +^.*\.Rproj$ +^\.Rproj\.user$ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..807ea25 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.Rproj.user +.Rhistory +.RData diff --git a/DESCRIPTION b/DESCRIPTION new file mode 100644 index 0000000..4479180 --- /dev/null +++ b/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 diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..5b085be --- /dev/null +++ b/LICENSE @@ -0,0 +1,2 @@ +YEAR: 2016 +COPYRIGHT HOLDER: Bob Rudis diff --git a/NAMESPACE b/NAMESPACE new file mode 100644 index 0000000..884a631 --- /dev/null +++ b/NAMESPACE @@ -0,0 +1,2 @@ +# Generated by roxygen2: fake comment so roxygen2 overwrites silently. +exportPattern("^[^\\.]") diff --git a/gdns.Rproj b/gdns.Rproj new file mode 100644 index 0000000..d848a9f --- /dev/null +++ b/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