dssd

Distance Sampling Survey Design

https://github.com/distancedevelopment/dssd

Science Score: 23.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
    1 of 4 committers (25.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.3%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Distance Sampling Survey Design

Basic Info
  • Host: GitHub
  • Owner: DistanceDevelopment
  • Language: R
  • Default Branch: master
  • Size: 8.39 MB
Statistics
  • Stars: 2
  • Watchers: 7
  • Forks: 2
  • Open Issues: 7
  • Releases: 9
Created over 7 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog

README.md

dssd

Distance Sampling Survey Design

CRAN (RStudio Mirror) Downloads CRAN Version Codecov test coverage

dssd is a package for designing distance sampling surveys. It provides a number of designs including systematic point transect, parallel line transect, zigzag line transect and segment line transect designs.

Using dssd

There are two vignettes within the dssd package to help you get started using dssd: - GettingStarted: "Getting Started with dssd" - MultiStrataVignette: "Multiple Strata in dssd"

Getting dssd

The easiest way to get dssd is to install it from CRAN within R-studio or the R interface. We endeavour to make all new functionality available on CRAN in a timely manor. However, if you wish to download the development version with the latest updates immediately you can do this using Hadley Wickham's devtools package:

  # First, ensure you have a copy of the `devtools` package:
  if (!nzchar(system.file(package = "devtools"))) install.packages("devtools")

then install dssd from github:

  library(devtools)
  install_github("DistanceDevelopment/dssd", build_vignettes = TRUE)

Troubleshooting tip

During installation of packages, you may get the message "These packages have more recent versions available. It is recommended to update all of them. Which would you like to update?" and then a list of packages. We recommend you typically choose the option "CRAN packages only". Note you may then get the message that some packages cannot be installed because they are already loaded. In this case, a solution may be to note which packages these are, to open an R console (rather than R Studio) and to use the Packages | Update packages menu option (or the update.packages function) to update these packages.

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
  • Issues event: 3
  • Watch event: 2
  • Delete event: 2
  • Issue comment event: 1
  • Push event: 4
  • Pull request event: 3
  • Fork event: 1
Last Year
  • Issues event: 3
  • Watch event: 2
  • Delete event: 2
  • Issue comment event: 1
  • Push event: 4
  • Pull request event: 3
  • Fork event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 414
  • Total Committers: 4
  • Avg Commits per committer: 103.5
  • Development Distribution Score (DDS): 0.024
Past Year
  • Commits: 4
  • Committers: 2
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.25
Top Committers
Name Email Commits
Laura Marshall L****l@y****k 404
Len Thomas l****s@s****k 4
erex e****l@g****m 4
Alexander Konovalov a****v 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 71
  • Total pull requests: 30
  • Average time to close issues: 3 months
  • Average time to close pull requests: 1 day
  • Total issue authors: 5
  • Total pull request authors: 2
  • Average comments per issue: 1.97
  • Average comments per pull request: 0.53
  • Merged pull requests: 28
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 4
  • Average time to close issues: 27 days
  • Average time to close pull requests: 10 days
  • Issue authors: 2
  • Pull request authors: 1
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • erex (39)
  • LHMarshall (29)
  • lenthomas (1)
  • dfifield (1)
  • lakik (1)
Pull Request Authors
  • LHMarshall (28)
  • olexandr-konovalov (2)
Top Labels
Issue Labels
enhancement (14) low priority (4) bug (2) not a bug (2) triage (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 491 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 2
  • Total versions: 12
  • Total maintainers: 1
cran.r-project.org: dssd

Distance Sampling Survey Design

  • Versions: 12
  • Dependent Packages: 1
  • Dependent Repositories: 2
  • Downloads: 491 Last month
Rankings
Dependent packages count: 18.2%
Dependent repos count: 19.2%
Forks count: 21.0%
Stargazers count: 30.8%
Average: 34.8%
Downloads: 85.1%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • ggplot2 * imports
  • methods * imports
  • rgdal * imports
  • sf * imports
  • covr * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat * suggests
  • tibble * suggests