Science Score: 13.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.2%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: animaltags
  • Language: HTML
  • Default Branch: main
  • Size: 112 MB
Statistics
  • Stars: 8
  • Watchers: 1
  • Forks: 1
  • Open Issues: 1
  • Releases: 0
Created almost 4 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

README.md

tagtools

r use_cran_badge() use_lifecycle_badge("stable")

R-CMD-check <!-- badges: end -->

This repository contains an R package with the R version of the animaltag tool kit. High-resolution movement-sensor tags typically include accelerometers to measure body posture and sudden movements or changes in speed, magnetometers to measure direction of travel, and pressure sensors to measure dive depth in aquatic or marine animals. The sensors in these tags usually sample many times per second. Some tags include sensors for speed, turning rate (gyroscopes), and sound. This package provides software tools to facilitate calibration, processing, and analysis of such data. Tools are provided for: data import/export; calibration (from raw data to calibrated data in scientific units); visualization (for example, multi-panel time-series plots); data processing (such as event detection, calculation of derived metrics like jerk and dynamic acceleration, dive detection, and dive parameter calculation); and statistical analysis (for example, track reconstruction, a rotation test, and Mahalanobis distance analysis).

Installation

You can install the current CRAN version of tagtools with:

r install.packages("tagtools")

You can install the development version of tagtools from GitHub with:

``` r

install.packages("devtools")

devtools::installgithub("animaltags/tagtoolsr") ```

Further background

Documentation and vignettes are available at: https://animaltags.github.io/tagtools_r/

This material is based upon research supported by the United States Office of Naval Research under Award Number N00014-16-1-3089.

Owner

  • Name: animaltags
  • Login: animaltags
  • Kind: organization

GitHub Events

Total
  • Watch event: 3
Last Year
  • Watch event: 3

Packages

  • Total packages: 1
  • Total downloads:
    • cran 208 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
cran.r-project.org: tagtools

Work with Data from High-Resolution Biologging Tags

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 208 Last month
Rankings
Forks count: 28.3%
Dependent packages count: 28.7%
Stargazers count: 31.3%
Dependent repos count: 34.4%
Average: 42.3%
Downloads: 88.5%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.4 depends
  • CircStats * imports
  • dplyr * imports
  • ggformula * imports
  • graphics * imports
  • hht * imports
  • latex2exp * imports
  • lubridate * imports
  • magrittr * imports
  • matlab * imports
  • ncdf4 * imports
  • pander * imports
  • plotly * imports
  • pracma * imports
  • readr * imports
  • rgl * imports
  • rmarkdown * imports
  • signal * imports
  • stats * imports
  • stringr * imports
  • utils * imports
  • zoo * imports
  • zoom * imports
  • ggplot2 * suggests
  • knitr * suggests