Skip to content

Commit

Permalink
urls
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Dec 17, 2021
1 parent 3a72fca commit 9af3678
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Imports:
tibble,
jsonlite (>= 0.9.19)
RoxygenNote: 7.1.1
URL: https://docs.ropensci.org/riem, https://github.com/ropensci/riem
URL: https://docs.ropensci.org/riem/, https://github.com/ropensci/riem
BugReports: https://github.com/ropensci/riem/issues
Suggests:
testthat,
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ riem
<!-- badges: start -->
[![Project Status: Active – The project has reached a stable, usable
state and is being actively
developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
developed.](http://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/)
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/riem)](http://cran.r-project.org/package=riem)
[![codecov](https://codecov.io/gh/ropensci/riem/branch/master/graph/badge.svg)](https://codecov.io/gh/ropensci/riem)
[![](https://badges.ropensci.org/39_status.svg)](https://github.com/ropensci/onboarding/issues/39)
[![codecov](https://app.codecov.io/gh/ropensci/riem/branch/master/graph/badge.svg)](https://app.codecov.io/gh/ropensci/riem)
[![](https://badges.ropensci.org/39_status.svg)](https://github.com/ropensci/software-review/issues/39)
[![R-CMD-check](https://github.com/ropensci/riem/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/riem/actions)
<!-- badges: end -->

Expand All @@ -25,7 +25,7 @@ install.packages("riem")
```

Or install the development version using
[devtools](https://github.com/hadley/devtools) with:
[devtools](https://github.com/r-lib/devtools) with:

``` r
library("devtools")
Expand All @@ -34,30 +34,30 @@ install_github("ropensci/riem")

# Documentation

Please refer to the [`pkgdown` website](http://docs.ropensci.org/riem/) to read docs, in particular the [reference](http://docs.ropensci.org/riem/reference/index.html) and the [vignettes](http://docs.ropensci.org/riem/articles/index.html).
Please refer to the [`pkgdown` website](https://docs.ropensci.org/riem/) to read docs, in particular the [reference](https://docs.ropensci.org/riem/reference/index.html) and the [vignettes](https://docs.ropensci.org/riem/articles/index.html).

# Use cases in the wild

Submit your use cases by opening [a new issue](https://github.com/ropensci/riem/issues/new)!

* [@maelle](https://github.com/maelle/)'s [Where to live in the US](http://www.masalmon.eu/2017/11/16/wheretoliveus/)
* [@maelle](https://github.com/maelle/)'s [Where to live in the US](https://masalmon.eu/2017/11/16/wheretoliveus/)

* [@Ryo-N7](https://github.com/Ryo-N7)'s [Where to live in Japan: XKCD-themed climate plots and maps!](https://ryo-n7.github.io/2017-11-22-japan-xkcd-weather-index/)

* [@sharlagelfand](https://github.com/sharlagelfand)'s [Oh, the cold places I've lived](https://sharlagelfand.netlify.com/posts/oh-the-cold-places-ive-lived/)
* [@sharlagelfand](https://github.com/sharlagelfand)'s [Oh, the cold places I've lived](https://sharlagelfand.netlify.app/posts/oh-the-cold-places-ive-lived/)

* In a course: [@byuidatascience](https://github.com/byuidatascience)'s [M335 Task 15: How is the weather?](https://byuistats.github.io/M335/backgrounds.html#task_15:_how_is_the_weather)

Meta
----

- Please [report any issues or
bugs](https://github.com/ropenscilabs/riem/issues).
bugs](https://github.com/ropensci/riem/issues).
- License: GPL
- Get citation information for `ropenaq` in R doing
`citation(package = 'riem')`
- Please note that this project is released with a [Contributor Code
of Conduct](https://ropensci.org/code-of-conduct/). By participating in this project you agree
to abide by its terms.

[![ropensci\_footer](http://ropensci.org/public_images/github_footer.png)](http://ropensci.org)
[![ropensci\_footer](https://ropensci.org//public_images/github_footer.png)](https://ropensci.org/)

0 comments on commit 9af3678

Please sign in to comment.