{"id":32570517,"url":"https://github.com/sustainscapes/sdmworkflows","last_synced_at":"2025-10-29T08:17:41.571Z","repository":{"id":89333093,"uuid":"586792341","full_name":"Sustainscapes/SDMWorkflows","owner":"Sustainscapes","description":"Package for downloading, cleaning coordinates, and modeling sdms","archived":false,"fork":false,"pushed_at":"2023-05-07T20:16:21.000Z","size":428,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-01-29T13:21:36.696Z","etag":null,"topics":["biodiversity","r","rpackage"],"latest_commit_sha":null,"homepage":"https://sustainscapes.github.io/SDMWorkflows/","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/Sustainscapes.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-01-09T08:40:52.000Z","updated_at":"2023-05-27T00:24:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"353b9957-f130-4bce-937c-005e10d207fc","html_url":"https://github.com/Sustainscapes/SDMWorkflows","commit_stats":{"total_commits":22,"total_committers":1,"mean_commits":22.0,"dds":0.0,"last_synced_commit":"dafb634c175fab416484f0a27acb29de4ba14a07"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sustainscapes/SDMWorkflows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sustainscapes%2FSDMWorkflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sustainscapes%2FSDMWorkflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sustainscapes%2FSDMWorkflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sustainscapes%2FSDMWorkflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sustainscapes","download_url":"https://codeload.github.com/Sustainscapes/SDMWorkflows/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sustainscapes%2FSDMWorkflows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281585583,"owners_count":26526323,"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","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"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":["biodiversity","r","rpackage"],"created_at":"2025-10-29T08:16:18.842Z","updated_at":"2025-10-29T08:17:41.563Z","avatar_url":"https://github.com/Sustainscapes.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# SDMWorkflows\n\n\u003c!-- badges: start --\u003e\n[![R-CMD-check](https://github.com/Sustainscapes/SDMWorkflows/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Sustainscapes/SDMWorkflows/actions/workflows/R-CMD-check.yaml)\n\u003c!-- badges: end --\u003e\n\nThe goal of SDMWorkflows is to make a workflow for Species distribution models for Sustainscapes\n\n## Installation\n\nYou can install the development version of SDMWorkflows like so:\n\n``` r\nremotes::install_github(\"Sustainscapes/SDMWorkflows\")\n```\n\n## Example\n\nThis is a basic example which shows you how to solve a common problem:\n\n```{r example}\nlibrary(SDMWorkflows)\n## basic example code\n```\n\nWe will start by generating a list of species to be checked\n\n```{r SppeciesCheck}\nSpp \u003c- c(\"Abies concolor\", \"Abies lowiana\", \"Canis lupus\", \"Cannis lupus\")\n```\n\nIn this case we have four taxa to check, however we know that *Abies concolor* and *Abies lowiana* are synonyms for the accepted name of *Abies concolor* and that the second version of *Canis lupus* is badly written, it would be expected that the `Clean_Taxa()` function will recognize that there are only 2 species here and return a data frame with these together with their taxonomy resolution,\n\n```{r}\nFinal_List \u003c- Clean_Taxa(Spp)\n```\n\nWhich yields the following table, the resolved species is the Species Column\n\n```{r, echo = F}\nknitr::kable(Final_List)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsustainscapes%2Fsdmworkflows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsustainscapes%2Fsdmworkflows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsustainscapes%2Fsdmworkflows/lists"}