Science Score: 67.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
Found 6 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
✓Committers with academic emails
3 of 8 committers (37.5%) from academic institutions -
✓Institutional organization owner
Organization ncsu-landscape-dynamics has institutional domain (geospatial.ncsu.edu) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.3%) to scientific vocabulary
Keywords
Repository
PoPS (Pest or Pathogen Spread) R Package
Basic Info
- Host: GitHub
- Owner: ncsu-landscape-dynamics
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://ncsu-landscape-dynamics.github.io/rpops/
- Size: 55.7 MB
Statistics
- Stars: 11
- Watchers: 9
- Forks: 5
- Open Issues: 13
- Releases: 6
Topics
Metadata Files
README.md
PoPS (Pest or Pathogen Spread) R Package 
Overview
This is an R package for simulating the spread of pests and pathogens. The package is an R package with multiple functions built around the PoPS (Pest or Pathogen Spread) model implemented in the C++ library maintained in the PoPS Core Repository.
PoPs is a stochastic spread model of pests and pathogens in forest and agricultural landscapes to learn more visit popsmodel.org. The R package provides an easy way for researchers to calibrate, validate, and test what if scenarios of treatment interventions. The model is also available in GRASS GIS you can install and use r.pops.spread to run the model in GRASS GIS.
Installation
If you are on Windows, you need to first install Rtools to get a C++ compiler that R can use.
Version Specific
If you want to install a specific version just change the version number.
```R install.packages("remotes") remotes::install_github("ncsu-landscape-dynamics/rpops", ref = "v2.0.0") library(PoPS)
```
Development Version
```R install.packages("remotes") remotes::install_github("ncsu-landscape-dynamics/rpops") library(PoPS)
```
Features
the PoPS package in R is built on top of PoPS Core C++ library includes:
- Susceptible-infected (
SI) and susceptible-exposed-infected (SEI) model types (model_type,latency_period). - Host mortality tracking (
mortality_rate,mortality_time_lag,mortality). - Host removal and pesticide application treatments (
treatments,treatment_date,pesticide_duration). - Host resistance based on pesticide application treatments (
pesticide_duration> 0). - Treatments applied only to a ratio of hosts (
treatment_application). - Yearly pest removal based on lethal temperature (
lethal_temperature,lethal_month). - Two different dispersal kernels (
natural_dispersal_kernel,anthropogenic_dispersal_kernel). - Cauchy, Exponential, Uniform, Power-law, Deterministic neighbor, Hyperbolic-Secant, Gamma, Weibull, Normal, and Logistic radial dispersal kernels use Von Mises distribution.
- Seasonal spread (
seasonalityin months). - Host movement for animals moving from farm to farm or plants via nursery trade (
use_movements,movements_file). - Reduced stochasticity options (
generate_stochasticity,establishment_stochasticity,movement_stochasticity) and deterministic versions of kernels (deterministic) other required parameters if reducing stochasticity are (dispersal_percentage,establishment_probability). - Spread rate measurement in 4 cardinal directions (
west_rate,east_rate,south_rate,north_rate) when (use_spreadrates) is true. - Distance to quarantine in 4 cardinal directions (
north_distance_to_quarantine,south_distance_to_quarantine,east_distance_to_quarantine,west_distance_to_quarantine) when (use_quarantine) is true and (quarantine_areas_file) is provided. - Probability of quarantine escape (
escape_probability). - Overpopulation function (individuals in areas of high population leave the area and disperse longer distances on average) (
use_overpopulation,overpopulation_percentage,leaving_percentage,leaving_scale_coefficient). - Flexible output frequency with n number of days, weeks, months, or years as options (
output_frequency,output_frequency_n).
Functions in rpops
calibrate:Calibration of the model parameters using either MCMC (markov chain monte carlo) or ABC (approximate bayesian computation).validate:Validation of the model using quantiy, allocation, and configuration disagreement.pops_multirun:Parallel execution of multiple stochastic runs (number_of_coresused to set cores used if left NULL defaults to using n - 1 cores on the machine). Outputs statistics of infected/infested hosts across multiple runs (simulation_mean,single_run,simulation_sd,simulation_min,simulation_max), current state using the median (infected,exposed, andsusceptible), average and standard deviations whole area statistics (number_infecteds,infected_areas), and probability of infection (probability) which is the percent of model runs that a cell has at least one infestation/infection.pops:Runs a single stochastic run of the model. This function is primarily used for automated testing of model functionality.
How to cite
If you use this software or code, please cite the following papers:
- Jones, C., Jones, S., Petrasova, A., Petras, V., Gaydos, D., Skrip, M., Takeuchi, Y., Bigsby, K., and Meentemeyer, R., 2021. Iteratively forecasting biological invasions with PoPS and a little help from our friends. Frontiers in Ecology and the Environment DOI: 10.1002/fee.2357
In case you are using the automatic management feature in rpops or the steering version of r.pops.spread (from the branch steering), please cite also:
- Petrasova, A., Gaydos, D.A., Petras, V., Jones, C.M., Mitasova, H. and Meentemeyer, R.K., 2020. Geospatial simulation steering for adaptive management. Environmental Modelling & Software 133: 104801. DOI: 10.1016/j.envsoft.2020.104801
In addition to citing the above paper, we also encourage you to reference, link, and/or acknowledge specific version of the software you are using for example:
- We have used rpops R package version 1.0.0 from https://github.com/ncsu-landscape-dynamics/rpops.
Contributing
Please see the pops-core repository for contributing best practices and release policies. Other than that, just open pull requests against this repo. We suggest following the Style Guide from Hadley for R code.
Authors and contributors
Authors
(alphabetical order)
- Chris Jones
- Vaclav Petras
- Anna Petrasova
Contributors
(alphabetical order)
- Zexi Chen
- Devon Gaydos
- Margaret Lawrimore
- Nick Kruskamp
- Francesco Tonini
See Git commit history, GitHub insights, or CHANGELOG.md file for details about contributions.
License
Permission to use, copy, modify, and distribute this software and its documentation under the terms of the GNU General Public License version 2 or higher is hereby granted. No representations are made about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. See the GNU General Public License for more details.
Owner
- Name: NCSU Landscape Dynamics Group
- Login: ncsu-landscape-dynamics
- Kind: organization
- Location: Raleigh, NC, USA
- Website: http://geospatial.ncsu.edu/landscapedynamics/
- Repositories: 21
- Profile: https://github.com/ncsu-landscape-dynamics
GitHub Events
Total
- Issues event: 1
- Watch event: 3
- Delete event: 12
- Issue comment event: 3
- Push event: 90
- Pull request review comment event: 2
- Pull request review event: 7
- Pull request event: 17
- Create event: 17
Last Year
- Issues event: 1
- Watch event: 3
- Delete event: 12
- Issue comment event: 3
- Push event: 90
- Pull request review comment event: 2
- Pull request review event: 7
- Pull request event: 17
- Create event: 17
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| ChrisJones687 | c****8@g****m | 464 |
| Chris Michael Jones | c****5@w****u | 11 |
| Vaclav Petras | w****s@g****m | 8 |
| Anna Petrasova | k****a@g****m | 5 |
| nfkruska | n****a@n****u | 4 |
| cyborginhas | 6****s | 2 |
| malawrim | 6****m | 1 |
| Devon Gaydos | d****s@n****u | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 54
- Total pull requests: 100
- Average time to close issues: 5 months
- Average time to close pull requests: 27 days
- Total issue authors: 4
- Total pull request authors: 6
- Average comments per issue: 0.85
- Average comments per pull request: 1.07
- Merged pull requests: 86
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 18
- Average time to close issues: N/A
- Average time to close pull requests: about 2 months
- Issue authors: 0
- Pull request authors: 3
- Average comments per issue: 0
- Average comments per pull request: 0.33
- Merged pull requests: 13
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ChrisJones687 (37)
- nkruskamp (10)
- wenzeslaus (6)
- agimenezromero (1)
Pull Request Authors
- ChrisJones687 (69)
- wenzeslaus (11)
- petrasovaa (8)
- cyborginhas (6)
- nkruskamp (4)
- John-Polo (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 4
proxy.golang.org: github.com/ncsu-landscape-dynamics/rpops
- Documentation: https://pkg.go.dev/github.com/ncsu-landscape-dynamics/rpops#section-documentation
- License: gpl-3.0
-
Latest release: v2.0.1+incompatible
published over 3 years ago
Rankings
Dependencies
- R >= 3.3.0 depends
- MASS * imports
- Metrics * imports
- Rcpp >= 0.12.19 imports
- aws.s3 * imports
- doParallel * imports
- foreach * imports
- iterators * imports
- landscapemetrics * imports
- lubridate * imports
- methods * imports
- parallel * imports
- raster >= 3.5 imports
- sp * imports
- stats * imports
- terra >= 1.5 imports
- utils * imports
- covr * suggests
- igraph * suggests
- knitr * suggests
- markdown * suggests
- pkgdown * suggests
- qpdf * suggests
- rcmdcheck * suggests
- remotes * suggests
- rgdal * suggests
- rlist * suggests
- rmarkdown * suggests
- testthat * suggests
- actions/cache v2 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v2 composite
- actions/cache v2 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- actions/cache v2 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- actions/checkout v3 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite