HYPEtools

An R package for working with HYPE hydrological model files

https://github.com/rcapell/hypetools

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 5 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.3%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

An R package for working with HYPE hydrological model files

Basic Info
  • Host: GitHub
  • Owner: rcapell
  • License: lgpl-3.0
  • Language: R
  • Default Branch: master
  • Size: 9.93 MB
Statistics
  • Stars: 19
  • Watchers: 9
  • Forks: 6
  • Open Issues: 7
  • Releases: 40
Created about 12 years ago · Last pushed 7 months ago
Metadata Files
Readme Changelog Citation

README.md

HYPEtools

CRAN status Conda Version R-CMD-check License: LGPL v3 DOI <!-- badges: end -->

Summary

HYPEtools provides functions to work with the hydrological model HYPE. HYPE and HYPEtools are projects developed by the Swedish Meteorological and Hydrological Institute (SMHI).

License

HYPEtools is licensed under the LGPL-3.0 license.

Changelog

See the HYPEtools changelog here.

Installation

HYPEtools is on CRAN and can be downloaded with:

{r} install.packages("HYPEtools")

If, however, you would like to install the latest development version of HYPEtools from GitHub, then you can do so with:

```{r}

install.packages("devtools")

devtools::installgithub("rcapell/HYPEtools") # Install Without Vignettes devtools::installgithub("rcapell/HYPEtools", build_vignettes = T) # Install With Vignettes ```

More detailed instructions on installing the provided sources or package in R can be found here.

Vignettes

Browse HYPEtools Vignettes with:

{r} browseVignettes("HYPEtools")

Citation

Publication

To cite HYPEtools in publications, please use the following publication reference:

Brendel, C., R. Capell, and A. Bartosova. (2024) Rational gaze: Presenting the open-source HYPEtools R package for analysis, visualization, and interpretation of hydrological models and datasets. Environmental Modelling & Software, 178, 106094. https://doi.org/10.1016/j.envsoft.2024.106094

Software

The HYPEtools software itself can also be cited in publications using the output from running the following in R: {r} citation("HYPEtools")

Owner

  • Login: rcapell
  • Kind: user

GitHub Events

Total
  • Release event: 2
  • Watch event: 2
  • Issue comment event: 2
  • Push event: 24
  • Pull request review event: 1
  • Pull request event: 2
  • Fork event: 1
  • Create event: 2
Last Year
  • Release event: 2
  • Watch event: 2
  • Issue comment event: 2
  • Push event: 24
  • Pull request review event: 1
  • Pull request event: 2
  • Fork event: 1
  • Create event: 2

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 103
  • Total pull requests: 4
  • Average time to close issues: about 1 year
  • Average time to close pull requests: about 12 hours
  • Total issue authors: 17
  • Total pull request authors: 3
  • Average comments per issue: 2.08
  • Average comments per pull request: 0.25
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: about 18 hours
  • Issue authors: 2
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • rcapell (49)
  • a753bart (12)
  • dgustafsson (10)
  • c-brendel (10)
  • julzab (4)
  • MaartenWynants (3)
  • diafu (2)
  • cpers (2)
  • marcoalicera (2)
  • moravecv (2)
  • goord (1)
  • hakanpersson (1)
  • BeatrizRR (1)
  • josevalles7 (1)
  • Nicole-X (1)
Pull Request Authors
  • c-brendel (2)
  • Dver22 (1)
  • rcapell (1)
Top Labels
Issue Labels
enhancement (43) bug (28) stale (9) question (4) invalid (4) wontfix (3) housekeeping (2) Undecided (1) duplicate (1)
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • cran 526 last-month
  • Total dependent packages: 0
    (may contain duplicates)
  • Total dependent repositories: 0
    (may contain duplicates)
  • Total versions: 18
  • Total maintainers: 1
cran.r-project.org: HYPEtools

Tools for Processing and Analyzing Files from the Hydrological Catchment Model HYPE

  • Versions: 16
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 526 Last month
Rankings
Forks count: 10.1%
Stargazers count: 16.3%
Average: 25.8%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Downloads: 37.3%
Maintainers (1)
Last synced: 6 months ago
conda-forge.org: r-hypetools
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 34.0%
Average: 42.6%
Dependent packages count: 51.2%
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.5.0 depends
  • data.table >= 1.9.8 imports
  • dplyr * imports
  • grDevices * imports
  • graphics * imports
  • hydroGOF * imports
  • ncdf4 * imports
  • parallel * imports
  • pbapply * imports
  • rlang * imports
  • sf * imports
  • sp * imports
  • stats * imports
  • stringr * imports
  • tidyr * imports
  • tidyselect * imports
  • utils * imports
  • htmlwidgets * suggests
  • knitr * suggests
  • leaflet * suggests
  • leaflet.extras * suggests
  • mapview * suggests
  • randomcoloR * suggests
  • rmarkdown * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v2 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/update-citation-cff.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite