Skip to content

Commit 42393d4

Browse files
committed
prep for CRAN submission
1 parent c4a0d25 commit 42393d4

File tree

8 files changed

+10
-12
lines changed

8 files changed

+10
-12
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dcurves
22
Title: Decision Curve Analysis for Model Evaluation
3-
Version: 0.2.0.9002
3+
Version: 0.3.0
44
Authors@R:
55
c(person(given = "Daniel D.",
66
family = "Sjoberg",
@@ -24,7 +24,7 @@ Description: Diagnostic and prognostic models are typically evaluated with
2424
and Pfeiffer (2020) <doi:10.1002/bimj.201800240>.
2525
License: MIT + file LICENSE
2626
URL: https://github.com/ddsjoberg/dcurves,
27-
http://www.danieldsjoberg.com/dcurves/
27+
https://www.danieldsjoberg.com/dcurves/
2828
BugReports: https://github.com/ddsjoberg/dcurves/issues
2929
Depends:
3030
R (>= 3.5)

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# dcurves (development version)
1+
# dcurves 0.3.0
22

33
* Added function `test_consequences()` to calculate the diagnostic accuracy of a risk at several thresholds.
44

R/dca.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#' results.
1212
#' The dca function performs decision curve analysis for binary outcomes.
1313
#' Review the
14-
#' [DCA Vignette](http://www.danieldsjoberg.com/dcurves/articles/dca.html)
14+
#' [DCA Vignette](https://www.danieldsjoberg.com/dcurves/articles/dca.html)
1515
#' for a detailed walk-through of various applications.
1616
#' Also, see [www.decisioncurveanalysis.org](https://www.mskcc.org/departments/epidemiology-biostatistics/biostatistics/decision-curve-analysis) for more information.
1717
#'

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ knitr::opts_chunk$set(
1717

1818
<!-- badges: start -->
1919
[![R-CMD-check](https://github.com/ddsjoberg/dcurves/workflows/R-CMD-check/badge.svg)](https://github.com/ddsjoberg/dcurves/actions)
20-
[![Codecov test coverage](https://codecov.io/gh/ddsjoberg/dcurves/branch/main/graph/badge.svg)](https://codecov.io/gh/ddsjoberg/dcurves?branch=main)
20+
[![Codecov test coverage](https://codecov.io/gh/ddsjoberg/dcurves/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ddsjoberg/dcurves?branch=main)
2121
[![CRAN status](https://www.r-pkg.org/badges/version/dcurves)](https://cran.r-project.org/package=dcurves)
2222
<!-- badges: end -->
2323

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![R-CMD-check](https://github.com/ddsjoberg/dcurves/workflows/R-CMD-check/badge.svg)](https://github.com/ddsjoberg/dcurves/actions)
66
[![Codecov test
7-
coverage](https://codecov.io/gh/ddsjoberg/dcurves/branch/main/graph/badge.svg)](https://codecov.io/gh/ddsjoberg/dcurves?branch=main)
7+
coverage](https://codecov.io/gh/ddsjoberg/dcurves/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ddsjoberg/dcurves?branch=main)
88
[![CRAN
99
status](https://www.r-pkg.org/badges/version/dcurves)](https://cran.r-project.org/package=dcurves)
1010
<!-- badges: end -->

cran-comments.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
## Test environments
2-
* GitHub Actions (ubuntu-16.04): devel, release, oldrel, 3.6, 3.5
2+
* GitHub Actions (ubuntu-16.04): devel, release, oldrel-1, oldrel-2, oldrel-3
33
* GitHub Actions (windows): release
44
* GitHub Actions (macOS): release
55
* win-builder: devel
66

77
## R CMD check results
88
Maintainer: 'Daniel D. Sjoberg <danield.sjoberg@gmail.com>'
99

10-
New submission
11-
12-
0 errors √ | 0 warnings √ | 1 note x
10+
0 errors √ | 0 warnings √ | 0 note x

man/dca.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/dcurves-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)