https://github.com/ajpelu/diverpine
diveRpine: diversification of pine plantations in Mediterranean mountains
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 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (18.0%) to scientific vocabulary
Last synced: 7 months ago
·
JSON representation
Repository
diveRpine: diversification of pine plantations in Mediterranean mountains
Basic Info
- Host: GitHub
- Owner: ajpelu
- License: other
- Language: R
- Default Branch: master
- Homepage: https://ajpelu.github.io/diveRpine/
- Size: 1.55 MB
Statistics
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
- Releases: 0
Created about 6 years ago
· Last pushed about 3 years ago
https://github.com/ajpelu/diveRpine/blob/master/
# diveRpine## **diveR**sification of **pine** plantations in Mediterranean mountains [](https://www.tidyverse.org/lifecycle/#stable) [](https://www.repostatus.org/#active) [](https://www.gnu.org/licenses/gpl-3.0) [](https://doi.org/10.5281/zenodo.3697818) diveRpine is an interactive **R** tool which simulates the way in which species diversity in pine plantations varies depending on the landscape configuration, the internal structure of the plantation (*e.g.* past land uses, tree density), and the composition of the dispersion vectors (*e.g.* birds, mammals).
The aim of the application is to develop a decision-support tool that simulates the dynamics of forest ecological processes.
The application projects the most likely ecological succession in each stand based on the ecological context, and visualizes the relative importance of the different ecological mechanisms involved in the process. The resulting simulations help the manager to identify forest stands that most need intervention (active restoration), compared to other stands where intervention is unneeded (passive restoration), depending on the ecosystem services that the manager wishes to maximize. It also allows the user to visualize some of the complex ecological processes that underlie the diversification of pine plantations in Mediterranean mountain areas.
This tool uses information published in scientific journals in a synthetic and straightforward way, enabling the manager to visualize different scenarios and perform simulations based on solid field data interpreted in scientific contexts. ## Installation diveRpine was built in [R](https://www.r-project.org), an open source programming language using the [Shiny package](https://shiny.rstudio.com), a web application framework for R. You can download the development version of diveRpine from [GitHub](https://github.com/ajpelu/diveRpine) with: ``` r # install.packages("devtools") devtools::install_github("ajpelu/diveRpine") ``` ## How to run diveRpine The recommended option to use the application is to download the package and run it locally. You can also use a running example [here](http://vlab.iecolab.es/ajpelu/diveRpine_app/). ### Locally 1. The use of Rstudio is recommended 2. Download and install the `diveRpine` pkg using: ``` r # install.packages("devtools") devtools::install_github("ajpelu/diveRpine") ``` 3. Run the app: ``` r library("diveRpine") run_diveRpine() ``` All required code can be found in this [github repository](https://github.com/ajpelu/diveRpine).
Owner
- Name: Antonio J Perez-Luque
- Login: ajpelu
- Kind: user
- Location: Granada (Spain)
- Website: ajperezluque.com/
- Repositories: 98
- Profile: https://github.com/ajpelu
Ecologist. Applied Statistics. Ecoinformatics. @ecoinf_AEET
GitHub Events
Total
- Issues event: 2
- Create event: 1
Last Year
- Issues event: 2
- Create event: 1
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 14
- Total pull requests: 1
- Average time to close issues: 3 months
- Average time to close pull requests: 3 days
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.36
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ajpelu (14)
Pull Request Authors
- ajpelu (1)
Top Labels
Issue Labels
enhancement (3)
bug (2)
documentation (2)
Pull Request Labels
Dependencies
.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
- Rdpack * imports
- ggplot2 * imports
- landscapeR * imports
- magrittr * imports
- methods * imports
- raster * imports
- rgeos * imports
- sf * imports
- shiny * imports
- sp * imports
- stats * imports
- bookdown * suggests
- kableExtra * suggests
- pkgdown * suggests
- rmarkdown * suggests
- sf * suggests
- spelling * suggests
- tidyverse * suggests
- viridis * suggests
##