Skip to content

Commit

Permalink
set TMP env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Cazelles committed Oct 17, 2020
1 parent 8aac96c commit 2103937
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/R_CMD_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
RSPM: ${{ matrix.config.rspm }}

steps:
- name: SetVar
run: |
echo "::set-env name=TMP::$env:USERPROFILE\AppData\Local\Temp"
echo "::set-env name=TEMP::$env:USERPROFILE\AppData\Local\Temp"
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-r@master
Expand All @@ -35,6 +40,7 @@ jobs:

- uses: r-lib/actions/setup-tinytex@v1
if: runner.os != 'Windows'


#- name: Install GDAL + qpdf / Linux
# if: runner.os == 'Linux'
Expand Down
5 changes: 0 additions & 5 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ knitr::opts_chunk$set(echo = TRUE)
## Easy access to the Canadian Open Government Portal

[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
[![Travis-CI Build Status](https://travis-ci.org/VLucet/rgovcan.svg?branch=master)](https://travis-ci.org/vlucet/rgovcan)
![R-CMD-check](https://github.com/VLucet/rgovcan/workflows/R-CMD-check/badge.svg)

A R package to interact with the Open Canada API (see <https://open.canada.ca/en/access-our-application-programming-interface-api>), to search and download datasets (see Licence at <https://open.canada.ca/en/open-government-licence-canada>). It is our hope that we will be able to bring this package up to the standard of a `ropensci` packages (see this issue on `ropensci/wishlist` https://github.com/ropensci/wishlist/issues/27).
Expand Down

0 comments on commit 2103937

Please sign in to comment.