-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
25 lines (19 loc) · 1.5 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
[](https://travis-ci.org/dimunitive/gdalosx)
[](https://travis-ci.org/dimunitive/gdalosx)
[](https://codecov.io/github/dimunitive/gdalosx?branch=master)[](https://ci.appveyor.com/api/projects/status/github/dis-organization/gdalosx?branch=master&svg=true)
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# gdalosx
The goal of gdalosx is to find out how to use travis to test a GDAL-dependent R package on OSX. GDAL has a [pretty comprehensive CI test suite](https://github.com/OSGeo/gdal/tree/trunk/gdal/ci/travis) that I'm using as a guide.
Currently my build matrix is only trusty (Ubuntu 14.04) and xcode8 (OSX), just so I know it works in both environments. I know really nothing about OSX so this is helpful for knowing that we can support that platform for various R projects.
The R package here doesn't do anything interesting, the crux here is the .travis.yml and the badges in the readme.