Browse Source

Initial commit

master
Bob Rudis 8 years ago
commit
ea8104bb7b
  1. 2
      .Rbuildignore
  2. 3
      .gitignore
  3. 9
      DESCRIPTION
  4. 2
      LICENSE
  5. 2
      NAMESPACE
  6. 16
      ssllabs.Rproj

2
.Rbuildignore

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

3
.gitignore

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

9
DESCRIPTION

@ -0,0 +1,9 @@
Package: ssllabs
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.3.0)
License: AGPL + file LICENSE
Encoding: UTF-8
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
ssllabs.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