washr

An R package to make publishing openwashdata resources easier

https://github.com/openwashdata/washr

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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.5%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

An R package to make publishing openwashdata resources easier

Basic Info
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 2
  • Open Issues: 6
  • Releases: 0
Created about 2 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog License Code of conduct

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# washr



[![R-CMD-check](https://github.com/openwashdata/washr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/openwashdata/washr/actions/workflows/R-CMD-check.yaml)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)



The goal of `washr` is to provide tools to make the [openwashdata data package](https://openwashdata.org/pages/gallery/data/) workflow consistent and efficient.

## Installation

The easiest way to get started with `washr` is by installing it from CRAN:

```{r, eval=FALSE}
install.packages("washr")
```


To get the latest version, you can install the development version from [GitHub](https://github.com/) with:

``` {r, eval=FALSE}
# install.packages("devtools")
devtools::install_github("openwashdata/washr")
```

## How to use washr

To learn more about `washr`, check out the 'Get Started' page. This, along with the 'Reference' page, will give you a good overview of the toolkit.

If you decide to use `washr` for publishing your data (which we hope you will!), take a look at our [detailed guide](https://global-health-engineering.github.io/ghedatapublishing/). It's regularly updated and walks you through the entire process.

Owner

  • Name: openwashdata
  • Login: openwashdata
  • Kind: organization

GitHub Events

Total
  • Issues event: 34
  • Watch event: 1
  • Delete event: 1
  • Issue comment event: 48
  • Push event: 29
  • Pull request event: 5
  • Fork event: 3
  • Create event: 1
Last Year
  • Issues event: 34
  • Watch event: 1
  • Delete event: 1
  • Issue comment event: 48
  • Push event: 29
  • Pull request event: 5
  • Fork event: 3
  • Create event: 1

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 6
  • Total pull requests: 3
  • Average time to close issues: 7 months
  • Average time to close pull requests: about 4 hours
  • Total issue authors: 4
  • Total pull request authors: 1
  • Average comments per issue: 2.17
  • Average comments per pull request: 0.33
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 5
  • Pull requests: 3
  • Average time to close issues: 3 months
  • Average time to close pull requests: about 4 hours
  • Issue authors: 4
  • Pull request authors: 1
  • Average comments per issue: 1.8
  • Average comments per pull request: 0.33
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • yashdubey132 (16)
  • larnsce (2)
  • bonschorno (2)
  • emmanuellmhango (1)
  • mianzg (1)
Pull Request Authors
  • massarin (3)
Top Labels
Issue Labels
enhancement (7) bug (2) documentation (2) question (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 502 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: washr

Publication Toolkit for Water, Sanitation and Hygiene (WASH) Data

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 502 Last month
Rankings
Dependent packages count: 27.8%
Dependent repos count: 34.3%
Average: 49.7%
Downloads: 87.1%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • fs >= 1.6.3 imports
  • rlang >= 1.1.3 imports
  • usethis >= 2.2.3 imports
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v4 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.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