Skip to content

Commit

Permalink
release updates
Browse files Browse the repository at this point in the history
  • Loading branch information
elimillera committed Mar 27, 2024
1 parent b2d40f2 commit 6578def
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
18 changes: 9 additions & 9 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@
#' @format ## `dataset_spec`
#' A data frame with 1 row and 9 columns:
#' \describe{
#' \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}
#' \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"
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## xportr 0.3.1
## xportr 0.4.0

No notes, warnings, or errors
No Errors, Warnings or Notes

### Tested on:

Expand Down
18 changes: 9 additions & 9 deletions man/dataset_spec.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6578def

Please sign in to comment.