File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 2
2
^\.Rproj\.user$
3
3
^README\.Rmd$
4
4
^README-.*\.png$
5
+ ^\.travis\.yml$
Original file line number Diff line number Diff line change
1
+ # R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
2
+
3
+ language : R
4
+ sudo : false
5
+ cache : packages
Original file line number Diff line number Diff line change @@ -5,13 +5,12 @@ output: github_document
5
5
---
6
6
7
7
``` {r, echo = FALSE}
8
- knitr::opts_chunk$set(
9
- collapse = TRUE,
10
- comment = "#>",
11
- fig.path = "README-"
12
- )
8
+ knitr::opts_chunk$set(collapse = TRUE, comment = "#>", fig.path = "README-")
13
9
```
14
10
11
+ [ ![ Travis build status] ( https://travis-ci.org/SevillaR/aemet.svg?branch=master )] ( https://travis-ci.org/SevillaR/aemet )
12
+
13
+
15
14
Download climatic and meteorological data from Spanish Meteorological Agency (AEMET) using their API: https://opendata.aemet.es .
16
15
17
16
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ R interface to AEMET API
2
2
================
3
3
Sevilla R users (< http://sevillarusers.wordpress.com > )
4
4
5
+ [ ![ Travis build status] ( https://travis-ci.org/SevillaR/aemet.svg?branch=master )] ( https://travis-ci.org/SevillaR/aemet )
6
+
5
7
Download climatic and meteorological data from Spanish Meteorological Agency (AEMET) using their API: < https://opendata.aemet.es > .
6
8
7
9
Installation
You can’t perform that action at this time.
0 commit comments