new as_logical function to ease binary data interpretation - version bump. Hi March!

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-03-04 13:00:49 +01:00
commit bb24a7d7bd
No known key found for this signature in database
5 changed files with 162 additions and 2 deletions

View file

@ -1,6 +1,6 @@
Package: REDCapCAST
Title: REDCap Metadata Casting and Castellated Data Handling
Version: 25.2.1
Version: 25.3.1
Authors@R: c(
person("Andreas Gammelgaard", "Damsbo", email = "agdamsbo@clin.au.dk",
role = c("aut", "cre"),comment = c(ORCID = "0000-0002-7559-1154")),
@ -72,6 +72,7 @@ Collate:
'process_user_input.r'
'REDCap_split.r'
'as_factor.R'
'as_logical.R'
'doc2dd.R'
'ds2dd_detailed.R'
'easy_redcap.R'