Skip to content

Commit eff83f8

Browse files
prepare to release
1 parent 23af23d commit eff83f8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

NEWS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# coveffectsplot 1.0.1
22
* cran fix for url not available wtage is now a dataset that ships with the package
33

4-
54
# coveffectsplot 1.0.0
65
* bumped the version to 1.0 to correspond with the PSP tutorial paper (under review)
76
* shinymeta on CRAN! Added back code generation in the app (contributed by Dean Attali)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The example data show where does 90 and 50% of the patients will be based on the
3939

4040
![data example](./inst/shiny/img/snapshottable.png)
4141

42-
The vignette [Introduction to coveffectsplot](https://cran.r-project.org/package=coveffectsplot/vignettes/Introduction_to_coveffectsplot.html) will walk you through the background and how to compute and build the required data that the shiny app or the function `forest_plot`expects. There is some data management steps that the app does automatically. Choosing to call the function will require you to build the table LABEL and to control the ordering of the variables. The `forest_plot` help has several examples.
42+
The vignette [Introduction to coveffectsplot](https://cran.r-project.org/package=coveffectsplot/vignettes/introduction_to_coveffectsplot.html) will walk you through the background and how to compute and build the required data that the shiny app or the function `forest_plot`expects. There is some data management steps that the app does automatically. Choosing to call the function will require you to build the table LABEL and to control the ordering of the variables. The `forest_plot` help has several examples.
4343
The package also include vignettes with several step-by-step detailed examples:
4444

4545
<a href="https://cran.r-project.org/package=coveffectsplot/vignettes/PK_Example.html">PK example</a>

cran-comments.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
## Test environments
2-
* local Windows 10 install, R 4.1.2
3-
* ubuntu 20.04 LTS (on github actions), R 4.1.2
2+
* local Windows 10 install, R 4.1.3
3+
* ubuntu 20.04 LTS (on github actions), R 4.1.3
44
* win-builder (devel and release)
55

66
## R CMD check results
77

88
0 errors | 0 warnings | 0 note
99

10-
* This is to add few arguments to the package main function and associated shiny app
10+
* This is a hotfix to prevent being removed from cran and it fixes a failure to retrieve data from CDC via url by including the data in the package
1111
* some Notes regarding packages not used are false positives since these are used in the shiny app code and are required for it.
12+
* all listed package dependencies are required for the shinyapp included in the package to work properly
1213

1314
## Reverse dependencies
1415

vignettes/Pediatric_Cov_Sim.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ p4
187187
```
188188

189189
## Simulating Age/Weight Pairs Using NHANES LMS Values
190-
The NHANES website provides a csv file containing the smoothed growth charts distribution parameters at specific ages for boys and girls. The `gamlss.dist::rBCCG` function is used to show how we can use these parameters to generate a realistic pediatric Age/Weight/Sex distribution. Wehe dataset is now part of the package.
190+
The NHANES website provides a csv file containing the smoothed growth charts distribution parameters at specific ages for boys and girls. The `gamlss.dist::rBCCG` function is used to show how we can use these parameters to generate a realistic pediatric Age/Weight/Sex distribution. The dataset wtage is now part of the package.
191191

192192
```{r simcovariate, collapse=TRUE }
193193
#wtage <- read.csv (url("https://www.cdc.gov/growthcharts/data/zscore/wtage.csv"))

0 commit comments

Comments
 (0)