Skip to content

Commit

Permalink
Merge pull request #266 from atorus-research/release_me
Browse files Browse the repository at this point in the history
[skip vbump] 0.4.0 release
  • Loading branch information
elimillera committed Mar 28, 2024
2 parents 32046fd + 6578def commit 1a612ed
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
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", , "Eli.Miller@AtorusResearch.com", 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.

0 comments on commit 1a612ed

Please sign in to comment.