Skip to content

Commit f73801f

Browse files
Pass CRAN CMD
1 parent 20218b7 commit f73801f

4 files changed

Lines changed: 22 additions & 23 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Type: Package
33
Title: Implementation of the Bayesian Discount Prior Approach for Clinical
44
Trials
55
Version: 1.3.5
6-
Date: 2021-11-15
6+
Date: 2021-11-16
77
Authors@R: c(
88
person("Shawn", "Balcome",
99
role = "aut"),

README.Rmd

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ knitr::opts_chunk$set(
1919
[![](https://cranlogs.r-pkg.org/badges/bayesDP)](https://CRAN.R-project.org/package=bayesDP)
2020
[![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/bayesDP?color=brightgreen)](https://www.r-pkg.org:443/pkg/bayesDP)
2121
[![License](https://img.shields.io/badge/license-GPL%20%28%3E=%203%29-brightgreen.svg?style=flat)](https://www.gnu.org/licenses/gpl-3.0.html)
22-
[![Codecov test coverage](https://codecov.io/gh/graemeleehickey/bayesDP/branch/master/graph/badge.svg)](https://codecov.io/gh/graemeleehickey/bayesDP?branch=master)
22+
[![Codecov test coverage](https://codecov.io/gh/graemeleehickey/bayesDP/branch/master/graph/badge.svg)](https://app.codecov.io/gh/graemeleehickey/bayesDP?branch=master)
2323
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/graemeleehickey/bayesDP?branch=master&svg=true)](https://ci.appveyor.com/project/graemeleehickey/bayesDP)
2424
[![R build status](https://github.com/graemeleehickey/bayesDP/workflows/R-CMD-check/badge.svg)](https://github.com/graemeleehickey/bayesDP/actions)
2525
<!-- badges: end -->
@@ -28,8 +28,16 @@ knitr::opts_chunk$set(
2828

2929
## CRAN Installation
3030

31-
Install release version from CRAN: `install.packages("bayesDP")`
31+
Install release version from CRAN:
32+
33+
```{r, eval=FALSE}
34+
install.packages("bayesDP")
35+
```
3236

3337
## GitHub Installation
3438

35-
Install development version from GitHub: `devtools::install_github("graemeleehickey/bayesDP")`
39+
Install development version from GitHub:
40+
41+
```{r, eval=FALSE}
42+
devtools::install_github("graemeleehickey/bayesDP")
43+
```

README.md

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/bayesDP?color=brightgreen)](https://www.r-pkg.org:443/pkg/bayesDP)
1111
[![License](https://img.shields.io/badge/license-GPL%20%28%3E=%203%29-brightgreen.svg?style=flat)](https://www.gnu.org/licenses/gpl-3.0.html)
1212
[![Codecov test
13-
coverage](https://codecov.io/gh/graemeleehickey/bayesDP/branch/master/graph/badge.svg)](https://codecov.io/gh/graemeleehickey/bayesDP?branch=master)
13+
coverage](https://codecov.io/gh/graemeleehickey/bayesDP/branch/master/graph/badge.svg)](https://app.codecov.io/gh/graemeleehickey/bayesDP?branch=master)
1414
[![AppVeyor build
1515
status](https://ci.appveyor.com/api/projects/status/github/graemeleehickey/bayesDP?branch=master&svg=true)](https://ci.appveyor.com/project/graemeleehickey/bayesDP)
1616
[![R build
@@ -23,26 +23,16 @@ trials.
2323

2424
## CRAN Installation
2525

26-
Install release version from CRAN: `install.packages("bayesDP")`
26+
Install release version from CRAN:
27+
28+
``` r
29+
install.packages("bayesDP")
30+
```
2731

2832
## GitHub Installation
2933

3034
Install development version from GitHub:
31-
`devtools::install_github("graemeleehickey/bayesDP")`
32-
33-
## Documentation
34-
35-
See manuals and vignettes within package.
36-
37-
## Examples
38-
39-
See manuals and vignettes within package.
40-
41-
## Authors
42-
43-
Shawn Balcome, Donnie Musgrove, Tarek Haddad, Graeme L. Hickey, and
44-
Christopher Jackson (For the ppexp R code that was ported to C++.)
45-
46-
## License
4735

48-
GPL-3
36+
``` r
37+
devtools::install_github("graemeleehickey/bayesDP")
38+
```

cran-comments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Other notes
22

3+
* Per email from Uwe Ligges, URL for codecov has been changed.
34
* Per email from Kurt Hornik, this update fixes WARNING for S4 plot generic.
45

56
## Test environments

0 commit comments

Comments
 (0)