Skip to content

Commit

Permalink
Merge pull request #124 from Merck/123-response-to-cran-comments
Browse files Browse the repository at this point in the history
address comments from CRAN
  • Loading branch information
nanxstats authored Feb 7, 2023
2 parents 237da7f + 1847341 commit 4fed303
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 5 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
^codecov\.yml$
^tests/testthat/_snaps$
^\.github$
^cran-comments\.md$
7 changes: 6 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: metalite
Title: ADaM Metadata Structure
Version: 0.1.0
Version: 0.1.1
Authors@R: c(
person("Yilong", "Zhang", role = c("aut")),
person("Yujie", "Zhao", email = "yujie.zhao@merck.com", role = c("aut", "cre")),
Expand All @@ -16,6 +16,11 @@ Authors@R: c(
)
Description: A metadata structure for clinical data analysis
and reporting based on Analysis Data Model (ADaM) datasets.
The package simplifies clinical analysis and reporting tool development
by defining standardized inputs, outputs, and workflow.
The package can be used to create analysis and reporting planning grid,
mock table, and validated analysis and reporting results based on
consistent inputs.
License: GPL-3
URL: https://merck.github.io/metalite/, https://github.com/Merck/metalite
BugReports: https://github.com/Merck/metalite/issues
Expand Down
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# metalite 0.1.1

- Updated `DESCRIPTION` file to add more details to the `Description` field.
- Removed the usage of `:::` in documentation.

# metalite 0.1.0

- Initial version.
- Initial version submitted to CRAN
- Added a `NEWS.md` file to track changes to the package.
2 changes: 1 addition & 1 deletion R/outdata.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#' @export
#'
#' @examples
#' metalite:::outdata(
#' outdata(
#' meta = meta_example(),
#' population = "apat",
#' observation = "wk12",
Expand Down
7 changes: 7 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Resubmission

This is a resubmission. In this version, I have fixed the issues identified in v0.1.0:

* Updated DESCRIPTION to add more details to the Description field.
* Skipped adding references to the Description field for now, as after evaluation, no appropriate publications or links were identified.
* Removed the usage of `:::` in documentation.
2 changes: 1 addition & 1 deletion man/metalite-package.Rd

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

2 changes: 1 addition & 1 deletion man/outdata.Rd

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

0 comments on commit 4fed303

Please sign in to comment.