diff --git a/DESCRIPTION b/DESCRIPTION index f2f77dfb..8ee91ef0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: xportr Title: Utilities to Output CDISC SDTM/ADaM XPT Files -Version: 0.3.1.9034 +Version: 0.4.0 Authors@R: c( person("Eli", "Miller", , "Eli.Miller@AtorusResearch.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2127-9456")), diff --git a/NEWS.md b/NEWS.md index fa51d2a1..e740f595 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# xportr (development version) +# xportr 0.4.0 ## New Features diff --git a/R/data.R b/R/data.R index f993b070..fcc663c3 100644 --- a/R/data.R +++ b/R/data.R @@ -97,14 +97,14 @@ #' @format ## `dataset_spec` #' A data frame with 1 row and 9 columns: #' \describe{ -#' \item{Dataset}{ Dataset} -#' \item{Description}{ Dataset description} -#' \item{Class}{ Dataset class} -#' \item{Structure}{ Logical, indicating if there's a specific structure} -#' \item{Purpose}{ Purpose of the dataset} -#' \item{Key, Variables}{ Join Key variables in the dataset} -#' \item{Repeating}{ Indicates if the dataset is repeating} -#' \item{Reference Data}{ Reference Data} -#' \item{Comment}{ Additional comment} +#' \item{Dataset}{chr: Dataset} +#' \item{Description}{chr: Dataset description} +#' \item{Class}{chr: Dataset class} +#' \item{Structure}{lgl: Logical, indicating if there's a specific structure} +#' \item{Purpose}{chr: Purpose of the dataset} +#' \item{Key, Variables}{chr: Join Key variables in the dataset} +#' \item{Repeating}{chr: Indicates if the dataset is repeating} +#' \item{Reference Data}{lgl: Reference Data} +#' \item{Comment}{chr: Additional comment} #' } "dataset_spec" diff --git a/cran-comments.md b/cran-comments.md index def3213b..f57371c4 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ -## xportr 0.3.1 +## xportr 0.4.0 -No notes, warnings, or errors +No Errors, Warnings or Notes ### Tested on: diff --git a/inst/specs/SDTM_spec.xlsx b/inst/specs/SDTM_spec.xlsx deleted file mode 100644 index ef9b6d5d..00000000 Binary files a/inst/specs/SDTM_spec.xlsx and /dev/null differ diff --git a/man/dataset_spec.Rd b/man/dataset_spec.Rd index e89cf02d..dd0b83b0 100644 --- a/man/dataset_spec.Rd +++ b/man/dataset_spec.Rd @@ -9,15 +9,15 @@ A data frame with 1 row and 9 columns: \describe{ -\item{Dataset}{\if{html}{\out{}} Dataset} -\item{Description}{\if{html}{\out{}} Dataset description} -\item{Class}{\if{html}{\out{}} Dataset class} -\item{Structure}{\if{html}{\out{}} Logical, indicating if there's a specific structure} -\item{Purpose}{\if{html}{\out{}} Purpose of the dataset} -\item{Key, Variables}{\if{html}{\out{}} Join Key variables in the dataset} -\item{Repeating}{\if{html}{\out{}} Indicates if the dataset is repeating} -\item{Reference Data}{\if{html}{\out{}} Reference Data} -\item{Comment}{\if{html}{\out{}} Additional comment} +\item{Dataset}{chr: Dataset} +\item{Description}{chr: Dataset description} +\item{Class}{chr: Dataset class} +\item{Structure}{lgl: Logical, indicating if there's a specific structure} +\item{Purpose}{chr: Purpose of the dataset} +\item{Key, Variables}{chr: Join Key variables in the dataset} +\item{Repeating}{chr: Indicates if the dataset is repeating} +\item{Reference Data}{lgl: Reference Data} +\item{Comment}{chr: Additional comment} } } }