diff --git a/DESCRIPTION b/DESCRIPTION index 076fdff..3ae786e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: qualtRics Type: Package Title: Download 'Qualtrics' Survey Data -Version: 3.1.2 +Version: 3.1.3 Authors@R: c(person("Jasper", "Ginn", role = c("aut"), email = "jasperginn@gmail.com"), person("Jackson", "Curtis", role = c("ctb"), diff --git a/NEWS.md b/NEWS.md index 90cab8b..6f728f2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# qualtRics 3.1.2.900 [WIP] +# qualtRics 3.1.3 - Update `include_questions` argument to use correct name in API request. - Build API payloads with jsonlite (#155) thanks to @jmobrien diff --git a/cran-comments.md b/cran-comments.md index 7056431..0932936 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,10 +1,10 @@ ## Release summary -This is the 9th CRAN release of qualtRics (the 3rd since it has returned to CRAN since being archived). This release includes bug fixes, an update to the new Qualtrics API version, and more reliable behavior under various circumstances. +This is the 10th CRAN release of qualtRics (the 4th since it has returned to CRAN since being archived). This release updates the test framework, allows users to specify column types for import, and builds API paylods more reliably. ## Test environments -* local OS X install, R 3.6.2 -* ubuntu 14.04 (on travis-ci), R 3.6.2 +* local OS X install, R 4.0.0 +* ubuntu 14.04 (on travis-ci), 4.0.0 * win-builder (devel and release) ## R CMD check results