https://github.com/adibender/ctrecurrent

Tools for transforming camera trap data to recurrent events data

https://github.com/adibender/ctrecurrent

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
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Tools for transforming camera trap data to recurrent events data

Basic Info
  • Host: GitHub
  • Owner: adibender
  • Language: R
  • Default Branch: main
  • Size: 566 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • Open Issues: 3
  • Releases: 0
Created about 2 years ago · Last pushed 10 months ago
Metadata Files
Readme

README.md

ctrecurrent

The goal of ctrecurrent is to transform the camera trap data into a format suitable for recurrent event analysis. It contains the function ct_to_recurrent to do so, requiring a dataframe with the following information for each observation:

  • Site ID,
  • Timestamp (Date and Time) and
  • Species

For full details and methodological background, please see the associated paper: Ferry et al. (2025) Recurrent Event Analyses for Species Interactions

Installation

You can install the development version of ctrecurrent from the R-cran or from GitHub with:

``` r

install.packages("devtools")

devtools::install_github("adibender/ctrecurrent") ```

Owner

  • Name: Andreas Bender
  • Login: adibender
  • Kind: user
  • Company: LMU

GitHub Events

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

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 10
  • Total Committers: 2
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.2
Past Year
  • Commits: 10
  • Committers: 2
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.2
Top Committers
Name Email Commits
Andreas Bender b****R@g****m 8
Lukas Burk l****s@q****e 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 2
  • Total pull requests: 6
  • Average time to close issues: N/A
  • Average time to close pull requests: 21 minutes
  • Total issue authors: 2
  • Total pull request authors: 3
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • TaisiiaMarchenkova (1)
  • chrishen-g (1)
Pull Request Authors
  • jemus42 (4)
  • adibender (1)
  • rschwaab (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.4.1 composite
  • actions/checkout v3 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION cran
  • R >= 3.5.0 depends
  • checkmate * imports
  • dplyr * imports
  • lubridate * imports
  • magrittr * imports
  • testthat >= 3.0.0 suggests