Science Score: 49.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
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: wiley.com
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (17.7%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Package letsR

Basic Info
Statistics
  • Stars: 9
  • Watchers: 4
  • Forks: 3
  • Open Issues: 1
  • Releases: 0
Created over 12 years ago · Last pushed 12 months ago
Metadata Files
Readme

README.md

R-CMD-check CRAN_Status_Badge rstudio mirror downloads rstudio mirror downloads Research software impact

letsR

The package

The 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.

All 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. For 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.
The package's primary functions create and work on a particular S3 object class called PresenceAbsence. Such 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. Also, some package's functions allow the user to input customary R objects (e.g. vector, matrix, data.frame).

The letsR package is in continuous development, and suggestions are more than welcome!

We hope you enjoy it and find it helpful.

Package publication

https://besjournals.onlinelibrary.wiley.com/doi/abs/10.1111/2041-210X.12401

Install

Install letsR from CRAN

coffee install.packages("letsR") library("letsR") Install letsR developers version from github

coffee install.packages("devtools") library(devtools) install_github("macroecology/letsR") library(letsR)

OBS.: To download the developers version you will need to have the git software installed (https://git-scm.com/). If you are a windows user you will also need to download the Rtools (https://cran.r-project.org/bin/windows/Rtools/).

Note

Due 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.

Owner

  • Name: Bruno Vilela de Moraes e Silva
  • Login: BrunoVilela
  • Kind: user
  • Location: Salvador, Bahia
  • Company: Universidade Federal da Bahia

Assistant Professor

GitHub Events

Total
  • Push event: 9
Last Year
  • Push event: 9

Packages

  • Total packages: 1
  • Total downloads:
    • cran 355 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 13
  • Total maintainers: 1
cran.r-project.org: letsR

Data Handling and Analysis in Macroecology

  • Versions: 13
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 355 Last month
Rankings
Forks count: 14.2%
Stargazers count: 18.3%
Dependent repos count: 23.9%
Dependent packages count: 28.7%
Average: 32.7%
Downloads: 78.5%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.1.0 depends
  • maps * depends
  • raster * depends
  • XML * imports
  • fields * imports
  • geosphere * imports
  • maptools * imports
  • methods * imports
  • rgdal * imports
  • rgeos * imports
  • sp * imports
  • devtools * suggests
  • testthat * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite