diveMove

diveMove is a GNU R package with tools to represent, visualize, filter, analyse, and summarize time-depth recorder (TDR) data. It also provides miscellaneous functions for handling location data.

https://github.com/spluque/divemove

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
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.1%) to scientific vocabulary

Keywords

animal-behavior behavioural-ecology biology diving science
Last synced: 6 months ago · JSON representation

Repository

diveMove is a GNU R package with tools to represent, visualize, filter, analyse, and summarize time-depth recorder (TDR) data. It also provides miscellaneous functions for handling location data.

Basic Info
  • Host: GitHub
  • Owner: spluque
  • Language: TeX
  • Default Branch: master
  • Size: 2.37 MB
Statistics
  • Stars: 6
  • Watchers: 2
  • Forks: 2
  • Open Issues: 2
  • Releases: 3
Topics
animal-behavior behavioural-ecology biology diving science
Created almost 13 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog

README.md

diveMove

R build and check CRAN_Release_Badge CRAN_Downloads

diveMove is a GNU R package with tools to represent, visualize, filter, analyse, and summarize time-depth recorder (TDR) data. It also provides miscellaneous functions for handling location data.

Read ?diveMove for a quick overview of the major functionality. A vignette is also available by doing vignette("diveMove").

Dive analysis usually involves handling of large amounts of data, as new instruments allow for frequent sampling of variables over long periods of time. The aim of this package is to make this process more efficient for summarizing and extracting information gathered by time-depth recorders (TDRs, hereafter). The principal motivation for developing diveMove was to provide more flexibility during the various stages of analysis than is available in popular commercial software. This is achieved by making the results from intermediate calculations easily accessible, allowing the user to make his/her own summaries beyond the default choices the package provides.

Installation

Get the released version from CRAN:

R install.packages("diveMove")

Or the development version from GitHub:

```R

install.packages("devtools")

devtools::install_github("spluque/diveMove") ```

Python users can access the package's functionality via scikit-diveMove.

Owner

  • Name: Sebastian Luque
  • Login: spluque
  • Kind: user

GitHub Events

Total
  • Watch event: 1
  • Push event: 1
Last Year
  • Watch event: 1
  • Push event: 1

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 309
  • Total Committers: 2
  • Avg Commits per committer: 154.5
  • Development Distribution Score (DDS): 0.016
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Sebastian Luque s****e@g****m 304
Sebastian Luque s****e@p****g 5
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 8
  • Total pull requests: 0
  • Average time to close issues: 10 months
  • Average time to close pull requests: N/A
  • Total issue authors: 5
  • Total pull request authors: 0
  • Average comments per issue: 5.5
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • SimonDedman (4)
  • mczapanskiy-usgs (1)
  • RuthDunn (1)
  • jharv3y (1)
Pull Request Authors
Top Labels
Issue Labels
bug (2) question (1) enhancement (1)
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • cran 739 last-month
  • Total docker downloads: 21,777
  • Total dependent packages: 2
    (may contain duplicates)
  • Total dependent repositories: 2
    (may contain duplicates)
  • Total versions: 85
  • Total maintainers: 1
cran.r-project.org: diveMove

Dive Analysis and Calibration

  • Versions: 76
  • Dependent Packages: 2
  • Dependent Repositories: 2
  • Downloads: 739 Last month
  • Docker Downloads: 21,777
Rankings
Docker downloads count: 12.5%
Dependent packages count: 13.6%
Downloads: 15.3%
Average: 16.9%
Forks count: 17.0%
Dependent repos count: 19.1%
Stargazers count: 23.6%
Maintainers (1)
Last synced: 6 months ago
conda-forge.org: r-divemove
  • Versions: 9
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 34.0%
Average: 48.8%
Dependent packages count: 51.2%
Forks count: 54.2%
Stargazers count: 55.7%
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.5.0 depends
  • methods * depends
  • stats4 * depends
  • KernSmooth * imports
  • geosphere * imports
  • plotly * imports
  • quantreg * imports
  • uniReg * imports
  • knitr * suggests
  • lattice * suggests
  • pander * suggests
  • rmarkdown * suggests
  • tinytest * suggests
.github/workflows/build_check.yml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 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/rhub.yaml actions
  • r-hub/actions/checkout v1 composite
  • r-hub/actions/platform-info v1 composite
  • r-hub/actions/run-check v1 composite
  • r-hub/actions/setup v1 composite
  • r-hub/actions/setup-deps v1 composite
  • r-hub/actions/setup-r v1 composite