Science Score: 20.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
✓Committers with academic emails
6 of 11 committers (54.5%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.5%) to scientific vocabulary
Keywords from Contributors
usgs
Last synced: 11 months ago
·
JSON representation
Repository
An R version of Lake Analyzer
Basic Info
- Host: GitHub
- Owner: GLEON
- Language: R
- Default Branch: master
- Size: 1.62 MB
Statistics
- Stars: 45
- Watchers: 13
- Forks: 27
- Open Issues: 31
- Releases: 0
Created over 13 years ago
· Last pushed about 5 years ago
Metadata Files
Readme
README.Rmd
---
output: github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "tools/readme/README-"
)
```
[](https://travis-ci.org/GLEON/rLakeAnalyzer)
[](https://cran.r-project.org/package=rLakeAnalyzer)
[]( https://cran.r-project.org/web/packages/rLakeAnalyzer/index.html)
[](https://zenodo.org/badge/latestdoi/23404/GLEON/rLakeAnalyzer)
# rLakeAnalyzer
The `rLakeAnalyzer` package is an R implementation of the Lake Analyzer, a tool that allows users to calculate common metrics for lake physical states.
## Installation
You can install a stable version of rLakeAnalyzer with:
```{r cran-install, eval = FALSE}
install.packages("rLakeAnalyzer")
```
You can install the development version rLakeAnalyzer from github with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("boshek/rLakeAnalyzer")
```
## Usage
First the package must be loaded into R:
```{r load_in}
library(rLakeAnalyzer)
```
You can view a list of functions available in rLakeAnalyzer with:
```{r, eval = FALSE}
help(package = "rLakeAnalyzer")
```
An example application of this functionality is illustrated with `wtr.heat.map()` function:
```{r example}
#Get the path for the package example file included
wtr.path <- system.file('extdata', 'Sparkling.daily.wtr', package="rLakeAnalyzer")
#Load data for example lake, Sparkilng Lake, Wisconsin.
sp.wtr = load.ts(wtr.path)
#Plot default figure
wtr.heat.map(sp.wtr)
#Change defaults supplied to filled.contour
wtr.heat.map(sp.wtr, zlim=c(0,15), plot.title="Sparkling Water Temp (C)")
```
## Getting Help or Reporting an Issue
To report bugs/issues/feature requests, please file an [issue](https://github.com/GLEON/rLakeAnalyzer/issues/).
These are very welcome!
## Contributors
Luke Winslow, Richard Woolway, Jordan Read, Jennie Brentrup, Jake Zwart, Craig Snortheim, Taylor Leach, Sam Albers, Doug Collinge
Owner
- Name: GLEON
- Login: GLEON
- Kind: organization
- Website: gleon.org
- Repositories: 28
- Profile: https://github.com/GLEON
GitHub Events
Total
- Issues event: 2
- Watch event: 1
- Issue comment event: 4
- Fork event: 1
Last Year
- Issues event: 2
- Watch event: 1
- Issue comment event: 4
- Fork event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| boshek | s****s@g****m | 194 |
| Luke Winslow | l****w@g****m | 101 |
| Luke Winslow | l****w@u****v | 68 |
| Doug Collinge | d****e@g****m | 46 |
| Jordan S Read | j****d@u****v | 30 |
| Taylor Leach | t****h@g****m | 9 |
| Jake Zwart | j****t@n****u | 4 |
| Robert | l****a@g****m | 2 |
| riwoolway | r****9@c****k | 2 |
| jsta | s****2@m****u | 2 |
| snortheim | s****m@w****u | 1 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 2
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- heatheranneshaw-13 (1)
- kycap (1)
- GWModels (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 541 last-month
- Total dependent packages: 1
- Total dependent repositories: 12
- Total versions: 10
- Total maintainers: 1
cran.r-project.org: rLakeAnalyzer
Lake Physics Tools
- Documentation: http://cran.r-project.org/web/packages/rLakeAnalyzer/rLakeAnalyzer.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 1.11.4
published over 8 years ago
Rankings
Forks count: 3.1%
Stargazers count: 8.0%
Dependent repos count: 8.4%
Average: 11.1%
Downloads: 17.8%
Dependent packages count: 18.1%
Maintainers (1)
Last synced:
11 months ago
Dependencies
DESCRIPTION
cran
- R >= 2.10 depends
- grDevices * imports
- graphics * imports
- plyr * imports
- stats * imports
- utils * imports
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests