From d919f89082c9342be24c88c58ce3d7afc8e25de4 Mon Sep 17 00:00:00 2001 From: jan Date: Thu, 23 Feb 2023 11:28:27 +0100 Subject: [PATCH] spellcheck --- NEWS.md | 6 +++--- README.md | 2 +- vignettes/osem-history_revised.Rmd | 4 ++-- vignettes/osem-intro.Rmd | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NEWS.md b/NEWS.md index b34ef2b..36973db 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,7 @@ This project does its best to adhere to semantic versioning. ### 2023-02-20: v0.6.0 - fix package bugs to pass CRAN tests after 4 years of maintenance break - updated hyperlinks - - dont throw error for empty sensors + - don't throw error for empty sensors - updated tests - updated maintainer - updated vignettes @@ -24,7 +24,7 @@ This project does its best to adhere to semantic versioning. - add sensor-IDs to `box$phenomena` ### 2018-09-21: v0.4.3 -- dynamically export S3 methods of forgeign generics +- dynamically export S3 methods of foreign generics for compatibility with upcoming R 3.6.0 - add `readr` as default dependency @@ -74,7 +74,7 @@ This project does its best to adhere to semantic versioning. ### 2017-08-23: v0.2.0 - add auto paging for `osem_measurements()`, allowing data retrieval for arbitrary time intervals (#2) - improve plots for `osem_measurements` & `sensebox` (#1) -- add `sensorId` & `unit` colummn to `get_measurements()` output by default +- add `sensorId` & `unit` column to `get_measurements()` output by default - show download progress info, hide readr output - shorten vignette `osem-intro` diff --git a/README.md b/README.md index d0a8b2e..5894023 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ R CMD check --no-vignettes ../opensensmapr_*.tar.gz To create a release: -0. make shure you are on master branch +0. make sure you are on master branch 1. run the tests and checks as described above 2. bump the version in `DESCRIPTION` 3. update `CHANGES.md` diff --git a/vignettes/osem-history_revised.Rmd b/vignettes/osem-history_revised.Rmd index af67f10..c4cbaaa 100644 --- a/vignettes/osem-history_revised.Rmd +++ b/vignettes/osem-history_revised.Rmd @@ -1,5 +1,5 @@ --- -title: "Visualising the Develpment of openSenseMap.org in 2022" +title: "Visualising the Development of openSenseMap.org in 2022" author: "Jan Stenkamp" date: '`r Sys.Date()`' output: @@ -15,7 +15,7 @@ output: fig_width: 7 toc: yes vignette: > - %\VignetteIndexEntry{Visualising the Develpment of openSenseMap.org in 2022} + %\VignetteIndexEntry{Visualising the Development of openSenseMap.org in 2022} %\VignetteEncoding{UTF-8} %\VignetteEngine{knitr::rmarkdown} --- diff --git a/vignettes/osem-intro.Rmd b/vignettes/osem-intro.Rmd index 4c68a5b..8714a9f 100644 --- a/vignettes/osem-intro.Rmd +++ b/vignettes/osem-intro.Rmd @@ -18,7 +18,7 @@ knitr::opts_chunk$set(echo = TRUE) ``` This package provides data ingestion functions for almost any data stored on the -open data platform for environemental sensordata . +open data platform for environmental sensordata . Its main goals are to provide means for: - big data analysis of the measurements stored on the platform