We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The testing framework added and removed some features. https://www.tidyverse.org/blog/2020/10/testthat-3-0-0/
The developers have been pretty good about docuemnting the upcoming changes, so I don't expect a lot of modification to REDCapR code.
At least one change will be to opt into the new version using the following line in the DESCRIPTION file.
Config/testthat/edition: 3
test-column-sanitize.R
test-constant.R
test-create-batch-glossary.R
test-file-oneshot.R
test-instrument.R
test-metadata-read.R
test-metadata-utilities.R
test-metadata-write.R
test-next-free-record-name.R
test-project.R
test-read-batch-longitudinal.R
test-read-batch-simple.R
test-read-batch-survey.R
test-read-clinical-trial.R
test-read-errors.R
test-read-oneshot-eav.R
test-read-oneshot.R
test-read-russian.R
test-read-superwide.R
test-retrieve-credential-local.R
test-retrieve-credential-mssql.R
test-sanitize.R
test-survey-link-export-oneshot.R
test-users-export.R
test-utilities-collapse_vector.R
test-utilities-replace_nas_with_explicit.R
test-validate.R
test-variables.R
test-version.R
test-write-batch.R
test-write-oneshot.R
The text was updated successfully, but these errors were encountered:
deprecated testthat::expect_equivalent()
testthat::expect_equivalent()
298d9af
pattern = `expect_equivalent\(([^\\)]+)\)` replace = `expect_equal($1, ignore_attr = TRUE)` ref #312
remove unnecessary error exaplanation
5785a9a
produced notes/warnings with testthat 3.0 ref #312
bump min version of testthat
ecf005e
ref #312
remove old testthat functions
2a97d24
remove two remaining context() calls; testthat 3.0.0
context()
fcbe51f
wibeasley
Successfully merging a pull request may close this issue.
The testing framework added and removed some features. https://www.tidyverse.org/blog/2020/10/testthat-3-0-0/
The developers have been pretty good about docuemnting the upcoming changes, so I don't expect a lot of modification to REDCapR code.
At least one change will be to opt into the new version using the following line in the DESCRIPTION file.
test-column-sanitize.R
test-constant.R
test-create-batch-glossary.R
test-file-oneshot.R
test-instrument.R
test-metadata-read.R
test-metadata-utilities.R
test-metadata-write.R
test-next-free-record-name.R
test-project.R
test-read-batch-longitudinal.R
test-read-batch-simple.R
test-read-batch-survey.R
test-read-clinical-trial.R
test-read-errors.R
test-read-oneshot-eav.R
test-read-oneshot.R
test-read-russian.R
test-read-superwide.R
test-retrieve-credential-local.R
test-retrieve-credential-mssql.R
test-sanitize.R
test-survey-link-export-oneshot.R
test-users-export.R
test-utilities-collapse_vector.R
test-utilities-replace_nas_with_explicit.R
test-validate.R
test-variables.R
test-version.R
test-write-batch.R
test-write-oneshot.R
The text was updated successfully, but these errors were encountered: