A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

rWCVP

A package for accessing and using plant name and distribution data from the World Checklist of Vascular Plants.
https://github.com/matildabrown/rWCVP

Category: Biosphere
Sub Category: Plants and Vegetation

Last synced: about 20 hours ago
JSON representation

Repository metadata

Generating Summaries, Reports and Plots from the World Checklist of Vascular Plants

README.Rmd

          ---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# rWCVP 



[![R-CMD-check](https://github.com/matildabrown/rWCVP/workflows/R-CMD-check/badge.svg)](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 metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 7 days ago

Total Commits: 186
Total Committers: 4
Avg Commits per committer: 46.5
Development Distribution Score (DDS): 0.462

Commits in past year: 31
Committers in past year: 3
Avg Commits per committer in past year: 10.333
Development Distribution Score (DDS) in past year: 0.258

Name Email Commits
Matilda Brown M****2@k****g 100
barnabywalker b****8@g****m 77
matildabrown 4****n 7
Matilda Brown m****2@k****g 2

Committer domains:


Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 46
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 request: 18
Bot issues: 0
Bot pull requests: 0

Past year issues: 2
Past year pull requests: 0
Past year average time to close issues: 4 days
Past year average time to close pull requests: N/A
Past year issue authors: 2
Past year pull request authors: 0
Past year average comments per issue: 1.0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/matildabrown/rWCVP

Top Issue Authors

  • matildabrown (22)
  • barnabywalker (9)
  • pgomba (3)
  • alrichardbollans (2)
  • azizka (2)
  • nlkinlock (2)
  • eortizb (1)
  • MarcRieraDominguez (1)
  • MLieke (1)
  • ppipek (1)
  • cbud (1)
  • ubuntu-sys (1)

Top Pull Request Authors

  • barnabywalker (17)
  • matildabrown (2)

Top Issue Labels

  • bug (10)
  • enhancement (8)
  • documentation (4)
  • wontadd (2)
  • help wanted (1)

Top Pull Request Labels

  • bug (1)

Package metadata

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
  • Licenses: GPL (≥ 3)
  • Latest release: 1.2.4 (published about 2 years ago)
  • Last Synced: 2025-04-26T13:01:49.318Z (2 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 281 Last month
  • Rankings:
    • Stargazers count: 22.49%
    • Forks count: 28.83%
    • Dependent packages count: 29.797%
    • Average: 30.657%
    • Dependent repos count: 35.455%
    • Downloads: 36.715%
  • Maintainers (1)

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

Score: 10.46218863654315