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 (10.7%) to scientific vocabulary
Repository
Tools relevant to groundwater studies
Basic Info
- Host: GitHub
- Owner: jkennel
- License: other
- Language: C++
- Default Branch: hydrorecipes
- Homepage: https://jkennel.github.io/hydrorecipes/
- Size: 14.9 MB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 2
Metadata Files
README.md
hydrorecipes
WARNING: This package is in early stages of development and is likely to change.
This package is modeled after the recipes framework consisting of a recipe and a set of steps to apply. The goals of the package are to improve speed, decrease memory consumption, increase consistency between steps, and decrease some boiler plate code for step additions. The first three goals are likely to be achieved but the fourth might not given that the package implements two APIs (one for R6 and one for S3). Speed and memory improvements come from the collapse package, Rcpp code, using algorithms that scale better, and attempts to reduce copying data.
It diverges in a few ways:
based on R6
focus on long datasets (millions of rows)
focus on memory usage
focus on speed
steps tailored to groundwater applications
decrease the number of dependencies and foreign functions
more flexible output options (list, matrix, data.frame, data.table, tibble)
statistically less robust
mixes modelling and feature engineering
API changes
- uses terms instead of … for variable selection and
selections are wrapped in
c()when more than one is required. - R6 and standard R interfaces
- uses terms instead of … for variable selection and
selections are wrapped in
To do:
- Documentation
- Add alt text for figures in vignettes
- Assess default bake step for steps
- improve use of …
- Explore convolution methods for Laplace solutions
- Optimize Laplace solutions
- Fix selectors
- Feature naming
- Increase test coverage
- Steps
- steptemporarydeployment
- stepreadtransducer
- Tests for selectors
- Increase speed
- Decrease memory consumption
Owner
- Name: Jonathan Kennel
- Login: jkennel
- Kind: user
- Repositories: 22
- Profile: https://github.com/jkennel
GitHub Events
Total
- Watch event: 1
- Push event: 34
- Fork event: 1
Last Year
- Watch event: 1
- Push event: 34
- Fork event: 1
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Jonathan Kennel | j****l@u****a | 88 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 2 years ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: hydrorecipes
Hydrogeology Steps for the 'recipes' Package
- Homepage: https://github.com/jkennel/hydrorecipes
- Documentation: http://cran.r-project.org/web/packages/hydrorecipes/hydrorecipes.pdf
- License: GPL-3
- Status: removed
-
Latest release: 0.0.3
published about 4 years ago
Rankings
Maintainers (1)
Dependencies
- Bessel * depends
- R >= 3.5.0 depends
- R6 >= 2.3.0 imports
- Rcpp * imports
- RcppArmadillo * imports
- RcppEigen * imports
- RcppThread * imports
- collapse * imports
- earthtide * imports
- splines2 * imports
- RcppRoll * suggests
- data.table * suggests
- knitr * suggests
- plotly * suggests
- rmarkdown * suggests
- tibble * suggests
- tinytest * suggests
- JamesIves/github-pages-deploy-action v4.5.0 composite
- actions/checkout v4 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- actions/checkout v4 composite
- actions/upload-artifact v4 composite
- codecov/codecov-action v4 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite