Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: wiley.com -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.8%) to scientific vocabulary
Repository
ConR
Basic Info
- Host: GitHub
- Owner: gdauby
- Language: R
- Default Branch: master
- Homepage: https://gdauby.github.io/ConR/
- Size: 22.6 MB
Statistics
- Stars: 13
- Watchers: 5
- Forks: 3
- Open Issues: 8
- Releases: 2
Metadata Files
README.md

ConR package
The ConR package aims at assisting the preliminary assessment of
species conservation status based on the International Union for
Conservation of Nature (IUCN) Red List Categories and Criteria. More
specifically, it helps users to calculate the population metrics related
to the IUCN criteria A, B, C and D and to assign one of the IUCN
categories (i.e. EX, EW, CR, EN, VU, NT, LC, DD). It was developed speed
up the assessment of hundreds to thousands of species at the same time.
The ideas behind this package, and its testing involved many people and institutes.
The package it not available anymore on CRAN because of the recent retirement of various packages (rgdal, rgeos). The new version is nevertheless available on github and will soon be available on CRAN.
To install the github version :
install.packages("devtools")
devtools::install_github("gdauby/ConR")
Install R, ConR and dependent packages
First step. Install R.
Loading ConR
Attach ConR package This should be done everytime you open an R session.
library(ConR)
Help files Any function in R is documented by a help file which can be obtained by the following code:
?EOO.computing
?AOO.computing
?subpop.comp
?locations.comp
?criterion_A
?EOO.sensitivity
A mode detailed manual on how to use this package is available here.
Funding
The development of this package was supported by:
the European Union’s Horizon 2020 research and innovation program under the Marie Skłodowska-Curie grant agreement No 795114 (THREAT project)
CESAB (Centre for the Synthesis and Analysis of Biodiversity). Research program of the FRB (Foundation for Research on Biodiversity) under the RAINBIO project.
Citation
G. Dauby & R. A. F. de Lima (2023). ConR: Computation of Parameters Used in Preliminary Assessment of Species Conservation Status. R package (version 2.1.0).
See Also
Other R packages related to IUCN assessments:
Owner
- Login: gdauby
- Kind: user
- Company: French National Research Institute for Sustainable Development
- Repositories: 13
- Profile: https://github.com/gdauby
Research Associate
GitHub Events
Total
- Watch event: 2
Last Year
- Watch event: 2
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| gdauby | g****y@g****m | 411 |
| raflima1981 | r****a@u****r | 45 |
| miriamfloresherrera | g****y@i****r | 1 |
Issues and Pull Requests
Last synced: about 2 years ago
All Time
- Total issues: 28
- Total pull requests: 11
- Average time to close issues: about 1 year
- Average time to close pull requests: 2 days
- Total issue authors: 14
- Total pull request authors: 2
- Average comments per issue: 2.11
- Average comments per pull request: 0.09
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 6
- Pull requests: 4
- Average time to close issues: 6 days
- Average time to close pull requests: about 11 hours
- Issue authors: 5
- Pull request authors: 2
- Average comments per issue: 2.33
- Average comments per pull request: 0.0
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- gdauby (7)
- LimaRAF (5)
- rsbivand (3)
- pvictor (2)
- AMBarbosa (2)
- samuel-chang (1)
- Erythroxylum (1)
- Marcosfrog (1)
- Watashi26 (1)
- pjbouchet (1)
- thiagosfsilva (1)
- amcilwee (1)
- ggrittz (1)
Pull Request Authors
- LimaRAF (10)
- gdauby (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 715 last-month
- Total dependent packages: 1
- Total dependent repositories: 4
- Total versions: 8
- Total maintainers: 1
cran.r-project.org: ConR
Computation of Parameters Used in Preliminary Assessment of Conservation Status
- Homepage: https://gdauby.github.io/ConR/
- Documentation: http://cran.r-project.org/web/packages/ConR/ConR.pdf
- License: GPL-2
- Status: removed
-
Latest release: 1.3.0
published about 6 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.3 depends
- raster * depends
- sp * depends
- doSNOW * imports
- fields * imports
- foreach * imports
- geosphere * imports
- grDevices * imports
- methods * imports
- rgdal * imports
- rgeos * imports
- rnaturalearth * imports
- sf * imports
- snow * imports
- tibble * imports
- writexl * imports
- alphahull * suggests
- rmarkdown * suggests
- rnaturalearthdata * suggests
- testthat * suggests
- actions/cache v1 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc master composite
- r-lib/actions/setup-r master composite