From 9bdd9c068b469aca5283633958c9a4fe0628b16b Mon Sep 17 00:00:00 2001 From: Barry Rowlingson Date: Fri, 12 Jun 2015 21:49:20 +0100 Subject: [PATCH] initial package --- .gitignore | 3 +++ DESCRIPTION | 8 ++++++++ NAMESPACE | 1 + trmm.Rproj | 16 ++++++++++++++++ 4 files changed, 28 insertions(+) create mode 100644 .gitignore create mode 100644 DESCRIPTION create mode 100644 NAMESPACE create mode 100644 trmm.Rproj 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..328e7f5 --- /dev/null +++ b/DESCRIPTION @@ -0,0 +1,8 @@ +Package: trmm +Title: What the Package Does (one line, title case) +Version: 0.0.0.9000 +Authors@R: person("First", "Last", , "first.last@example.com", role = c("aut", "cre")) +Description: What the package does (one paragraph) +Depends: R (>= 3.1.1) +License: What license is it under? +LazyData: true diff --git a/NAMESPACE b/NAMESPACE new file mode 100644 index 0000000..9c9f9ac --- /dev/null +++ b/NAMESPACE @@ -0,0 +1 @@ +exportPattern("^[^\\.]") diff --git a/trmm.Rproj b/trmm.Rproj new file mode 100644 index 0000000..d848a9f --- /dev/null +++ b/trmm.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