Browse Source

Initial commit

master
hrbrmstr 9 years ago
commit
deb79d322f
  1. 2
      .Rbuildignore
  2. 3
      .gitignore
  3. 8
      DESCRIPTION
  4. 2
      LICENSE
  5. 1
      NAMESPACE
  6. 16
      berate.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: berate
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.2)
License: AGPL + file LICENSE
LazyData: true

2
LICENSE

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

1
NAMESPACE

@ -0,0 +1 @@
exportPattern("^[^\\.]")

16
berate.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
Loading…
Cancel
Save