spellcheck

master
jan 1 year ago
parent 64db38c291
commit d919f89082

@ -4,7 +4,7 @@ This project does its best to adhere to semantic versioning.
### 2023-02-20: v0.6.0 ### 2023-02-20: v0.6.0
- fix package bugs to pass CRAN tests after 4 years of maintenance break - fix package bugs to pass CRAN tests after 4 years of maintenance break
- updated hyperlinks - updated hyperlinks
- dont throw error for empty sensors - don't throw error for empty sensors
- updated tests - updated tests
- updated maintainer - updated maintainer
- updated vignettes - updated vignettes
@ -24,7 +24,7 @@ This project does its best to adhere to semantic versioning.
- add sensor-IDs to `box$phenomena` - add sensor-IDs to `box$phenomena`
### 2018-09-21: v0.4.3 ### 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 for compatibility with upcoming R 3.6.0
- add `readr` as default dependency - 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 ### 2017-08-23: v0.2.0
- add auto paging for `osem_measurements()`, allowing data retrieval for arbitrary time intervals (#2) - add auto paging for `osem_measurements()`, allowing data retrieval for arbitrary time intervals (#2)
- improve plots for `osem_measurements` & `sensebox` (#1) - 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 - show download progress info, hide readr output
- shorten vignette `osem-intro` - shorten vignette `osem-intro`

@ -103,7 +103,7 @@ R CMD check --no-vignettes ../opensensmapr_*.tar.gz
To create a release: 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 1. run the tests and checks as described above
2. bump the version in `DESCRIPTION` 2. bump the version in `DESCRIPTION`
3. update `CHANGES.md` 3. update `CHANGES.md`

@ -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" author: "Jan Stenkamp"
date: '`r Sys.Date()`' date: '`r Sys.Date()`'
output: output:
@ -15,7 +15,7 @@ output:
fig_width: 7 fig_width: 7
toc: yes toc: yes
vignette: > vignette: >
%\VignetteIndexEntry{Visualising the Develpment of openSenseMap.org in 2022} %\VignetteIndexEntry{Visualising the Development of openSenseMap.org in 2022}
%\VignetteEncoding{UTF-8} %\VignetteEncoding{UTF-8}
%\VignetteEngine{knitr::rmarkdown} %\VignetteEngine{knitr::rmarkdown}
--- ---

@ -18,7 +18,7 @@ knitr::opts_chunk$set(echo = TRUE)
``` ```
This package provides data ingestion functions for almost any data stored on the This package provides data ingestion functions for almost any data stored on the
open data platform for environemental sensordata <https://opensensemap.org>. open data platform for environmental sensordata <https://opensensemap.org>.
Its main goals are to provide means for: Its main goals are to provide means for:
- big data analysis of the measurements stored on the platform - big data analysis of the measurements stored on the platform

Loading…
Cancel
Save