Distance

Simple distance sampling analysis

https://github.com/distancedevelopment/distance

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 3 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    2 of 7 committers (28.6%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.7%) to scientific vocabulary
Last synced: 7 months ago · JSON representation

Repository

Simple distance sampling analysis

Basic Info
  • Host: GitHub
  • Owner: DistanceDevelopment
  • License: gpl-3.0
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 6.63 MB
Statistics
  • Stars: 12
  • Watchers: 11
  • Forks: 9
  • Open Issues: 22
  • Releases: 10
Created about 12 years ago · Last pushed 9 months ago
Metadata Files
Readme Changelog License

README.md

Distance: analysis of distance sampling data

R-CMD-check CRAN (RStudio Mirror) Downloads CRAN Version Codecov test coverage

Distance is a simple way of fitting detection functions to distance sampling data for both line and point transects. Adjustment term selection, left and right truncation as well as monotonicity constraints and binning are supported. Abundance and density estimates can also be calculated (via a Horvitz-Thompson-like estimator) if survey area information is provided.

Using Distance

Distance R package preferred citation

  • Miller, D. L., Rexstad, E., Thomas, L., Marshall, L., & Laake, J. L. (2019). Distance Sampling in R. Journal of Statistical Software, 89(1), 1–28. DOI: 10.18637/jss.v089.i01

Consult the Articles for case studies of distance sampling analyses.

Getting Distance

The easiest way to ensure you have the latest version of Distance, is to install devtools:

{r} install.packages("devtools")

then install Distance from Github:

{r} library(devtools) install_github("DistanceDevelopment/Distance")

Owner

  • Name: Distance development
  • Login: DistanceDevelopment
  • Kind: organization
  • Email: distance@st-andrews.ac.uk
  • Location: University of St Andrews

Distance sampling software development team

GitHub Events

Total
  • Create event: 8
  • Commit comment event: 4
  • Issues event: 32
  • Watch event: 2
  • Delete event: 13
  • Issue comment event: 132
  • Push event: 72
  • Pull request event: 22
  • Fork event: 2
Last Year
  • Create event: 8
  • Commit comment event: 4
  • Issues event: 32
  • Watch event: 2
  • Delete event: 13
  • Issue comment event: 132
  • Push event: 72
  • Pull request event: 22
  • Fork event: 2

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 664
  • Total Committers: 7
  • Avg Commits per committer: 94.857
  • Development Distribution Score (DDS): 0.203
Past Year
  • Commits: 38
  • Committers: 2
  • Avg Commits per committer: 19.0
  • Development Distribution Score (DDS): 0.132
Top Committers
Name Email Commits
David Lawrence Miller g****b@n****t 529
Laura Marshall L****l@y****k 61
David Lawrence Miller d****e@n****t 55
erex e****l@g****m 11
Alexander Konovalov a****v 5
Len Thomas l****s@s****k 2
unknown l****n@P****k 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 113
  • Total pull requests: 43
  • Average time to close issues: 5 months
  • Average time to close pull requests: 18 days
  • Total issue authors: 13
  • Total pull request authors: 5
  • Average comments per issue: 4.86
  • Average comments per pull request: 1.12
  • Merged pull requests: 38
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 16
  • Pull requests: 25
  • Average time to close issues: 3 months
  • Average time to close pull requests: 9 days
  • Issue authors: 6
  • Pull request authors: 2
  • Average comments per issue: 4.38
  • Average comments per pull request: 0.52
  • Merged pull requests: 21
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • erex (46)
  • lenthomas (26)
  • dill (19)
  • LHMarshall (10)
  • wlangera (3)
  • olexandr-konovalov (1)
  • GregoryJrd (1)
  • jason-airst (1)
  • GlennW7 (1)
  • JoejynWan (1)
  • Globicephala (1)
  • dfifield (1)
  • elisekeppel (1)
Pull Request Authors
  • LHMarshall (27)
  • erex (8)
  • dill (6)
  • olexandr-konovalov (2)
  • wlangera (1)
Top Labels
Issue Labels
enhancement (31) bug (21) low-priority (11) mrds (6) triage (5) question (3) high priority (2) investigate (2) documentation (2) not a bug (2) FYI (1) duplicate (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 1,317 last-month
  • Total docker downloads: 43,390
  • Total dependent packages: 3
  • Total dependent repositories: 7
  • Total versions: 27
  • Total maintainers: 1
cran.r-project.org: Distance

Distance Sampling Detection Function and Abundance Estimation

  • Versions: 27
  • Dependent Packages: 3
  • Dependent Repositories: 7
  • Downloads: 1,317 Last month
  • Docker Downloads: 43,390
Rankings
Docker downloads count: 0.6%
Forks count: 8.0%
Downloads: 8.5%
Average: 9.5%
Dependent packages count: 10.9%
Dependent repos count: 11.1%
Stargazers count: 18.3%
Maintainers (1)
Last synced: 7 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.0 depends
  • mrds >= 2.2.1 depends
  • dplyr * imports
  • rlang * imports
  • activity * suggests
  • covr * suggests
  • doParallel * suggests
  • doRNG * suggests
  • foreach * suggests
  • parallel * suggests
  • progress * suggests
  • testthat * suggests
.github/workflows/check-standard.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/upload-artifact main composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
.github/workflows/test-coverage.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite