rWCVP
Generating Summaries, Reports and Plots from the World Checklist of Vascular Plants
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.6%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Generating Summaries, Reports and Plots from the World Checklist of Vascular Plants
Basic Info
- Host: GitHub
- Owner: matildabrown
- License: gpl-3.0
- Language: R
- Default Branch: master
- Homepage: https://matildabrown.github.io/rWCVP/
- Size: 19.1 MB
Statistics
- Stars: 22
- Watchers: 2
- Forks: 0
- Open Issues: 9
- Releases: 1
Created over 4 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# rWCVP
[](https://github.com/matildabrown/rWCVP/actions)
rWCVP is a package for accessing and using plant name and distribution data from the [World Checklist of Vascular Plants](https://powo.science.kew.org//)
## Installation
You can install the development version of rWCVP from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
devtools::install_github("matildabrown/rWCVP")
```
## Example
rWCVP makes it easy to get and plot the known distribution of plant species.
```{r example, eval=FALSE}
library(rWCVP)
distribution <- wcvp_distribution("Myrcia guianensis", taxon_rank = "species")
# global map
wcvp_distribution_map(distribution)
# zoomed-in map
wcvp_distribution_map(distribution, crop_map = TRUE)
```
Owner
- Login: matildabrown
- Kind: user
- Repositories: 3
- Profile: https://github.com/matildabrown
GitHub Events
Total
- Issues event: 2
- Issue comment event: 2
- Push event: 1
- Create event: 1
Last Year
- Issues event: 2
- Issue comment event: 2
- Push event: 1
- Create event: 1
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Matilda Brown | M****2@k****g | 100 |
| barnabywalker | b****8@g****m | 77 |
| matildabrown | 4****n@u****m | 7 |
| Matilda Brown | m****2@k****g | 2 |
Committer Domains (Top 20 + Academic)
kew.org: 2
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 47
- Total pull requests: 19
- Average time to close issues: about 2 months
- Average time to close pull requests: 2 days
- Total issue authors: 12
- Total pull request authors: 2
- Average comments per issue: 1.57
- Average comments per pull request: 0.21
- Merged pull requests: 18
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 0
- Average time to close issues: 6 days
- Average time to close pull requests: N/A
- Issue authors: 3
- Pull request authors: 0
- Average comments per issue: 1.33
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- matildabrown (22)
- barnabywalker (9)
- pgomba (3)
- MarcRieraDominguez (2)
- alrichardbollans (2)
- azizka (2)
- nlkinlock (2)
- eortizb (1)
- MLieke (1)
- ppipek (1)
- cbud (1)
- ubuntu-sys (1)
Pull Request Authors
- barnabywalker (17)
- matildabrown (2)
Top Labels
Issue Labels
bug (10)
enhancement (7)
documentation (3)
wontadd (2)
help wanted (1)
Pull Request Labels
bug (1)
Packages
- Total packages: 1
-
Total downloads:
- cran 241 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: rWCVP
Generating Summaries, Reports and Plots from the World Checklist of Vascular Plants
- Homepage: https://github.com/matildabrown/rWCVP
- Documentation: http://cran.r-project.org/web/packages/rWCVP/rWCVP.pdf
- License: GPL (≥ 3)
-
Latest release: 1.2.4
published over 3 years ago
Rankings
Stargazers count: 22.5%
Forks count: 28.8%
Dependent packages count: 29.8%
Average: 30.7%
Dependent repos count: 35.5%
Downloads: 36.7%
Maintainers (1)
Last synced:
11 months ago
Dependencies
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v2 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION
cran
- R >= 2.10 depends
- RecordLinkage * imports
- cli * imports
- dplyr * imports
- ggplot2 * imports
- gt * imports
- htmltools * imports
- magrittr * imports
- phonics * imports
- purrr * imports
- rlang * imports
- rmarkdown * imports
- sf * imports
- stringr * imports
- tibble * imports
- tidyr * imports
- withr * imports
- knitr * suggests
- rWCVPdata >= 0.1.0 suggests
- spdep * suggests
- testthat >= 3.0.0 suggests