Skip to content

Commit

Permalink
Preparing CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
bonschorno committed Nov 1, 2024
1 parent b50b3a1 commit 4875bfc
Show file tree
Hide file tree
Showing 24 changed files with 90 additions and 82 deletions.
9 changes: 5 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ knitr::opts_chunk$set(

<!-- badges: start -->

[![R-CMD-check](https://github.com/openwashdata-dev/washr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/openwashdata-dev/washr/actions/workflows/R-CMD-check.yaml) [![Hippocratic License HL3-CORE](https://img.shields.io/static/v1?label=Hippocratic%20License&message=HL3-CORE&labelColor=5e2751&color=bc8c3d)](https://firstdonoharm.dev/version/3/0/core.html)
[![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)

<!-- badges: end -->

Expand All @@ -36,11 +37,11 @@ To get the latest version, you can install the development version from [GitHub]

``` {r, eval=FALSE}
# install.packages("devtools")
devtools::install_github("openwashdata-dev/washr")
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 `washr`'s current capabilities and limitations.
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 manual. It's regularly updated and walks you through the entire process step-by-step. The manual is your best bet for the most up-to-date information, as we're constantly improving it.
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.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

<!-- badges: start -->

[![R-CMD-check](https://github.com/openwashdata-dev/washr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/openwashdata-dev/washr/actions/workflows/R-CMD-check.yaml)
[![Hippocratic License
HL3-CORE](https://img.shields.io/static/v1?label=Hippocratic%20License&message=HL3-CORE&labelColor=5e2751&color=bc8c3d)](https://firstdonoharm.dev/version/3/0/core.html)
[![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)

<!-- badges: end -->

Expand All @@ -29,17 +29,16 @@ To get the latest version, you can install the development version from

``` r
# install.packages("devtools")
devtools::install_github("openwashdata-dev/washr")
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
`washr`’s current capabilities and limitations.
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 manual. It’s regularly updated and
walks you through the entire process step-by-step. The manual is your
best bet for the most up-to-date information, as we’re constantly
improving it.
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.
4 changes: 2 additions & 2 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/CODE_OF_CONDUCT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/articles/washr.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4875bfc

Please sign in to comment.