Skip to content
Snippets Groups Projects
Commit 3dfce8b1 authored by Conor Anderson's avatar Conor Anderson
Browse files

Cleanup .gitlab-ci.yml and move badges from readme.

parent d2a3693d
No related branches found
No related tags found
No related merge requests found
Pipeline #46458474 failed
before_script:
- export _R_CHECK_CRAN_INCOMING_=FALSE
- export _R_CHECK_FORCE_SUGGESTS_=TRUE
r-base:
test:
stage: test
image: r-base
script:
- apt-get update -qq
- apt-get install -y --no-install-recommends libcurl4-openssl-dev libssh2-1-dev libssl-dev libxml2-dev git
- Rscript -e 'install.packages(c("devtools", "roxygen2", "testthat", "covr"), repos = "https://cran.rstudio.com/")'
- Rscript -e 'devtools::install_deps()'
- Rscript -e 'devtools::install_deps(dependencies = TRUE)'
- Rscript -e 'devtools::check()'
- Rscript -e 'covr::codecov(type = "all", quiet = FALSE)'
......@@ -11,9 +11,6 @@ yh <- hcd_daily(1707, 1981:2010)
pears <- hcd_daily(5097, 1993)
```
[![build status](https://gitlab.com/ConorIA/canadaHCDx/badges/master/build.svg)](https://gitlab.com/ConorIA/canadaHCDx/pipelines) [![Build status](https://ci.appveyor.com/api/projects/status/meb87c4uik14wcyj?svg=true)](https://ci.appveyor.com/project/ConorIA/canadahcdx) [![codecov](https://codecov.io/gl/ConorIA/canadaHCDx/branch/master/graph/badge.svg)](https://codecov.io/gl/ConorIA/canadaHCDx)
Environment and Climate Change Canada (ECCC) provides archival climate data for a [wealth of climate stations](ftp://client_climate@ftp.tor.ec.gc.ca/Pub/Get_More_Data_Plus_de_donnees/Station%20Inventory%20EN.csv) across the country. This data is available for download on the ECCC [data portal](http://climate.weather.gc.ca/). This website is useful for browsing data, and is convenient for downloading short periods of data. However, if you are seeking a 30-year period, the manual download of the necessary data can become very tedious. In that regard, ECCC also provides a bulk download function to make acquiring that data a little bit easier. While the process is much simpler than it has been in the past, one still must put in a little leg work to:
1) Identify the station of interest
......
......@@ -2,12 +2,6 @@ canadaHCDx: An expansion to provide additional functions for the
[`canadaHCD`](https://github.com/gavinsimpson/canadaHCD) package
================
[![build
status](https://gitlab.com/ConorIA/canadaHCDx/badges/master/build.svg)](https://gitlab.com/ConorIA/canadaHCDx/pipelines)
[![Build
status](https://ci.appveyor.com/api/projects/status/meb87c4uik14wcyj?svg=true)](https://ci.appveyor.com/project/ConorIA/canadahcdx)
[![codecov](https://codecov.io/gl/ConorIA/canadaHCDx/branch/master/graph/badge.svg)](https://codecov.io/gl/ConorIA/canadaHCDx)
Environment and Climate Change Canada (ECCC) provides archival climate
data for a [wealth of climate
stations](ftp://client_climate@ftp.tor.ec.gc.ca/Pub/Get_More_Data_Plus_de_donnees/Station%20Inventory%20EN.csv)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment