diff --git a/DESCRIPTION b/DESCRIPTION index 4560fc1..c401ac0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,13 +3,16 @@ Title: R Interface to the Deepforest package Description: Provides an R interface to the Deepforest via the Deepforest's command line interface. The Deepforest is a python package for training and predicting individual tree crowns from airborne RGB imagery. -Version: 0.0.1 +Version: 0.0.2 Authors@R: c(person("Ben", "G", "Weinstein", role = "aut", email = "benweinstein2010@gmail.com", comment = c(ORCID = "0000-0002-2176-7935")), person("Henry", "Senyondo", role = c("aut", "cre"), email = "henrykironde@gmail.com", comment = c(ORCID = "0000-0001-7105-5808")), + person("Weecology", role = "cph", + email = "weecologydeploy@weecology.org", + comment = c(ORCID = "0000-0000-0000-0000")), person("Ethan", "White", role = "aut", email = "ethan@weecology.org", comment = c(ORCID = "0000-0001-6728-7745"))) diff --git a/README.md b/README.md index 3016a92..2fb5c20 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![R-CMD-check-release](https://github.com/weecology/deepforestr/actions/workflows/test-package.yml/badge.svg)](https://github.com/weecology/deepforestr/actions/workflows/test-package.yml) +[![CRAN status](https://www.r-pkg.org/badges/version/deepforestr)](https://CRAN.R-project.org/package=deepforestr) R interface for [DeepForest](github.com/weecology/DeepForest) Python package, a deep learning package detecting individual organisms in airborne RGB images. diff --git a/inst/CITATION b/inst/CITATION new file mode 100644 index 0000000..9ea9a67 --- /dev/null +++ b/inst/CITATION @@ -0,0 +1,14 @@ +citHeader("To cite DeepForest in publications use:") + +citEntry( + entry = "Article", + title = "DeepForest: A Python package for RGB deep learning tree crown delineation", + author = "Weinstein, Ben G. and Marconi, Sergio and Aubry-Kientz, Mélaine and Vincent, Gregoire and Senyondo, Henry and White, Ethan P.", + journal = "Methods in Ecology and Evolution", + year = 2020, + volume = 11, + number = 12, + pages = 1743-1751, + url = "https://besjournals.onlinelibrary.wiley.com/doi/abs/10.1111/2041-210X.13472", + textVersion = paste("Weinstein, BG, Marconi, S, Aubry-Kientz, M, Vincent, G, Senyondo, H, White, EP. DeepForest: A Python package for RGB deep learning tree crown delineation. Methods Ecol Evol. 2020; 11: 1743– 1751. https://doi.org/10.1111/2041-210X.13472") +)