{"id":26937276,"url":"https://github.com/predictiveecology/landr","last_synced_at":"2025-04-02T13:15:04.188Z","repository":{"id":37334923,"uuid":"162617758","full_name":"PredictiveEcology/LandR","owner":"PredictiveEcology","description":"Landscape Ecosystem Modelling in R","archived":false,"fork":false,"pushed_at":"2024-09-28T00:44:46.000Z","size":7853,"stargazers_count":17,"open_issues_count":9,"forks_count":7,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-10-29T19:49:25.211Z","etag":null,"topics":["ecological-modelling","landscape-ecosystem-modelling","r-package","spades"],"latest_commit_sha":null,"homepage":"https://landr.predictiveecology.org/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PredictiveEcology.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-20T18:41:26.000Z","updated_at":"2024-06-24T22:00:09.000Z","dependencies_parsed_at":"2024-01-25T03:01:19.034Z","dependency_job_id":"4e9087ed-9a4d-46f3-96b8-0fa9f6a5657f","html_url":"https://github.com/PredictiveEcology/LandR","commit_stats":{"total_commits":1896,"total_committers":11,"mean_commits":"172.36363636363637","dds":0.7183544303797469,"last_synced_commit":"d6dd8512c584840faeac49d1faf7eb620c2c1fcb"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PredictiveEcology%2FLandR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PredictiveEcology%2FLandR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PredictiveEcology%2FLandR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PredictiveEcology%2FLandR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PredictiveEcology","download_url":"https://codeload.github.com/PredictiveEcology/LandR/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246819771,"owners_count":20839095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ecological-modelling","landscape-ecosystem-modelling","r-package","spades"],"created_at":"2025-04-02T13:15:03.458Z","updated_at":"2025-04-02T13:15:04.180Z","avatar_url":"https://github.com/PredictiveEcology.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LandR\n\n\u003c!-- badges: start --\u003e\n[![R build status](https://github.com/PredictiveEcology/LandR/workflows/R-CMD-check/badge.svg)](https://github.com/PredictiveEcology/LandR/actions)\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/LandR)](https://cran.r-project.org/package=LandR)\n[![CRAN Downloads](http://cranlogs.r-pkg.org/badges/grand-total/LandR)](https://cran.r-project.org/package=LandR)\n[![Codecov test coverage](https://codecov.io/gh/PredictiveEcology/LandR/branch/master/graph/badge.svg)](https://app.codecov.io/gh/PredictiveEcology/LandR?branch=master)\n\u003c!-- badges: end --\u003e\n\n**Landscape Ecosystem Modelling in R**\n\nUtilities for 'LandR' suite of landscape simulation models.\nThese models simulate forest vegetation dynamics based on LANDIS-II, and incorporate fire and insect disturbance, as well as other important ecological processes.\nModels are implemented as `SpaDES` modules.\n\n## Installation\n\n### Current release\n\n[![R build status](https://github.com/PredictiveEcology/LandR/workflows/R-CMD-check/badge.svg?branch=master)](https://github.com/PredictiveEcology/LandR/actions)\n[![Codecov test coverage](https://codecov.io/gh/PredictiveEcology/LandR/branch/master/graph/badge.svg)](https://app.codecov.io/gh/PredictiveEcology/LandR?branch=master)\n\n**Install from CRAN:**\n\n```r\n#install.packages(\"LandR\") ## not yet on CRAN\n```\n\n**Install from GitHub:**\n    \n```r\n#install.packages(\"devtools\")\nlibrary(\"devtools\")\ninstall_github(\"PredictiveEcology/LandR\", dependencies = TRUE) \n```\n\n### Development version\n\n[![R build status](https://github.com/PredictiveEcology/LandR/workflows/R-CMD-check/badge.svg?branch=development)](https://github.com/PredictiveEcology/LandR/actions)\n[![Codecov test coverage](https://codecov.io/gh/PredictiveEcology/LandR/branch/development/graph/badge.svg)](https://app.codecov.io/gh/PredictiveEcology/LandR?branch=development)\n\n**Install from GitHub:**\n\n```r\n#install.packages(\"devtools\")\nlibrary(\"devtools\")\ninstall_github(\"PredictiveEcology/LandR\", ref = \"development\", dependencies = TRUE) \n```\n\n## Getting help\n\n- Bug reports: \u003chttps://github.com/PredictiveEcology/LandR/issues\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpredictiveecology%2Flandr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpredictiveecology%2Flandr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpredictiveecology%2Flandr/lists"}