Skip to content

Commit

Permalink
Transition to KNMI
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinRoth committed Jun 29, 2017
1 parent 57aa31d commit 677597a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Package: knmiR
Type: Package
Title: Import KNMI Data
Version: 0.1.5.7
Version: 0.1.5.8
Authors@R: person("Martin", "Roth", email = "[email protected]",
role = c("aut", "cre"))
Date: 2017-05-23
Date: 2017-06-29
Description: Import KNMI data into R.
License: MIT + file LICENSE
LazyData: TRUE
Expand Down
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ knitr::opts_chunk$set(
# knmiR

[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http:https://www.repostatus.org/badges/latest/wip.svg)](http:https://www.repostatus.org/#wip)
[![Build Status](https://travis-ci.org/MartinRoth/knmiR.png?branch=master)](https://travis-ci.org/MartinRoth/knmiR)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/MartinRoth/knmiR?branch=master&svg=true)](https://ci.appveyor.com/project/MartinRoth/knmiR)
[![Coverage Status](https://img.shields.io/codecov/c/github/MartinRoth/knmiR/master.svg)](https://codecov.io/github/MartinRoth/knmiR?branch=master)
[![Build Status](https://travis-ci.org/KNMI/knmiR.png?branch=master)](https://travis-ci.org/KNMI/knmiR)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/KNMI/knmiR?branch=master&svg=true)](https://ci.appveyor.com/project/KNMI/knmiR)
[![Coverage Status](https://img.shields.io/codecov/c/github/KNMI/knmiR/master.svg)](https://codecov.io/github/KNMI/knmiR?branch=master)

```{r, Libraries, echo=FALSE}
library(DiagrammeR)
Expand All @@ -31,7 +31,7 @@ library(webshot)

A package to access KNMI data within R.

Please, if there are any issues of any kind, file an issue [here](https://github.com/MartinRoth/knmiR/issues).
Please, if there are any issues of any kind, file an issue [here](https://github.com/KNMI/knmiR/issues).

## General
The data can be downloaded ususally in the following scheme `Dataset(var, location, period, ...)`. The `location` can have the following forms:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
knmiR
=====

[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http:https://www.repostatus.org/badges/latest/wip.svg)](http:https://www.repostatus.org/#wip) [![Build Status](https://travis-ci.org/MartinRoth/knmiR.png?branch=master)](https://travis-ci.org/MartinRoth/knmiR) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/MartinRoth/knmiR?branch=master&svg=true)](https://ci.appveyor.com/project/MartinRoth/knmiR) [![Coverage Status](https://img.shields.io/codecov/c/github/MartinRoth/knmiR/master.svg)](https://codecov.io/github/MartinRoth/knmiR?branch=master)
[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http:https://www.repostatus.org/badges/latest/wip.svg)](http:https://www.repostatus.org/#wip) [![Build Status](https://travis-ci.org/KNMI/knmiR.png?branch=master)](https://travis-ci.org/KNMI/knmiR) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/KNMI/knmiR?branch=master&svg=true)](https://ci.appveyor.com/project/KNMI/knmiR) [![Coverage Status](https://img.shields.io/codecov/c/github/KNMI/knmiR/master.svg)](https://codecov.io/github/KNMI/knmiR?branch=master)

A package to access KNMI data within R.

Please, if there are any issues of any kind, file an issue [here](https://github.com/MartinRoth/knmiR/issues).
Please, if there are any issues of any kind, file an issue [here](https://github.com/KNMI/knmiR/issues).

General
-------
Expand Down

0 comments on commit 677597a

Please sign in to comment.