sporeg

Regularization of sporadic detection data with tests for associated bias and uncertainty

https://github.com/mebowers5/sporeg

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Regularization of sporadic detection data with tests for associated bias and uncertainty

Basic Info
Statistics
  • Stars: 7
  • Watchers: 2
  • Forks: 2
  • Open Issues: 3
  • Releases: 1
Created over 2 years ago · Last pushed 12 months ago
Metadata Files
Readme License Citation

README.md

sporeg

DOI

The goal of sporeg is to reconstruct passive telemetry tracks using movement models and measure the accuracy of the reconstructions. This provides information on the reliability of ecological conclusions such as population distribution.

Installation

Sporeg requires R version >= 4.3.2. The latest version of sporeg can be installed from GitHub using the following:

To install sporeg, first install the remotes and pathroutr packages.

r install.packages("remotes") library(remotes) remotes::install_github('jmlondon/pathroutr') remotes::install_github('mebowers5/sporeg', build_vignettes = TRUE, dependencies = TRUE)

Step-by-step guide

The vignette(s) for this package can be accessed via GitHub pages (https://mebowers5.github.io/sporeg/articles/sporeg_workflow.html) or the following code:

r browseVignettes(package = "sporeg")

Have a suggestion? Found a bug?

For any suggestions or problems, please create a new issue on the sporeg GitHub page (https://github.com/mebowers5/sporeg/issues).

You don't have any experience documenting issues on GitHub? No problem! Start here: https://docs.github.com/en/issues/tracking-your-work-with-issues/quickstart.

Acknowledgements

The creation of this package was made possible by the helpful, supportive hosts and attendees of Ocean Tracking Network Study Hall, particularly Mike O'Brien, Ben Hlina, Jon Pye, and Sarah Popova. In addition, I thank Josh London for help with pathroutr code and encouragement. I also thank Brian J. Smith for introducing me to the world of movement modeling and for all his help and encouragement early on.

Owner

  • Name: Beth Bowers
  • Login: mebowers5
  • Kind: user

Citation (CITATION.cff)

# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------
 
cff-version: 1.2.0
message: 'To cite package "sporeg" in publications use:'
type: software
license: MIT
title: 'sporeg: A package to reconstruct sporadic passive tracking data and measure
  the bias and uncertainty incurred through the process'
version: 0.1.0
abstract: This package is the corresponding code for the Methods in Ecology and Evolution
  article, "A novel process to infer the reliability of ecological information derived
  from passive acoustic telemetry track reconstruction". The intended workflow is
  to simulate tracks inside a specified polygon, calculate quadrat counts inside grid
  cells, derive passive detection data from the simulated tracks using geolocations
  of listening stations, reconstruct the tracks using continuous-time correlated random
  walk models, re-route any spurious track intersections with a specified boundary,
  calculate quadrat counts of reconstructed tracks within grid cells, and compare
  quadrat counts between simulated and reconstructed tracks. This process is designed
  to be iterated to achieve statistical power. The user can then proceed with modeling
  the relationship between environmental variables and a desirable result (i.e., a
  good fit) to determine what environmental variables affect the odds of a good fit
  in grid cells.
authors:
- family-names: Bowers
  given-names: Mary E.
  email: mebowers5@gmail.com
  orcid: https://orcid.org/0000-0002-5823-186X
contact:
- family-names: Bowers
  given-names: Mary E.
  email: mebowers5@gmail.com
  orcid: https://orcid.org/0000-0002-5823-186X
references:
- type: software
  title: knitr
  abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R'
  notes: Suggests
  url: https://yihui.org/knitr/
  repository: https://CRAN.R-project.org/package=knitr
  authors:
  - family-names: Xie
    given-names: Yihui
    email: xie@yihui.name
    orcid: https://orcid.org/0000-0003-0645-5666
  year: '2024'
- type: software
  title: rmarkdown
  abstract: 'rmarkdown: Dynamic Documents for R'
  notes: Suggests
  url: https://pkgs.rstudio.com/rmarkdown/
  repository: https://CRAN.R-project.org/package=rmarkdown
  authors:
  - family-names: Allaire
    given-names: JJ
    email: jj@posit.co
  - family-names: Xie
    given-names: Yihui
    email: xie@yihui.name
    orcid: https://orcid.org/0000-0003-0645-5666
  - family-names: Dervieux
    given-names: Christophe
    email: cderv@posit.co
    orcid: https://orcid.org/0000-0003-4474-2498
  - family-names: McPherson
    given-names: Jonathan
    email: jonathan@posit.co
  - family-names: Luraschi
    given-names: Javier
  - family-names: Ushey
    given-names: Kevin
    email: kevin@posit.co
  - family-names: Atkins
    given-names: Aron
    email: aron@posit.co
  - family-names: Wickham
    given-names: Hadley
    email: hadley@posit.co
  - family-names: Cheng
    given-names: Joe
    email: joe@posit.co
  - family-names: Chang
    given-names: Winston
    email: winston@posit.co
  - family-names: Iannone
    given-names: Richard
    email: rich@posit.co
    orcid: https://orcid.org/0000-0003-3925-190X
  year: '2024'
- type: software
  title: car
  abstract: 'car: Companion to Applied Regression'
  notes: Suggests
  url: https://CRAN.R-project.org/package=car
  repository: https://CRAN.R-project.org/package=car
  authors:
  - family-names: Fox
    given-names: John
    email: jfox@mcmaster.ca
  - family-names: Weisberg
    given-names: Sanford
    email: sandy@umn.edu
  - family-names: Price
    given-names: Brad
    email: brad.price@mail.wvu.edu
  year: '2024'
- type: software
  title: geosphere
  abstract: 'geosphere: Spherical Trigonometry'
  notes: Suggests
  url: https://github.com/rspatial/geosphere/issues/
  repository: https://CRAN.R-project.org/package=geosphere
  authors:
  - family-names: Hijmans
    given-names: Robert J.
    email: r.hijmans@gmail.com
  year: '2024'
- type: software
  title: mapview
  abstract: 'mapview: Interactive Viewing of Spatial Data in R'
  notes: Suggests
  url: https://github.com/r-spatial/mapview
  repository: https://CRAN.R-project.org/package=mapview
  authors:
  - family-names: Appelhans
    given-names: Tim
    email: tim.appelhans@gmail.com
  - family-names: Detsch
    given-names: Florian
    email: fdetsch@web.de
  - family-names: Reudenbach
    given-names: Christoph
    email: reudenbach@geo.uni-marburg.de
  - family-names: Woellauer
    given-names: Stefan
    email: stephan.woellauer@geo.uni-marburg.de
  year: '2024'
- type: software
  title: oceanmap
  abstract: 'oceanmap: A Plotting Toolbox for 2D Oceanographic Data'
  notes: Suggests
  repository: https://CRAN.R-project.org/package=oceanmap
  authors:
  - family-names: Bauer
    given-names: Robert K.
  year: '2024'
- type: software
  title: parallel
  abstract: 'R: A Language and Environment for Statistical Computing'
  notes: Suggests
  authors:
  - name: R Core Team
  institution:
    name: R Foundation for Statistical Computing
    address: Vienna, Austria
  year: '2024'
- type: software
  title: sp
  abstract: 'sp: Classes and Methods for Spatial Data'
  notes: Suggests
  url: https://github.com/edzer/sp/
  repository: https://CRAN.R-project.org/package=sp
  authors:
  - family-names: Pebesma
    given-names: Edzer
    email: edzer.pebesma@uni-muenster.de
  - family-names: Bivand
    given-names: Roger
    email: Roger.Bivand@nhh.no
  year: '2024'
- type: software
  title: data.table
  abstract: 'data.table: Extension of `data.frame`'
  notes: Suggests
  url: https://r-datatable.com
  repository: https://CRAN.R-project.org/package=data.table
  authors:
  - family-names: Barrett
    given-names: Tyson
    email: t.barrett88@gmail.com
  - family-names: Dowle
    given-names: Matt
    email: mattjdowle@gmail.com
  - family-names: Srinivasan
    given-names: Arun
    email: asrini@pm.me
  - family-names: Gorecki
    given-names: Jan
  - family-names: Chirico
    given-names: Michael
  - family-names: Hocking
    given-names: Toby
    orcid: https://orcid.org/0000-0002-3146-0865
  year: '2024'
- type: software
  title: dplyr
  abstract: 'dplyr: A Grammar of Data Manipulation'
  notes: Imports
  url: https://dplyr.tidyverse.org
  repository: https://CRAN.R-project.org/package=dplyr
  authors:
  - family-names: Wickham
    given-names: Hadley
    email: hadley@posit.co
    orcid: https://orcid.org/0000-0003-4757-117X
  - family-names: François
    given-names: Romain
    orcid: https://orcid.org/0000-0002-2444-4226
  - family-names: Henry
    given-names: Lionel
  - family-names: Müller
    given-names: Kirill
    orcid: https://orcid.org/0000-0002-1416-3412
  - family-names: Vaughan
    given-names: Davis
    email: davis@posit.co
    orcid: https://orcid.org/0000-0003-4777-038X
  year: '2024'
- type: software
  title: glatos
  abstract: 'glatos: A package for the Great Lakes Acoustic Telemetry Observation
    System'
  notes: Imports
  url: https://github.com/ocean-tracking-network/glatos
  authors:
  - family-names: Holbrook
    given-names: Christopher
    email: cholbrook@usgs.gov
  - family-names: Hayden
    given-names: Todd
  - family-names: Binder
    given-names: Thomas
  - family-names: Pye
    given-names: Jon
  year: '2024'
  version: '>= 0.7.3'
- type: software
  title: pathroutr
  abstract: 'pathroutr: An R Package for (Re-)Routing Paths Around Barriers'
  notes: Imports
  authors:
  - family-names: London
    given-names: Josh
    email: josh.london@noaa.gov
    orcid: https://orcid.org/0000-0002-3647-5046
  year: '2024'
  version: '>= 0.2.1'
- type: software
  title: sf
  abstract: 'sf: Simple Features for R'
  notes: Imports
  url: https://r-spatial.github.io/sf/
  repository: https://CRAN.R-project.org/package=sf
  authors:
  - family-names: Pebesma
    given-names: Edzer
    email: edzer.pebesma@uni-muenster.de
    orcid: https://orcid.org/0000-0001-8049-7069
  year: '2024'
  version: '>= 1.0-12'
- type: software
  title: lubridate
  abstract: 'lubridate: Make Dealing with Dates a Little Easier'
  notes: Imports
  url: https://lubridate.tidyverse.org
  repository: https://CRAN.R-project.org/package=lubridate
  authors:
  - family-names: Spinu
    given-names: Vitalie
    email: spinuvit@gmail.com
  - family-names: Grolemund
    given-names: Garrett
  - family-names: Wickham
    given-names: Hadley
  year: '2024'
- type: software
  title: momentuHMM
  abstract: 'momentuHMM: Maximum Likelihood Analysis of Animal Movement Behavior Using
    Multivariate Hidden Markov Models'
  notes: Imports
  url: https://github.com/bmcclintock/momentuHMM/discussions
  repository: https://CRAN.R-project.org/package=momentuHMM
  authors:
  - family-names: McClintock
    given-names: Brett
  - family-names: Michelot
    given-names: Theo
  year: '2024'
- type: software
  title: purrr
  abstract: 'purrr: Functional Programming Tools'
  notes: Imports
  url: https://purrr.tidyverse.org/
  repository: https://CRAN.R-project.org/package=purrr
  authors:
  - family-names: Wickham
    given-names: Hadley
    email: hadley@rstudio.com
    orcid: https://orcid.org/0000-0003-4757-117X
  - family-names: Henry
    given-names: Lionel
    email: lionel@rstudio.com
  year: '2024'
- type: software
  title: tibble
  abstract: 'tibble: Simple Data Frames'
  notes: Imports
  url: https://tibble.tidyverse.org/
  repository: https://CRAN.R-project.org/package=tibble
  authors:
  - family-names: Müller
    given-names: Kirill
    email: kirill@cynkra.com
    orcid: https://orcid.org/0000-0002-1416-3412
  - family-names: Wickham
    given-names: Hadley
    email: hadley@rstudio.com
  year: '2024'
- type: software
  title: tidyr
  abstract: 'tidyr: Tidy Messy Data'
  notes: Imports
  url: https://tidyr.tidyverse.org
  repository: https://CRAN.R-project.org/package=tidyr
  authors:
  - family-names: Wickham
    given-names: Hadley
    email: hadley@posit.co
  - family-names: Vaughan
    given-names: Davis
    email: davis@posit.co
  - family-names: Girlich
    given-names: Maximilian
  year: '2024'
- type: software
  title: units
  abstract: 'units: Measurement Units for R Vectors'
  notes: Imports
  url: https://r-quantities.github.io/units/
  repository: https://CRAN.R-project.org/package=units
  authors:
  - family-names: Pebesma
    given-names: Edzer
    email: edzer.pebesma@uni-muenster.de
    orcid: https://orcid.org/0000-0001-8049-7069
  - family-names: Mailund
    given-names: Thomas
    email: mailund@birc.au.dk
  - family-names: Kalinowski
    given-names: Tomasz
  - family-names: Ucar
    given-names: Iñaki
    email: iucar@fedoraproject.org
    orcid: https://orcid.org/0000-0001-6403-5550
  year: '2024'
- type: software
  title: magrittr
  abstract: 'magrittr: A Forward-Pipe Operator for R'
  notes: Imports
  url: https://magrittr.tidyverse.org
  repository: https://CRAN.R-project.org/package=magrittr
  authors:
  - family-names: Bache
    given-names: Stefan Milton
    email: stefan@stefanbache.dk
  - family-names: Wickham
    given-names: Hadley
    email: hadley@rstudio.com
  year: '2024'
- type: software
  title: stats
  abstract: 'R: A Language and Environment for Statistical Computing'
  notes: Imports
  authors:
  - name: R Core Team
  institution:
    name: R Foundation for Statistical Computing
    address: Vienna, Austria
  year: '2024'
- type: software
  title: 'R: A Language and Environment for Statistical Computing'
  notes: Depends
  url: https://www.R-project.org/
  authors:
  - name: R Core Team
  institution:
    name: R Foundation for Statistical Computing
    address: Vienna, Austria
  year: '2024'
  version: '>= 3.5.0'

GitHub Events

Total
  • Issues event: 4
  • Watch event: 3
  • Delete event: 2
  • Member event: 1
  • Issue comment event: 2
  • Push event: 59
  • Pull request event: 2
  • Fork event: 2
  • Create event: 4
Last Year
  • Issues event: 4
  • Watch event: 3
  • Delete event: 2
  • Member event: 1
  • Issue comment event: 2
  • Push event: 59
  • Pull request event: 2
  • Fork event: 2
  • Create event: 4

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 3
  • Total pull requests: 1
  • Average time to close issues: about 1 hour
  • Average time to close pull requests: 1 day
  • Total issue authors: 2
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 2.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 1
  • Average time to close issues: about 1 hour
  • Average time to close pull requests: 1 day
  • Issue authors: 2
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 2.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mebowers5 (3)
  • mhpob (1)
Pull Request Authors
  • mebowers5 (1)
Top Labels
Issue Labels
Pull Request Labels