소스 검색

pre-travis check

master
boB Rudis 5 년 전
부모
커밋
302b592909
No known key found for this signature in database GPG 키 ID: 1D7529BE14E2BBA9
  1. 1
      .Rbuildignore
  2. 22
      .travis.yml
  3. 20
      README.Rmd
  4. 1
      codecov.yml

1
.Rbuildignore

@ -1,3 +1,4 @@
^codecov\.yml$
^LICENSE\.md$
^.*\.Rproj$
^\.Rproj\.user$

22
.travis.yml

@ -0,0 +1,22 @@
language: r
warnings_are_errors: true
cache: packages
sudo: required
jdk:
- oraclejdk8
addons:
apt:
packages:
- oracle-java8-set-default
after_success:
- Rscript -e 'covr::codecov()'
r:
- oldrel
- release

20
README.Rmd

@ -3,6 +3,20 @@ output: rmarkdown::github_document
editor_options:
chunk_output_type: console
---
```{r include=FALSE}
knitr::opts_chunk$set(
echo = TRUE,
message = FALSE,
warning = FALSE,
fig.retina = 2
)
Sys.setenv(
AWS_S3_STAGING_DIR = "s3://aws-athena-query-results-569593279821-us-east-1"
)
options(width=120)
```
# metis.jars
@ -47,13 +61,9 @@ devtools::install_gitlab("hrbrmstr/metis-jars")
devtools::install_github("hrbrmstr/metis-jars")
```
```{r message=FALSE, warning=FALSE, include=FALSE}
options(width=120)
```
## Usage
```{r message=FALSE, warning=FALSE}
```{r}
library(metis.jars)
# current verison

1
codecov.yml

@ -0,0 +1 @@
comment: false
불러오는 중...
취소
저장