Permalink
Browse files

Initial commit, after devtools::create()

  • Loading branch information...
0 parents commit 4b4ee4726b0d472e3cc19a739ad493d97edad83b @gaborcsardi gaborcsardi committed Oct 30, 2014
Showing with 28 additions and 0 deletions.
  1. +3 −0 .gitignore
  2. +8 −0 DESCRIPTION
  3. +1 −0 NAMESPACE
  4. +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

Please sign in to comment.