Skip to content

Commit

Permalink
CRAN v0.0.4, (v2)
Browse files Browse the repository at this point in the history
  • Loading branch information
raybaser committed Oct 16, 2023
1 parent 09150b3 commit 4612beb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ License: MIT + file LICENSE
URL: https://github.com/raybaser/PROscorer
BugReports: https://github.com/raybaser/PROscorer/issues
Imports: PROscorerTools
Suggests: knitr,
Suggests:
knitr,
rmarkdown,
testthat,
covr
Expand All @@ -34,3 +35,4 @@ VignetteBuilder:
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Language: en-US
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PROscorer 0.0.4 (2023-10-14)
# PROscorer 0.0.4 (2023-10-16)

* This CRAN version includes all updates since PROscorer version 0.0.3 (2022-03-09)

Expand Down
2 changes: 1 addition & 1 deletion R/qlq_cr38.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
#' \item \strong{CR_MI} - Micturition Problems (3 items)
#' \item \strong{CR_GI} - Gastrointestinal Tract Symptoms (5 items)
#' \item \strong{CR_CT} - Chemotherapy Side-Effects (3 items)
#' \item \strong{CR_DF} - Problems with Defacation (Only for Pts WITHOUT a stoma) (7 items)
#' \item \strong{CR_DF} - Problems with Defecation (Only for Pts WITHOUT a stoma) (7 items)
#' \item \strong{CR_STO} - Stoma-Related Problems (Only for Pts w/stoma) (7 items)
#' \item \strong{CR_MSX} - Male Sexual Problems (2 items)
#' \item \strong{CR_FSX} - Female Sexual Problems (2 items)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ For more information on the `qlq_c30` function, you can access its
- You can access the “help” page for “PROscorer” package by typing
`?PROscorer` into R.

- For more detailed information on PROscorer, including future
- For more detailed information on "PROscorer", including future
development plans, please see the Introduction to PROscorer vignette
on the main [PROscorer](https://CRAN.R-project.org/package=PROscorer)
page on CRAN.
Expand Down
10 changes: 5 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
## Test environments
* Local Windows 10 install, R 4.1.2
* Ubuntu 20.04.4 LTS (on github actions), devel, release, oldrel-1
* Mac OS 11.6.4 (on github actions), devel, release
* Local Windows 10 install, R 4.2.3
* Ubuntu 22.04.3 LTS (on github actions), devel, release, oldrel-1
* Mac OS 12.7 (on github actions), devel, release
* win-builder (devel and release)

## R CMD check results

0 errors | 0 warnings | 0 notes

* This resubmission fixes R CMD check note that caused previous submission to fail. My apologies, thank you for your patience.
* This release also addresses CRAN check errors needed to retain this package on CRAN.
* This submission updates package overview help file with package sentinel "_PACKAGE" to get back all defaults for package documentation.
* This release also adds several functions and updates to the documentation.
* My email address is correct.

## Reverse dependencies
Expand Down
2 changes: 1 addition & 1 deletion vignettes/instrument-descriptions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ The 38 items of the QLQ-CR38 yield 12 scale scores. Of the 12 scores, 8 are
Symptom Scales and 4 are Functional Scales. Seven of the Symptom Scales are
based on multiple items: Micturition Problems (3 items), Gastrointestinal Tract
Symptoms (5 items), Chemotherapy Side-Effects (3 items), Problems with
Defacation (Only for Pts WITHOUT a stoma) (7 items), Stoma-Related Problems
Defecation (Only for Pts WITHOUT a stoma) (7 items), Stoma-Related Problems
(Only for Pts w/stoma) (7 items), Male Sexual Problems (2 items), and Female
Sexual Problems (2 items). There is 1 single-item symptom scale (Weight Loss).
Two of the Functional Scales are based on multiple items: Body Image (3 items),
Expand Down

0 comments on commit 4612beb

Please sign in to comment.