From e76509b793a8f957dee465bfe2fd79f4bd343f6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Sat, 21 Mar 2020 16:28:26 +0100 Subject: [PATCH] typos :grimacing: --- DESCRIPTION | 4 ++-- NEWS.md | 2 +- README.md | 6 +++--- man/ropenaq-package.Rd | 7 +++---- vignettes/articles/mapping_openaq_monitors.Rmd | 4 +--- 5 files changed, 10 insertions(+), 13 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5410f1d..c427598 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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")) diff --git a/NEWS.md b/NEWS.md index 2303a8c..79dc0e7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/README.md b/README.md index 3ccc734..45ac65c 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ ropenaq [![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) # Introduction @@ -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") diff --git a/man/ropenaq-package.Rd b/man/ropenaq-package.Rd index e4ef45d..8c3ad39 100644 --- a/man/ropenaq-package.Rd +++ b/man/ropenaq-package.Rd @@ -11,8 +11,7 @@ Allows access to air quality data from the API of the OpenAQ platform , with the different services the API offers (getting measurements for a given query, getting latest measurements, getting lists of available - countries/cities/locations). This package has been peer-reviewed by - rOpenSci (v. 0.1.0). + countries/cities/locations). } \seealso{ Useful links: @@ -28,8 +27,8 @@ Useful links: Other contributors: \itemize{ - \item Andrew MacDonald (Andrew MacDonald reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/24) [reviewer] - \item Andy Teucher (Andy Teucher reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/24) [reviewer] + \item Andrew MacDonald (Andrew MacDonald reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/24) [reviewer] + \item Andy Teucher (Andy Teucher reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/24) [reviewer] \item Mikayla Murphy [contributor] } diff --git a/vignettes/articles/mapping_openaq_monitors.Rmd b/vignettes/articles/mapping_openaq_monitors.Rmd index 603a4d9..af512e3 100644 --- a/vignettes/articles/mapping_openaq_monitors.Rmd +++ b/vignettes/articles/mapping_openaq_monitors.Rmd @@ -29,9 +29,7 @@ library("ropenaq") library("dplyr") ``` -Getting coordinates and transformating it. - - +Getting coordinates and transforming it. ## create a list to hold output