generated from insightsengineering/r.pkg.template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fill README * add reference to description * switch URL to pkgdown * use sticker * clean NEWS * just line wrap * removing roxytypes and roxylint from Suggests and remove Remotes
- Loading branch information
1 parent
85e78e2
commit e077e9b
Showing
9 changed files
with
182 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,6 @@ coverage.* | |
init.sh | ||
workflows.md | ||
images | ||
^README\.Rmd$ | ||
^data-raw$ | ||
^node_modules$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,24 +7,25 @@ Authors@R: c( | |
person("Thomas", "Kuenzel", email = "[email protected]", role = c("aut", "cre")), | ||
person("Kaspar", "Rufibach", email = "[email protected]", role = "aut"), | ||
person("Regina", "Stegherr", email = "[email protected]", role = "aut"), | ||
person("Daniel", "Sabanes Bove", email = "[email protected]", role = "aut"), | ||
person("Daniel", "Sabanés Bové", email = "[email protected]", role = "aut"), | ||
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd")), | ||
person("Universität Ulm", role = c("cph", "fnd")) | ||
) | ||
Description: The SAVVY project is a consortium of academic and pharmaceutical | ||
industry partners that aims to improve the analyses of adverse event (AE) | ||
data in clinical trials through the use of survival techniques appropriately | ||
dealing with varying follow-up times and competing events. | ||
Although statistical methodologies have advanced, in AE analyses often | ||
the incidence proportion, the incidence density or a non-parametric | ||
Kaplan-Meier estimator are used, which either ignore censoring or | ||
dealing with varying follow-up times and competing events, see | ||
Stegherr, Schmoor, Beyersmann, et al. (2021) <doi:10.1186/s13063-021-05354-x>. | ||
Although statistical methodologies have advanced, | ||
in AE analyses often the incidence proportion, the incidence density or a | ||
non-parametric Kaplan-Meier estimator are used, which either ignore censoring or | ||
competing events. This package contains functions to easily conduct the | ||
proposed improved AE analyses. | ||
License: Apache License 2.0 | ||
URL: https://github.com/openpharma/savvyr/ | ||
URL: https://openpharma.github.io/savvyr/ | ||
BugReports: https://github.com/openpharma/savvyr/issues | ||
Depends: | ||
R (>= 3.6) | ||
R (>= 4.0) | ||
Imports: | ||
checkmate, | ||
etm, | ||
|
@@ -33,15 +34,10 @@ Suggests: | |
kableExtra, | ||
knitr, | ||
rmarkdown, | ||
testthat (>= 2.0), | ||
roxytypes, | ||
roxylint | ||
Remotes: | ||
openpharma/roxytypes, | ||
openpharma/roxylint, | ||
testthat (>= 3.0) | ||
Config/Needs/documentation: | ||
roxytypes, | ||
roxylint | ||
roxytypes=github::openpharma/roxytypes, | ||
roxylint=github::openpharma/roxylint | ||
RdMacros: | ||
Rdpack | ||
VignetteBuilder: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
# savvyr 0.1.0 | ||
|
||
### New features | ||
- First CRAN version of the package. | ||
- The package provides functions to easily conduct the improved AE analyses proposed by the SAVVY framework. | ||
|
||
* Add an initializer script. | ||
### New Features | ||
|
||
### Enhancements | ||
|
||
* Documentation on how to use the initialize a package. | ||
|
||
### Bug fixes | ||
|
||
* None. | ||
- Estimators that do not account for competing events (incidence proportion, incidence density, Inverse Kaplan Meier). | ||
- Estimators accounting for competing events (incidence proportion accounting for competing events and Aalen-Johansen, both first with death only as hard competing event, or using all competing events). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
--- | ||
output: github_document | ||
--- | ||
|
||
<!-- README.md is generated from README.Rmd. Please edit that file --> | ||
|
||
```{r, include = FALSE} | ||
knitr::opts_chunk$set( | ||
collapse = TRUE, | ||
comment = "#>", | ||
fig.path = "man/figures/README-", | ||
out.width = "100%" | ||
) | ||
``` | ||
|
||
# savvyr <img src="man/figures/logo.png" align="right" width="175" /> | ||
|
||
<!-- badges: start --> | ||
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) | ||
[![CRAN status](https://www.r-pkg.org/badges/version-last-release/savvyr)](https://www.r-pkg.org/badges/version-last-release/savvyr) | ||
[![CRAN monthly downloads](https://cranlogs.r-pkg.org/badges/savvyr)](https://cranlogs.r-pkg.org/badges/savvyr) | ||
[![CRAN total downloads](https://cranlogs.r-pkg.org/badges/grand-total/savvyr)](https://cranlogs.r-pkg.org/badges/grand-total/savvyr) | ||
[![Code Coverage](https://raw.githubusercontent.com/openpharma/savvyr/_xml_coverage_reports/data/main/badge.svg)](https://raw.githubusercontent.com/openpharma/savvyr/_xml_coverage_reports/data/main/coverage.xml) | ||
<!-- badges: end --> | ||
\ | ||
|
||
The SAVVY project is a consortium of academic and pharmaceutical | ||
industry partners that aims to improve the analyses of adverse event (AE) | ||
data in clinical trials through the use of survival techniques appropriately | ||
dealing with varying follow-up times and competing events. | ||
Although statistical methodologies have advanced, in AE analyses often | ||
the incidence proportion, the incidence density or a non-parametric | ||
Kaplan-Meier estimator are used, which either ignore censoring or | ||
competing events. The `savvyr` package contains functions to easily conduct the | ||
proposed improved AE analyses. | ||
|
||
## Installation | ||
|
||
### Release | ||
|
||
You can install the current release version from *CRAN* with: | ||
|
||
```{r cran-installation, eval = FALSE} | ||
install.packages("savvyr") | ||
``` | ||
|
||
### Development | ||
|
||
You can install the development version of savvyr from [GitHub](https://github.com/) with: | ||
|
||
``` r | ||
if (!require("remotes")) { | ||
install.packages("remotes") | ||
} | ||
remotes::install_github("openpharma/savvyr") | ||
``` | ||
|
||
## Getting Started | ||
|
||
See the [introductory vignette](https://openpharma.github.io/savvyr/main/articles/introduction.html) to get started. | ||
|
||
## Citing `savvyr` | ||
|
||
To cite `savvyr` please see [here](https://openpharma.github.io/savvyr/main/authors.html#citation). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,62 @@ | ||
# savvyr | ||
|
||
Short description of the package | ||
<!-- README.md is generated from README.Rmd. Please edit that file --> | ||
|
||
# savvyr <img src="man/figures/logo.png" align="right" width="175" /> | ||
|
||
<!-- badges: start --> | ||
|
||
[![Project Status: Active – The project has reached a stable, usable | ||
state and is being actively | ||
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) | ||
[![CRAN | ||
status](https://www.r-pkg.org/badges/version-last-release/savvyr)](https://www.r-pkg.org/badges/version-last-release/savvyr) | ||
[![CRAN monthly | ||
downloads](https://cranlogs.r-pkg.org/badges/savvyr)](https://cranlogs.r-pkg.org/badges/savvyr) | ||
[![CRAN total | ||
downloads](https://cranlogs.r-pkg.org/badges/grand-total/savvyr)](https://cranlogs.r-pkg.org/badges/grand-total/savvyr) | ||
[![Code | ||
Coverage](https://raw.githubusercontent.com/openpharma/savvyr/_xml_coverage_reports/data/main/badge.svg)](https://raw.githubusercontent.com/openpharma/savvyr/_xml_coverage_reports/data/main/coverage.xml) | ||
<!-- badges: end --> | ||
|
||
The SAVVY project is a consortium of academic and pharmaceutical | ||
industry partners that aims to improve the analyses of adverse event | ||
(AE) data in clinical trials through the use of survival techniques | ||
appropriately dealing with varying follow-up times and competing events. | ||
Although statistical methodologies have advanced, in AE analyses often | ||
the incidence proportion, the incidence density or a non-parametric | ||
Kaplan-Meier estimator are used, which either ignore censoring or | ||
competing events. The `savvyr` package contains functions to easily | ||
conduct the proposed improved AE analyses. | ||
|
||
## Installation | ||
|
||
### Release | ||
|
||
You can install the current release version from *CRAN* with: | ||
|
||
``` r | ||
install.packages("savvyr") | ||
``` | ||
|
||
### Development | ||
|
||
You can install the development version of savvyr from | ||
[GitHub](https://github.com/) with: | ||
|
||
``` r | ||
if (!require("remotes")) { | ||
install.packages("remotes") | ||
} | ||
remotes::install_github("openpharma/savvyr") | ||
``` | ||
|
||
## Getting Started | ||
|
||
See the [introductory | ||
vignette](https://openpharma.github.io/savvyr/main/articles/introduction.html) | ||
to get started. | ||
|
||
## Citing `savvyr` | ||
|
||
To cite `savvyr` please see | ||
[here](https://openpharma.github.io/savvyr/main/authors.html#citation). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters