Skip to content

Commit

Permalink
Merge pull request #192 from henrykironde/cran-pass
Browse files Browse the repository at this point in the history
Conform to Cran test platform
  • Loading branch information
ethanwhite authored May 23, 2019
2 parents eb72338 + 872cdd6 commit 243c1c8
Show file tree
Hide file tree
Showing 13 changed files with 199 additions and 203 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.Rhistory
.RData
*.conn
rdataretriever.R*
10 changes: 4 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: Provides an R interface to the Data Retriever
and then stores them in a local database.
Version: 2.0.0
Date: 2019-5-2
Authors@R: c(person("Daniel", "McGlinn", role = c("aut", "cre"),
Authors@R: c(person("Daniel", "McGlinn", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2359-3526")),
person("Pranita", "Sharma", role = "aut",
Expand All @@ -16,7 +16,7 @@ Authors@R: c(person("Daniel", "McGlinn", role = c("aut", "cre"),
person("David J", "Harris", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-3332-9307")),
person("Henry", "Senyondo", role = "aut",
person("Henry", "Senyondo", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7105-5808")),
person("Shawn", "Taylor", role = "aut",
Expand All @@ -33,15 +33,13 @@ Authors@R: c(person("Daniel", "McGlinn", role = c("aut", "cre"),
BugReports: https://github.com/ropensci/rdataretriever/issues
URL: https://github.com/ropensci/rdataretriever/
Depends:
R (>= 3.0.0)
R (>= 3.4.0)
Imports:
utils,
reticulate
reticulate (>= 1.8)
Suggests:
testthat (>= 1.0.0),
DBI,
devtools,
RMariaDB,
RSQLite,
RPostgreSQL
SystemRequirements: Python (>= 3.0) and Python headers and libraries
Expand Down
3 changes: 2 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ export(install_xml)
export(reload_scripts)
export(reset)
export(use_RetrieverPath)
import(reticulate)
importFrom(reticulate,import)
importFrom(reticulate,r_to_py)
15 changes: 0 additions & 15 deletions R/rdataretriever-package.R

This file was deleted.

Loading

0 comments on commit 243c1c8

Please sign in to comment.