-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump renv and module refs; only test on SQLite for now
- Loading branch information
1 parent
bc58d17
commit c993b7a
Showing
9 changed files
with
39 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: Strategus | ||
Type: Package | ||
Title: Coordinating and Executing Analytics Using HADES Modules | ||
Version: 0.0.7 | ||
Date: 2023-05-01 | ||
Version: 0.1.0 | ||
Date: 2023-08-15 | ||
Authors@R: c( | ||
person("Martijn", "Schuemie", email = "[email protected]", role = c("aut", "cre")), | ||
person("Anthony", "Sena", email = "[email protected]", role = c("aut")), | ||
|
@@ -15,12 +15,12 @@ License: Apache License 2.0 | |
URL: https://ohdsi.github.io/Strategus, https://github.com/OHDSI/Strategus | ||
BugReports: https://github.com/OHDSI/Strategus/issues | ||
Depends: | ||
R (>= 4.0.0), | ||
CohortGenerator (>= 0.7.0), | ||
DatabaseConnector (>= 5.1.0) | ||
R (>= 4.2.3), | ||
CohortGenerator (>= 0.8.0), | ||
DatabaseConnector (>= 6.2.3) | ||
Imports: | ||
targets, | ||
renv (>= 0.15.5), | ||
renv (>= 1.0.0), | ||
ParallelLogger (>= 3.1.0), | ||
dplyr, | ||
checkmate, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
library(testthat) | ||
options(dbms = "postgresql") | ||
test_check("Strategus") | ||
# library(testthat) | ||
# options(dbms = "postgresql") | ||
# test_check("Strategus") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
library(testthat) | ||
options(dbms = "redshift") | ||
test_check("Strategus") | ||
# library(testthat) | ||
# options(dbms = "redshift") | ||
# test_check("Strategus") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
library(testthat) | ||
options(dbms = "sql server") | ||
test_check("Strategus") | ||
# library(testthat) | ||
# options(dbms = "sql server") | ||
# test_check("Strategus") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters