Skip to content

Commit

Permalink
intial release
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenMartin31 committed Apr 28, 2023
1 parent f1a2dc9 commit 66dba6b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Expand Up @@ -9,3 +9,4 @@
^pkgdown$
^codecov\.yml$
^cran-comments\.md$
^CRAN-SUBMISSION$
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: predRupdate
Title: Prediction Model Validation and Updating
Version: 0.0.0.9000
Version: 0.1.0
Authors@R: c(person(given = "Glen P.", family = "Martin", role = c("aut", "cre", "cph"), email = "glen.martin31@gmail.com", comment = c(ORCID = "0000-0002-3410-9472")),
person(given = "David", family = "Jenkins", role = c("aut", "cph"), email = "david.jenkins-5@manchester.ac.uk"),
person(given = "Matthew", family = "Sperrin", role = c("aut", "cph"), email = "matthew.sperrin@manchester.ac.uk"))
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
@@ -1,3 +1,7 @@
# predRupdate 0.1.0

* Initial release of predRupdate.

# predRupdate 0.0.0.9000

* Added a `NEWS.md` file to track changes to the package.
4 changes: 2 additions & 2 deletions README.Rmd
Expand Up @@ -18,15 +18,15 @@ knitr::opts_chunk$set(
<!-- badges: start -->
[![R-CMD-check](https://github.com/GlenMartin31/predRupdate/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/GlenMartin31/predRupdate/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/GlenMartin31/predRupdate/branch/master/graph/badge.svg)](https://app.codecov.io/gh/GlenMartin31/predRupdate?branch=master)
<!-- [![CRAN status](https://www.r-pkg.org/badges/version/predRupdate)](https://CRAN.R-project.org/package=predRupdate) -->
[![CRAN status](https://www.r-pkg.org/badges/version/predRupdate)](https://CRAN.R-project.org/package=predRupdate)
<!-- badges: end -->

The goal of predRupdate is to provide a suite of functions for validating a existing (i.e. previously developed) prediction/ prognostic model, and for applying model updating methods to said model, according to an available dataset.

## Installation
The package can be installed from CRAN as follows:
```{r}
# install.packages("predRupdate")
install.packages("predRupdate")
```


Expand Down
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -8,7 +8,8 @@
[![R-CMD-check](https://github.com/GlenMartin31/predRupdate/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/GlenMartin31/predRupdate/actions/workflows/R-CMD-check.yaml)
[![Codecov test
coverage](https://codecov.io/gh/GlenMartin31/predRupdate/branch/master/graph/badge.svg)](https://app.codecov.io/gh/GlenMartin31/predRupdate?branch=master)
<!-- [![CRAN status](https://www.r-pkg.org/badges/version/predRupdate)](https://CRAN.R-project.org/package=predRupdate) -->
[![CRAN
status](https://www.r-pkg.org/badges/version/predRupdate)](https://CRAN.R-project.org/package=predRupdate)
<!-- badges: end -->

The goal of predRupdate is to provide a suite of functions for
Expand All @@ -21,7 +22,12 @@ to an available dataset.
The package can be installed from CRAN as follows:

``` r
# install.packages("predRupdate")
install.packages("predRupdate")
#> Installing package into '/private/var/folders/08/3vqx_32d1dv68wdrqwpr0pch0000gn/T/RtmpQL7DSu/temp_libpatha41117f255d'
#> (as 'lib' is unspecified)
#>
#> The downloaded binary packages are in
#> /var/folders/08/3vqx_32d1dv68wdrqwpr0pch0000gn/T//Rtmp4RSvVW/downloaded_packages
```

## Development version
Expand Down

0 comments on commit 66dba6b

Please sign in to comment.