dynatop

Dynamic TOPMODEL

https://github.com/waternumbers/dynatop

Science Score: 26.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
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.8%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Dynamic TOPMODEL

Basic Info
Statistics
  • Stars: 5
  • Watchers: 2
  • Forks: 5
  • Open Issues: 12
  • Releases: 8
Created about 7 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog

README.md

dynatop

R-CMD-check codecov AppVeyor build status dynatop status badge <!-- badges: end -->

This R package contains the core code to perform a dynamic TOPMODEL simulation. A related package for processing GIS data to set up dynamic TOPMODEL implementations can be found here.

These two packages are intended as successors to the original Dynamic TOPMODEL implementation in R; the dynatopmodel package. Currently (as a design choice) not all the features of the original package are implemented.

If there is a feature or improvement you want or you experience problems please raise an issue (or better still submit a pull request with alterations or fixes!) rather than contact the maintainers directly in the first instance.

Over time there have been numerous variations on and applications of the R versions of dynamic TOPMODEL, selected references can be found in the Selected References vignette or here

Thanks goes to:

  • Peter Metcalfe who developed the original port of Dynamic TOPMODEL to R during his PhD sponsored by the JBA Trust.
  • The NERC Q-NFM project (NE/R004722/1) at Lancaster University for supporting this update to dynatop.
  • The original developers of Dynamic TOPMODEL, Keith Beven and Jim Freer, who contributed to the original R port of Dynamic TOPMODEL.

Using the code

Alongside the packages available on CRAN the latest development version can be installed from the git repository from within R using the devtools package:

devtools::install_github("waternumbers/dynatop")

Prebuild packages of the development version (which may be ahead of CRAN) are available from the r-universe

Owner

  • Name: Paul Smith
  • Login: waternumbers
  • Kind: user
  • Location: UK
  • Company: waternumbers

GitHub Events

Total
  • Issues event: 1
  • Watch event: 1
  • Delete event: 1
  • Push event: 75
  • Pull request event: 2
  • Create event: 2
Last Year
  • Issues event: 1
  • Watch event: 1
  • Delete event: 1
  • Push event: 75
  • Pull request event: 2
  • Create event: 2

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 245
  • Total Committers: 1
  • Avg Commits per committer: 245.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 11
  • Committers: 1
  • Avg Commits per committer: 11.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Paul Smith p****l@w****k 245
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: almost 2 years ago

All Time
  • Total issues: 33
  • Total pull requests: 27
  • Average time to close issues: 6 months
  • Average time to close pull requests: about 19 hours
  • Total issue authors: 5
  • Total pull request authors: 1
  • Average comments per issue: 1.85
  • Average comments per pull request: 0.3
  • Merged pull requests: 24
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 4
  • Average time to close issues: 27 minutes
  • Average time to close pull requests: 1 day
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • waternumbers (28)
  • octopusann (3)
  • barryhankin (1)
  • sarcol-bgs (1)
  • bonushenricus (1)
Pull Request Authors
  • waternumbers (30)
Top Labels
Issue Labels
enhancement (8) help wanted (1) invalid (1) bug (1) good first issue (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 255 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: dynatop

An Implementation of Dynamic TOPMODEL Hydrological Model in R

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 255 Last month
Rankings
Forks count: 11.3%
Stargazers count: 26.2%
Dependent packages count: 29.8%
Average: 31.5%
Dependent repos count: 35.5%
Downloads: 54.7%
Maintainers (1)
Last synced: 11 months ago

Dependencies

.github/workflows/check-release.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.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
.github/workflows/test-coverage.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION cran
  • R >= 4.0.0 depends
  • R6 * imports
  • Rcpp * imports
  • xts * imports
  • zoo * imports
  • bookdown * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • terra * suggests
  • testthat >= 3.0.0 suggests