From 5cbff435801206fe09a735bff886c3e2f5b2655e Mon Sep 17 00:00:00 2001 From: Will Beasley Date: Sun, 30 Aug 2020 21:45:07 -0500 Subject: [PATCH] bump travis ci version ref #306 --- .travis.yml | 3 +-- DESCRIPTION | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 441c92d9..b7486845 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ # Travis's native R Image (http://docs.travis-ci.com/user/languages/r/) -sudo: false language: r cache: packages warnings_are_errors: true -dist: trusty +dist: focal r: - release # - devel diff --git a/DESCRIPTION b/DESCRIPTION index 02d1e773..99924321 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,7 +6,7 @@ Description: Encapsulates functions to streamline calls from R to the REDCap University. The Application Programming Interface (API) offers an avenue to access and modify data programmatically, improving the capacity for literate and reproducible programming. -Version: 0.11.0 +Version: 0.11.0.9000 Authors@R: c(person("Will", "Beasley", role = c("aut", "cre"), email = "wibeasley@hotmail.com", comment = c(ORCID = "0000-0002-5613-5006")), person("David", "Bard", role = "ctb"), @@ -27,7 +27,7 @@ Depends: R(>= 3.5.0) Imports: checkmate (>= 2.0), - dplyr (>= 0.8.0), + dplyr (>= 1.0), httr (>= 1.4.0), magrittr (>= 1.5), methods,