Initial commit

This commit is contained in:
2020-09-02 15:48:03 +01:00
commit ea5546ceb1
3 changed files with 21 additions and 0 deletions

3
.gitignore vendored Normal file
View File

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

16
DESCRIPTION Normal file
View File

@@ -0,0 +1,16 @@
Package: RMetaObjDB
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R:
person(given = "First",
family = "Last",
role = c("aut", "cre"),
email = "first.last@example.com",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: What the package does (one paragraph).
License: `use_mit_license()`, `use_gpl3_license()` or friends to
pick a license
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2

2
NAMESPACE Normal file
View File

@@ -0,0 +1,2 @@
# Generated by roxygen2: do not edit by hand