{"id":26937266,"url":"https://github.com/predictiveecology/spades.addins","last_synced_at":"2026-02-01T02:02:58.124Z","repository":{"id":77258257,"uuid":"91135657","full_name":"PredictiveEcology/SpaDES.addins","owner":"PredictiveEcology","description":"Tools and RStudio addins for 'SpaDES' and 'SpaDES' module development","archived":false,"fork":false,"pushed_at":"2024-11-25T23:03:44.000Z","size":407,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T13:14:58.732Z","etag":null,"topics":["r-package"],"latest_commit_sha":null,"homepage":"http://spades-addins.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":"CONTRIBUTING.md","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":"2017-05-12T23:03:01.000Z","updated_at":"2022-08-19T17:36:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1270710-564a-4d6c-b504-0b3f41203877","html_url":"https://github.com/PredictiveEcology/SpaDES.addins","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/PredictiveEcology/SpaDES.addins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PredictiveEcology%2FSpaDES.addins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PredictiveEcology%2FSpaDES.addins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PredictiveEcology%2FSpaDES.addins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PredictiveEcology%2FSpaDES.addins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PredictiveEcology","download_url":"https://codeload.github.com/PredictiveEcology/SpaDES.addins/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PredictiveEcology%2FSpaDES.addins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28964429,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T01:25:30.373Z","status":"online","status_checked_at":"2026-02-01T02:00:08.102Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["r-package"],"created_at":"2025-04-02T13:15:03.031Z","updated_at":"2026-02-01T02:02:58.097Z","avatar_url":"https://github.com/PredictiveEcology.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpaDES.addins\n\n\u003c!-- badges: start --\u003e\n[![R build status](https://github.com/PredictiveEcology/SpaDES.addins/workflows/R-CMD-check/badge.svg)](https://github.com/PredictiveEcology/SpaDES.addins/actions)\n[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/SpaDES.addins)](https://cran.r-project.org/package=SpaDES.addins)\n[![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/SpaDES.addins)](https://cran.r-project.org/package=SpaDES.addins)\n[![Codecov test coverage](https://codecov.io/gh/PredictiveEcology/SpaDES.addins/branch/master/graph/badge.svg)](https://app.codecov.io/gh/PredictiveEcology/SpaDES.addins?branch=master)\n\u003c!-- badges: end --\u003e\n\n\u003cimg align=\"right\" width=\"80\" pad=\"20\" src=\"https://github.com/PredictiveEcology/SpaDES.addins/raw/master/man/figures/SpaDES.png\"\u003e\n\n## Development tools for `SpaDES` and `SpaDES` modules\n\nProvides 'RStudio' addins for 'SpaDES' packages and 'SpaDES' module development.\nSee `?SpaDES.addins` or the package vignettes for an overview of the tools provided.\n\n## Installation\n\nThe suggested package `fastshp` can be installed with:\n\n```{r}\ninstall.packages(\"fastshp\", repos = \"https://rforge.net\", type = \"source\")\n```\n\nBuilding packages from source requires the appropriate development libraries for your operating system (*e.g.*, Windows users should install [Rtools](https://cran.r-project.org/bin/windows/Rtools/)).\n\n### Current stable release\n\n**Install from CRAN:**\n\n```r\ninstall.packages(\"SpaDES.addins\")\n```\n\n**Install from GitHub:**\n    \n```r\n#install.packages(\"devtools\")\nlibrary(\"devtools\")\ninstall_github(\"PredictiveEcology/SpaDES.addins\", dependencies = TRUE) # stable\n```\n\n### Development version (unstable)\n\n**Install from GitHub:**\n\n```r\n#install.packages(\"devtools\")\nlibrary(\"devtools\")\ninstall_github(\"PredictiveEcology/SpaDES.addins\", ref = \"development\", dependencies = TRUE) # unstable\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpredictiveecology%2Fspades.addins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpredictiveecology%2Fspades.addins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpredictiveecology%2Fspades.addins/lists"}