diff --git a/LICENSE b/LICENSE index 29a2e4a..2f32cfb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,2 +1,2 @@ -YEAR: 2015 +YEAR: 2023 COPYRIGHT HOLDER: William Cornwell diff --git a/README.md b/README.md index 6d8d679..344ccb2 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ -[![R-CMD-check](https://github.com/cornwell-lab-unsw/litterfitter/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/cornwell-lab-unsw/litterfitter/actions/workflows/R-CMD-check.yaml) +[![R-CMD-check](https://github.com/traitecoevo/litterfitter/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/cornwell-lab-unsw/litterfitter/actions/workflows/R-CMD-check.yaml) [![Codecov test -coverage](https://codecov.io/gh/cornwell-lab-unsw/litterfitter/branch/master/graph/badge.svg)](https://app.codecov.io/gh/cornwell-lab-unsw/litterfitter?branch=master) +coverage](https://codecov.io/gh/traitecoevo/litterfitter/branch/master/graph/badge.svg)](https://app.codecov.io/gh/cornwell-lab-unsw/litterfitter?branch=master) [![](https://img.shields.io/badge/doi-10.1111/2041--210X.12138-blue.svg)](https://doi.org/10.1111/2041-210X.12138) [![](https://www.r-pkg.org/badges/version/litterfitter?color=orange)](https://cran.r-project.org/package=litterfitter) diff --git a/inst/CITATION b/inst/CITATION index 2083822..368b119 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -1,15 +1,13 @@ citHeader("To cite litterfitter in publications use:") -citEntry( - entry = "Article", - title = "Decomposition trajectories of diverse litter types: a model selection analysis", - author = "William K. Cornwell, James T. Weedon", - journal = "Methods in Ecology and Evolution", - year = "2014", - volume = "5", - pages = "173-182", - url = "https://doi.org/10.1111/2041-210X.12138", - textVersion = paste( - "Cornwell, W.K. and Weedon, J.T. (2014), Decomposition trajectories of diverse litter types: a model selection analysis. Methods Ecol Evol, 5: 173-182. https://doi.org/10.1111/2041-210X.12138" - ) +bibentry( + bibtype = "Article", + title = "Decomposition trajectories of diverse litter types: a model selection analysis", + author = c("William K. Cornwell", "James T. Weedon"), + journal = "Methods in Ecology and Evolution", + year = 2014, + volume = 5, + pages = "173-182", + url = "https://doi.org/10.1111/2041-210X.12138" ) + diff --git a/man/figures/README-unnamed-chunk-4-1.png b/man/figures/README-unnamed-chunk-4-1.png index c89a4f8..d806c7f 100644 Binary files a/man/figures/README-unnamed-chunk-4-1.png and b/man/figures/README-unnamed-chunk-4-1.png differ diff --git a/man/figures/README-unnamed-chunk-5-1.png b/man/figures/README-unnamed-chunk-5-1.png index 9db9e29..1bb7b31 100644 Binary files a/man/figures/README-unnamed-chunk-5-1.png and b/man/figures/README-unnamed-chunk-5-1.png differ diff --git a/man/figures/README-unnamed-chunk-7-1.png b/man/figures/README-unnamed-chunk-7-1.png index fa105a6..750fb1c 100644 Binary files a/man/figures/README-unnamed-chunk-7-1.png and b/man/figures/README-unnamed-chunk-7-1.png differ diff --git a/readme.Rmd b/readme.Rmd index fab7e20..5fe0c54 100644 --- a/readme.Rmd +++ b/readme.Rmd @@ -19,8 +19,8 @@ library(litterfitter) > R package for fitting and testing alternative models for single cohort litter decomposition data -[![R-CMD-check](https://github.com/cornwell-lab-unsw/litterfitter/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/cornwell-lab-unsw/litterfitter/actions/workflows/R-CMD-check.yaml) -[![Codecov test coverage](https://codecov.io/gh/cornwell-lab-unsw/litterfitter/branch/master/graph/badge.svg)](https://app.codecov.io/gh/cornwell-lab-unsw/litterfitter?branch=master) +[![R-CMD-check](https://github.com/traitecoevo/litterfitter/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/cornwell-lab-unsw/litterfitter/actions/workflows/R-CMD-check.yaml) +[![Codecov test coverage](https://codecov.io/gh/traitecoevo/litterfitter/branch/master/graph/badge.svg)](https://app.codecov.io/gh/cornwell-lab-unsw/litterfitter?branch=master) [![](https://img.shields.io/badge/doi-10.1111/2041--210X.12138-blue.svg)](https://doi.org/10.1111/2041-210X.12138) `r badger::badge_cran_release("litterfitter", "orange")`