- New function,
qlq_lmc21
. Scores the EORTC QLQ-LMC21 Colorectal Liver Cancer Module.
- Possible breaking change:
qlq_c30()
now outputs the QLQ-C30 Summary Score with nameC30SUMMARY
. It was previously namedQLQTOTAL
in the output data frame. This change might cause problems downstream with your data processing and/or analysis code, if it relies on the older score name.
-
This CRAN version includes all updates since PROscorer version 0.0.3 (2022-03-09)
-
Tiny change to documentation to fix CRAN error.
-
Added and edited instrument descriptions in "Instrument Descriptions" vignette.
-
Minor documentation corrections.
-
New function,
qlq_blm30
. Scores the EORTC QLQ-BLM30 Muscle-Invasive Bladder Cancer Module. -
New function,
qlq_cr38
. Scores the EORTC QLQ-CR38 Colorectal Cancer Module. -
Minor documentation corrections for
qlq_cx24
.
-
New function,
qlq_pan26
. Scores the EORTC QLQ-PAN26 Pancreatic Cancer Module. -
New function,
qlq_cx24
. Scores the EORTC QLQ-CX24 Cervical Cancer Module. -
Minor documentation corrections and improvements for all functions.
- Fix CRAN check note (fixed link in vignette)
-
Updates to fix CRAN check errors.
- Commented out
qlq_c30
problematic tests and examples, for now.
- Commented out
-
GitHub Actions added to automate package checks and coverage.
- Initial release of PROscorer and PROscorerTools packages.