Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[skip vbump] 0.4.0 release #266

Merged
merged 3 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2127-9456")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# xportr (development version)
# xportr 0.4.0

## New Features

Expand Down
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
Binary file removed inst/specs/SDTM_spec.xlsx
Binary file not shown.
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.

Loading