Science Score: 13.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
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.2%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: MiRoVaGo
  • Language: R
  • Default Branch: master
  • Size: 13.8 MB
Statistics
  • Stars: 10
  • Watchers: 2
  • Forks: 3
  • Open Issues: 0
  • Releases: 10
Created over 6 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog Codeowners

README.md

pRecipe

R badge CRAN_Status_Badge metacran downloads CRAN_Download_Badge license <!-- badges: end -->

What is pRecipe?

An open-access tool/framework to download, validate, visualize, and analyze multi-source precipitation data across various spatio-temporal scales. Ultimately providing the hydrology science community with the tools for consistent and reproducible analysis regarding precipitation (Vargas Godoy and Markonis, 2023).

Features

  • Homogenized database currently encompassing 27 different precipitation data products.
  • Exploratory data analysis.
  • Spatiotemporal analysis.
  • Time series analysis.
  • Simple and aesthetic data visualization.

Installation

```r

Get the latest version of pRecipe

if (!require('devtools')) {install.packages('devtools'); library(devtools)}

install_github('MiRoVaGo/pRecipe')

Alternatively, the latest CRAN release

install.packages("pRecipe")

library(pRecipe) ?pRecipe-package ```

References

Vargas Godoy, M.R. and Markonis, Y., 2023. pRecipe: A global precipitation climatology toolbox and database. Environmental Modelling & Software, 165, p.105711.

Owner

  • Name: Mijael Vargas
  • Login: MiRoVaGo
  • Kind: user

GitHub Events

Total
  • Push event: 3
Last Year
  • Push event: 3

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 179
  • Total Committers: 3
  • Avg Commits per committer: 59.667
  • Development Distribution Score (DDS): 0.022
Past Year
  • Commits: 75
  • Committers: 1
  • Avg Commits per committer: 75.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Mijael Vargas m****o@g****m 175
Rajani462 5****2 3
Rajani r****2@g****m 1

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 11
  • Total pull requests: 8
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 5 minutes
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 1.55
  • Average comments per pull request: 0.0
  • Merged pull requests: 6
  • 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
  • imarkonis (10)
  • MiRoVaGo (1)
Pull Request Authors
  • MiRoVaGo (7)
  • imarkonis (1)
Top Labels
Issue Labels
bug (6) enhancement (2) documentation (1) question (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 477 last-month
  • Total docker downloads: 21,613
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 18
  • Total maintainers: 1
cran.r-project.org: pRecipe

Precipitation R Recipes

  • Versions: 18
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 477 Last month
  • Docker Downloads: 21,613
Rankings
Forks count: 17.8%
Stargazers count: 26.2%
Average: 28.8%
Dependent packages count: 29.8%
Downloads: 35.0%
Dependent repos count: 35.5%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 4.0.0 depends
  • R.utils * imports
  • curl * imports
  • data.table * imports
  • dplyr * imports
  • getPass * imports
  • ggplot2 * imports
  • hdf5r * imports
  • lubridate * imports
  • methods * imports
  • ncdf4 * imports
  • parallel * imports
  • raster * imports
  • rgdal * imports
  • sf * imports
  • sp * imports
  • stats * imports
  • stringr * imports
  • utils * imports
  • viridis * imports
  • zoo * imports
  • knitr * suggests
  • rmarkdown * suggests
  • spelling * suggests
  • testthat >= 3.0.0 suggests