Skip to content

Commit 3e1d769

Browse files
committed
Increment version number to 1.1.2
1 parent 649d111 commit 3e1d769

4 files changed

Lines changed: 14 additions & 5 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: EWSmethods
33
Title: Forecasting Tipping Points at the Community Level
4-
Version: 1.1.1
4+
Version: 1.1.2
55
Authors@R: c(
66
person(given = "Duncan",
77
family = "O'Brien",

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# EWSmethods 1.1.2
2+
13
# EWSmethods 1.1.1
24

35
# EWSmethods 1.1.0

README.Rmd

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

2626
<!-- badges: end -->
2727

28-
`EWSmethods` is a user friendly interface to various methods of performing Early Warning Signal (EWS) assessments. This R package allows the user to input univariate or multivariate data and perform either traditional rolling window (e.g. Dakos *et al.* 2012) or expanding window (Drake and Griffin, 2010) EWS approaches. Publication standard and ggplot inspired figures can also be generated during this process. `EWSmethods` also provides an R interface to [**EWSNet**](https://ewsnet.github.io), a deep learning modelling framework for predicting critical transitions (Deb *et al.* 2022).
28+
`EWSmethods` is a user friendly interface to various methods of performing Early Warning Signal (EWS) assessments. This R package allows the user to input univariate or multivariate data and perform either traditional rolling window (e.g. Dakos *et al.* 2012) or expanding window (Drake and Griffen, 2010) EWS approaches. Publication standard and ggplot inspired figures can also be generated during this process. `EWSmethods` also provides an R interface to [**EWSNet**](https://ewsnet.github.io), a deep learning modelling framework for predicting critical transitions (Deb *et al.* 2022).
2929

3030
This README is a quick-fire introduction to the package, but indepth tutorials are available for the following topics:
3131

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
performing Early Warning Signal (EWS) assessments. This R package allows
1616
the user to input univariate or multivariate data and perform either
1717
traditional rolling window (e.g. Dakos *et al.* 2012) or expanding
18-
window (Drake and Griffin, 2010) EWS approaches. Publication standard
18+
window (Drake and Griffen, 2010) EWS approaches. Publication standard
1919
and ggplot inspired figures can also be generated during this process.
2020
`EWSmethods` also provides an R interface to
2121
[**EWSNet**](https://ewsnet.github.io), a deep learning modelling
@@ -35,7 +35,14 @@ tutorials are available for the following topics:
3535

3636
## Installation
3737

38-
You can install the development version from
38+
You can install the stable version of `EWSmethods` from
39+
[CRAN](https://cran.r-project.org) with:
40+
41+
``` r
42+
install.packages("EWSmethods")
43+
```
44+
45+
Alternatively, you can install the development version from
3946
[GitHub](https://github.com/duncanobrien/EWSmethods) with:
4047

4148
``` r
@@ -264,7 +271,7 @@ skylark_ewsnet <- ewsnet_predict(skylark_data$abundance, scaling = TRUE, ensembl
264271

265272
skylark_ewsnet
266273
#> pred no_trans_prob smooth_trans_prob critical_trans_prob
267-
#> 1 Smooth Transition 0.008681824 0.9592853 0.03203287
274+
#> 1 Smooth Transition 0.02270605 0.9592073 0.01808658
268275
```
269276

270277
<br>

0 commit comments

Comments
 (0)