phuse-org / valtools

Validation framework for R packages used in clinical research and drug development.
https://phuse-org.github.io/valtools/
Other
51 stars 10 forks source link

add function for scraping requirements #92

Closed mariev closed 3 years ago

mariev commented 3 years ago

function for scraping authorship details of requirements and subsequent kable calls. handles dynamic referencing.

Note: some updates to news and testing to pass c.i 😭. some of this is already outdated due to #93

mariev commented 3 years ago

finally passed c.i. - turns out that some test code won't run via devtools::test() unless library(valtools) is available when rendering the Rmd -> pdf. skip_if_not_installed("valtools") is not strong enough b/c devtools::load_all("valtools") will register the namespace.