Changelog
Source:NEWS.md
NBDCtools 1.0.2
Changes
- Removed startup check for
NBDCtoolsData
package, as CRAN does not allow skipping checks. Now thecheck_data_pkg_installed
performs the check when other functions are called. - Data from
NBDCtoolsData
is now loaded into a separate environment as caching for faster access. - Added
NBDCtoolsData
toSuggests
inDESCRIPTION
file. - Removed
is_on_cran()
internal function. - Used
@examplesIf
roxygen tag to avoid examples being run on CRAN ifNBDCtoolsData
is not installed.
NBDCtools 1.0.1
CRAN release: 2025-09-10
Bug fixes
- Fixed an error in the
transf_value_to_label()
function that led to the order of categorical levels being incorrect after transformation to labels. - Fixed an error in the
join_tabulated()
function that occurred if the first table/variable intables_add
/vars_add
was static but further tables/variables were dynamic.
Changes
- all
join_by
s injoin_tabulated()
are now dynamically set by intersecting withid_cols
. Hardcodedjoin_by
has been removed.