Published January 24, 2024
| Version v0.9.1
Software
Open
marianschmidt/msSPChelpR: msSPChelpR 0.9.1
Creators
Description
New Features
- new function
histgroup_iarc()
to create variable for groups of malignant neoplasms considered to be histologically 'different' for the purpose of defining multiple tumors, ICD-O-3 (see #100) - some functions gain new
quiet
argument to suppressrlang::warn()
andrlang::inform()
messages. You can use this when you have checked your results for correctness and want to reduce message output, but keep the progress bars. asir()
: add World Standard Population 2000-2025 for function with optionstd_pop=="WHO2000"
as described here: https://seer.cancer.gov/stdpopulations/world.who.htmlsir_byfutime()
gains new argumentexpect_missing_refstrata_df
. You can define another dataframe that contains strata expected to be missing from refrates_df (because they are not explicitly coded with incidence = 0). This can be helpful, if refrates_df has a lot of strata and 0 incidence strata have been removed to save storage space. Internally, the rows of expect_missing_refstrata_df will be appended to refrates_df. This reduces the number of lines reported in attributeproblems_missing_ref_strata
. Default setting isexpect_missing_refstrata_df = NULL
.- sample data set for
data("us_second_cancer")
gains new variablet_hist
on histology, i.e. ICD-O-3-Code on tumor morphology (4 digits)
Breaking Changes
- no breaking changes in this version
Bug fixes
- make
calc_refrates()
more robust for missingrace_var
(Closes #89) - fix bug in
calc_refrates()
usingcalc_totals == TRUE
(Closes #90) - fix bug in
calc_refrates()
using numeric versions offill_sites
(Closes #92) - fix bug in
asir()
that throws error for variable not needed (Closes #95)
Internal
- replace progress bars by
cli
- deprecate
verb.()
syntax from tidytable (Closes #94)
Files
marianschmidt/msSPChelpR-v0.9.1.zip
Files
(1.8 MB)
Name | Size | Download all |
---|---|---|
md5:cf7f091597824f04386c6d2fc07eed3d
|
1.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/marianschmidt/msSPChelpR/tree/v0.9.1 (URL)