{"id":13724497,"url":"https://github.com/macroecology/letsR","last_synced_at":"2025-05-07T18:32:18.781Z","repository":{"id":16103091,"uuid":"18848072","full_name":"macroecology/letsR","owner":"macroecology","description":"Tools for data handling and analysis in macroecology","archived":false,"fork":false,"pushed_at":"2025-01-08T17:52:23.000Z","size":23715,"stargazers_count":29,"open_issues_count":3,"forks_count":7,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-20T06:17:00.671Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://brunovilela.github.io/letsR/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/macroecology.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2014-04-16T16:58:33.000Z","updated_at":"2025-02-25T05:13:20.000Z","dependencies_parsed_at":"2023-01-11T20:24:31.589Z","dependency_job_id":"e553fc09-27e5-420f-be7c-3ebe4e95e5be","html_url":"https://github.com/macroecology/letsR","commit_stats":{"total_commits":321,"total_committers":9,"mean_commits":"35.666666666666664","dds":"0.19937694704049846","last_synced_commit":"cd130eaaaebd272f1ea8242ba4028dd1d412d843"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macroecology%2FletsR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macroecology%2FletsR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macroecology%2FletsR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macroecology%2FletsR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macroecology","download_url":"https://codeload.github.com/macroecology/letsR/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250421885,"owners_count":21427850,"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":[],"created_at":"2024-08-03T01:01:58.256Z","updated_at":"2025-05-07T18:32:18.727Z","avatar_url":"https://github.com/macroecology.png","language":"R","readme":"[![R-CMD-check](https://github.com/BrunoVilela/letsR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/BrunoVilela/letsR/actions/workflows/R-CMD-check.yaml)\n[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/letsR)](https://CRAN.R-project.org/package=letsR)\n[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/letsR)]( https://github.com/r-hub/cranlogs.app)\n[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/grand-total/letsR)]( https://github.com/r-hub/cranlogs.app)\n[![Research software impact](http://depsy.org/api/package/cran/letsR/badge.svg)](https://depsy.org/package/r/letsR)\n\n# letsR \u003cimg src=\"man/figures/letsr.png\" align=\"right\" height=\"200\" style=\"float:right; height:200px;\" /\u003e\n\n## The package\n\nThe letsR package is being developed to help researchers handle, process, and analyze macroecological data. It aims to integrate these methodological processes into a single software platform for macroecological analyses. The package's main functions allow users to build presence-absence matrices, the primary analytical tool in macroecology, from species' geographical distributions and merge them with species' traits, conservation information and spatial environmental layers. In addition, other packages' functions enable users to summarize and visualize data from presence-absence matrices.\n\nAll functions in this package use a prefix and a suffix separated by a dot; the prefix refers to the package's name, and the suffix to the actual function. This nomenclature avoids confusion with potentially similarly-named functions from other R packages. \nFor instance, the letsR function used to create presence-absence matrices is called `lets.presab` (but see also `lets.presab.birds` and `lets.presab.points`), whereas the one used to add variables to a presence-absence matrix is called `lets.addvar`.  \nThe package's primary functions create and work on a particular S3 object class called `PresenceAbsence`. \nSuch `PresenceAbsence` object class allows storing information beyond presence-absence data (e.g. user-defined grid-cell system) and using the generic `plot`, `summary` and `print` functions of R. \nAlso, some package's functions allow the user to input customary R objects (e.g. `vector`, `matrix`, `data.frame`). \n\nThe letsR package is in continuous development, and suggestions are more than welcome!\n\nWe hope you enjoy it and find it helpful.\n\n## Package publication\nhttps://besjournals.onlinelibrary.wiley.com/doi/abs/10.1111/2041-210X.12401\n\n\n## Install\n\nInstall `letsR` from CRAN\n\n```coffee\ninstall.packages(\"letsR\")\nlibrary(\"letsR\")\n```\nInstall `letsR` developers version from github\n\n\n```coffee\ninstall.packages(\"devtools\")\nlibrary(devtools)\ninstall_github(\"macroecology/letsR\")\nlibrary(letsR)\n```\n\nOBS.: To download the developers version you will need to have the git software installed (https://git-scm.com/).\nIf you are a windows user you will also need to download the Rtools (https://cran.r-project.org/bin/windows/Rtools/).\n\n\n## Note\nDue to changes in the IUCN API and limitations in data distribution established by IUCN terms of use, we are no longer maintaining the functions lets.iucn, lets.iucn.hist and lets.iucn.ha. These functions will be removed from the package in the next version. We apologize for any inconvenience this may cause.  \n","funding_links":[],"categories":["Biosphere"],"sub_categories":["Biodiversity Analysis and Metrics"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacroecology%2FletsR","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacroecology%2FletsR","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacroecology%2FletsR/lists"}