metrumresearchgroup / mrgvalprep

Helpers for prepping inputs to mrgvalidate
https://metrumresearchgroup.github.io/mrgvalprep
Other
1 stars 0 forks source link

update for mrgvalidate 2.0 #51

Closed kyleam closed 1 year ago

kyleam commented 2 years ago

The latest mrgvalidate replaced create_validation_docs() with create_package_docs() and create_metworx_docs(). Various spots in mrgvalprep's current tree still refer to the old function.

$ git rev-parse HEAD
5af255d299eef868441b32a244730cb62cc08ccf

$ git grep -c create_validation_docs ':!*.Rd'
R/get-sys-info.R:1
R/parse-github-issues.R:1
R/parse-test-output.R:2
R/read-spec-yaml.R:1
tests/testthat/test-end-to-end.R:2
vignettes/basic_usage.Rmd:16

Most of those are just doc references, but the use in ~the vignettes~ test-end-to-end.R means that checks fail with the latest mrgvalidate, so MPN is pinning to mrgvalidate 1.0.2 until this is addressed.