From 6578def17e645f272fa7eaa17a88ca6ec2e52f63 Mon Sep 17 00:00:00 2001 From: elimillera Date: Wed, 27 Mar 2024 12:55:41 +0000 Subject: [PATCH] release updates --- R/data.R | 18 +++++++++--------- cran-comments.md | 4 ++-- man/dataset_spec.Rd | 18 +++++++++--------- 3 files changed, 20 insertions(+), 20 deletions(-) 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/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} } } }