Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
typos 😬
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Mar 21, 2020
1 parent c6d4416 commit e76509b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 13 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Authors@R:
person(given = "Andrew",
family = "MacDonald",
role = "rev",
comment = "Andrew MacDonald reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/24"),
comment = "Andrew MacDonald reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/24"),
person(given = "Andy ",
family = "Teucher",
role = "rev",
comment = "Andy Teucher reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/24"),
comment = "Andy Teucher reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/24"),
person(given = "Mikayla ",
family = "Murphy",
role = "ctb"))
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# ropenaq 0.2.5

* Changes the code for the calendar plot in the openair vignette: with only 90 days data, before February the calendar plot has to be made for the previos year.
* Changes the code for the calendar plot in the openair vignette: with only 90 days data, before February the calendar plot has to be made for the previous year.

# ropenaq 0.2.4

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ropenaq
<!-- badges: start -->
[![R build status](https://github.com/ropensci/ropenaq/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/ropenaq/actions?query=workflow%3AR-CMD-check)
[![codecov.io](https://codecov.io/github/ropensci/ropenaq/coverage.svg?branch=master)](https://codecov.io/github/ropensci/Ropenaq?branch=master)
[![](https://badges.ropensci.org/24_status.svg)](https://github.com/ropensci/onboarding/issues/24)
[![](https://www.r-pkg.org/badges/version/ropenaq)](https://cran.r-project.org/web/packages/ropenaq/index.html)
[![rOpenSci peer-review](https://badges.ropensci.org/24_status.svg)](https://github.com/ropensci/software-review/issues/24)
[![CRAN](https://www.r-pkg.org/badges/version/ropenaq)](https://cran.r-project.org/web/packages/ropenaq/index.html)
<!-- badges: end -->

# Introduction
Expand Down Expand Up @@ -48,7 +48,7 @@ If it answers `GnuTLS`, run
apt-get install libcurl4-openssl-dev
```

And desinstall then re-install `curl`.
And uninstall then re-install `curl`.

```r
install.packages("curl")
Expand Down
7 changes: 3 additions & 4 deletions man/ropenaq-package.Rd

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

4 changes: 1 addition & 3 deletions vignettes/articles/mapping_openaq_monitors.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ library("ropenaq")
library("dplyr")
```

Getting coordinates and transformating it.


Getting coordinates and transforming it.

## create a list to hold output

Expand Down

0 comments on commit e76509b

Please sign in to comment.