LandR

Landscape Ecosystem Modelling in R

https://github.com/PredictiveEcology/LandR

Science Score: 36.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
    2 of 11 committers (18.2%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.5%) to scientific vocabulary

Keywords

ecological-modelling landscape-ecosystem-modelling r-package spades

Keywords from Contributors

reproducibility landscape-ecology fire spades-module
Last synced: 9 months ago · JSON representation

Repository

Landscape Ecosystem Modelling in R

Basic Info
Statistics
  • Stars: 17
  • Watchers: 8
  • Forks: 12
  • Open Issues: 13
  • Releases: 0
Topics
ecological-modelling landscape-ecosystem-modelling r-package spades
Created over 7 years ago · Last pushed 10 months ago
Metadata Files
Readme Changelog License

README.md

LandR

R build status CRAN_Status_Badge CRAN Downloads Codecov test coverage <!-- badges: end -->

Landscape Ecosystem Modelling in R

Utilities for 'LandR' suite of landscape simulation models. These models simulate forest vegetation dynamics based on LANDIS-II, and incorporate fire and insect disturbance, as well as other important ecological processes. Models are implemented as SpaDES modules.

Installation

Current release

R build status Codecov test coverage

Install from CRAN:

```r

install.packages("LandR") ## not yet on CRAN

```

Install from GitHub:

```r

install.packages("devtools")

library("devtools") install_github("PredictiveEcology/LandR", dependencies = TRUE) ```

Development version

R build status Codecov test coverage

Install from GitHub:

```r

install.packages("devtools")

library("devtools") install_github("PredictiveEcology/LandR", ref = "development", dependencies = TRUE) ```

Getting help

Owner

  • Name: Predictive Ecology Group
  • Login: PredictiveEcology
  • Kind: organization
  • Location: Victoria, BC, Canada

Ecological forecasting models and data

GitHub Events

Total
  • Issues event: 32
  • Delete event: 4
  • Issue comment event: 45
  • Push event: 103
  • Pull request review comment event: 5
  • Pull request review event: 7
  • Pull request event: 37
  • Fork event: 4
  • Create event: 7
Last Year
  • Issues event: 32
  • Delete event: 4
  • Issue comment event: 45
  • Push event: 103
  • Pull request review comment event: 5
  • Pull request review event: 7
  • Pull request event: 37
  • Fork event: 4
  • Create event: 7

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 1,896
  • Total Committers: 11
  • Avg Commits per committer: 172.364
  • Development Distribution Score (DDS): 0.718
Past Year
  • Commits: 47
  • Committers: 4
  • Avg Commits per committer: 11.75
  • Development Distribution Score (DDS): 0.468
Top Committers
Name Email Commits
CeresBarros c****s@m****a 534
Alex Chubaty a****y@g****m 302
Alex Chubaty a****y@f****a 290
Eliot McIntire e****e@g****m 247
CeresBarros c****s@g****a 141
CeresBarros c****s@h****m 135
Eliot McIntire e****i@m****a 133
Ian Eddy i****y@g****m 100
CeresBarros c****s@u****a 9
Tati Micheletti t****i@g****m 4
ianmseddy 3****y 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 51
  • Total pull requests: 112
  • Average time to close issues: about 1 year
  • Average time to close pull requests: 14 days
  • Total issue authors: 5
  • Total pull request authors: 8
  • Average comments per issue: 1.2
  • Average comments per pull request: 0.96
  • Merged pull requests: 98
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 17
  • Pull requests: 35
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 4 days
  • Issue authors: 3
  • Pull request authors: 4
  • Average comments per issue: 0.12
  • Average comments per pull request: 1.29
  • Merged pull requests: 24
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • achubaty (34)
  • CeresBarros (10)
  • vanelslander-ecology (5)
  • ianmseddy (1)
  • rygill (1)
Pull Request Authors
  • CeresBarros (57)
  • vanelslander-ecology (19)
  • DominiqueCaron (13)
  • eliotmcintire (10)
  • achubaty (6)
  • ianmseddy (5)
  • tati-micheletti (1)
  • pkalanta (1)
Top Labels
Issue Labels
enhancement (3) bug (2) help wanted (2) urgent (1)
Pull Request Labels
bug (6) enhancement (4) urgent (2)

Dependencies

DESCRIPTION cran
  • R >= 3.6 depends
  • CircStats * imports
  • MuMIn >= 1.42.5 imports
  • RColorBrewer * imports
  • RCurl * imports
  • SpaDES.core * imports
  • SpaDES.tools >= 0.3.1.9000 imports
  • XML * imports
  • assertthat * imports
  • backports * imports
  • crayon * imports
  • data.table * imports
  • dplyr * imports
  • fastdigest * imports
  • fasterize * imports
  • fpCompare * imports
  • gdalUtils * imports
  • ggplot2 * imports
  • googledrive * imports
  • grDevices * imports
  • httr * imports
  • lme4 * imports
  • magrittr * imports
  • map * imports
  • methods * imports
  • parallel * imports
  • pemisc * imports
  • plyr * imports
  • quickPlot * imports
  • raster * imports
  • reproducible * imports
  • scales * imports
  • sf * imports
  • sp * imports
  • stats * imports
  • tools * imports
  • utils * imports
  • covr * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • roxygen2 * suggests
  • spelling * suggests
  • testthat * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • actions/upload-artifact main composite
  • r-lib/actions/setup-pandoc master composite
  • r-lib/actions/setup-r master composite
.github/workflows/test-coverage.yaml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc master composite
  • r-lib/actions/setup-r master composite