Skip to content

Commit

Permalink
bump minimum versions
Browse files Browse the repository at this point in the history
closes #119
  • Loading branch information
wibeasley committed Oct 19, 2020
1 parent f523a42 commit 29820e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Expand Up @@ -2,21 +2,21 @@ Package: OuhscMunge
Title: Data Manipulation Operations
Description: Data manipulation operations frequently used in OUHSC BBMC
projects.
Version: 0.1.9.9013
Version: 0.2.0.9014
Authors@R: person("Will", "Beasley", email="wibeasley@hotmail.com", role=c("aut", "cre"),
comment = c(ORCID = "0000-0002-5613-5006"))
URL: https://github.com/OuhscBbmc/OuhscMunge, http://ouhsc.edu/bbmc/
BugReports: https://github.com/OuhscBbmc/OuhscMunge/issues
License: MIT + file LICENSE
LazyData: TRUE
Depends:
R(>= 3.4.0)
R(>= 4.0.0)
Imports:
checkmate,
DBI,
devtools (>= 1.8.0),
digest,
dplyr,
dplyr (>= 1.0.0),
glue,
lubridate,
magrittr,
Expand Down
2 changes: 1 addition & 1 deletion R/open-dsn-channel.R
Expand Up @@ -34,7 +34,7 @@
#' @export
open_dsn_channel_sqls_odbc <- function(
dsn_name,
driver_version_minimum = numeric_version("13.0"),
driver_version_minimum = numeric_version("17.0"),
driver_version_maximum = numeric_version("99.0")
) {

Expand Down
2 changes: 1 addition & 1 deletion man/open_dsn_channel_sqls_odbc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 29820e1

Please sign in to comment.