dsims

New simulation R library

https://github.com/distancedevelopment/dsims

Science Score: 36.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
  • Academic publication links
  • Committers with academic emails
    2 of 3 committers (66.7%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

New simulation R library

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

README.md

dsims

Distance Sampling Simulations

CRAN (RStudio Mirror) Downloads CRAN Version Codecov test coverage

dsims is a package for simulating distance sampling surveys to allow users to optimise survey design for studies with particular properties.

Using dsims

There is currently three vignette within the dsims package to help you get started using dsims:

  • GettingStarted: Getting Started with dsims available from the navigation bar at top of the page
  • Transition from DSsim to dsims: under Articles on the navigation bar
  • Grouped strata: Combining abundance estimates across strata constructed for design purposes; under Articles on the navigation bar

Getting dsims

The easiest way to get dsims 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 dsims from github:

  library(devtools)
  install_github("DistanceDevelopment/dsims", 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
  • Create event: 2
  • Commit comment event: 1
  • Issues event: 10
  • Watch event: 1
  • Delete event: 5
  • Issue comment event: 8
  • Push event: 17
  • Pull request event: 10
Last Year
  • Create event: 2
  • Commit comment event: 1
  • Issues event: 10
  • Watch event: 1
  • Delete event: 5
  • Issue comment event: 8
  • Push event: 17
  • Pull request event: 10

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 355
  • Total Committers: 3
  • Avg Commits per committer: 118.333
  • Development Distribution Score (DDS): 0.006
Top Committers
Name Email Commits
Laura Marshall L****l@y****k 353
Len Thomas l****s@s****k 1
Tiago A. Marques t****2@s****k 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 3
  • Total pull requests: 2
  • Average time to close issues: about 1 month
  • Average time to close pull requests: less than a minute
  • Total issue authors: 2
  • Total pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 2
  • Average time to close issues: about 1 month
  • Average time to close pull requests: less than a minute
  • Issue authors: 2
  • Pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • erex (3)
  • LHMarshall (2)
  • hambrecht (2)
Pull Request Authors
  • LHMarshall (7)
Top Labels
Issue Labels
enhancement (3) documentation (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 680 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 10
  • Total maintainers: 1
cran.r-project.org: dsims

Distance Sampling Simulations

  • Versions: 10
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 680 Last month
Rankings
Forks count: 21.0%
Dependent repos count: 23.8%
Dependent packages count: 28.6%
Stargazers count: 30.8%
Average: 37.9%
Downloads: 85.4%
Maintainers (1)
Last synced: 11 months ago

Dependencies

.github/workflows/check-standard.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/upload-artifact master composite
  • r-lib/actions/setup-pandoc master composite
  • r-lib/actions/setup-r master composite
.github/workflows/test-coverage.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-r v1 composite
DESCRIPTION cran
  • dssd >= 0.2.2 depends
  • Distance * imports
  • ggplot2 * imports
  • gridExtra * imports
  • methods * imports
  • mgcv * imports
  • mrds * imports
  • rgeos * imports
  • rlang * imports
  • rstudioapi * imports
  • sf * imports
  • sp * imports
  • knitr * suggests
  • lwgeom * suggests
  • parallel * suggests
  • pbapply * suggests
  • rmarkdown * suggests
  • testthat * suggests