roclang release v0.1.1
roclang 0.1.1
Enhancements:
-
extract_roc_text()now defaults itscapitalizeargument toNA, leaving the function to keep the first letter of the return as is. Previously the default wasTRUE, which would capitalize the first letter anyways if missing. -
Add package documentation.
Bug fixes:
-
Fix a few typos in README.Rmd and function documentations.
-
Add single quotes to non-standard words.
-
Update release status on CRAN and installation methods.
-
Handle parsing of
funinextract_roc_text()in a safer way usingget()withmode = "function"; previously it usedrlang::parse_expr()witheval(), which is risky for possible code injection.