Skip to content

Commit d560ef4

Browse files
committed
Added Travis CI in anticipation of CRAN release.
1 parent a5f13d6 commit d560ef4

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ cran-comments.md
44
^README\.Rmd$
55
^README-.*\.png$
66
^NEWS\.md$
7+
^\.travis\.yml$

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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

cran-comments.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ There were no ERRORs or WARNINGs.
88

99
There was 1 NOTE:
1010

11-
* checking dependencies in R code ... NOTE
12-
Namespace in Imports field not imported from: 'R6'
1311

14-
R6 is a build-time dependency.
12+
13+
There are currently no downstream dependencies for this package
1514

1615
## Downstream dependencies
1716
I have also run R CMD check on downstream dependencies of httr

tests/testthat/test-plots.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ mod_plot(mod1, ~ expend, bootstrap = 10)
88

99
# Similarly, the confidence intervals aren't displayed nicely. We need to set `color = NA` when
1010
# there is just a single explanatory variable.
11-
mod_plot(mod1, interval = "confidence") %>%
12-
gf_point(sat ~ expend, data = SAT, alpha = 0.5)
11+
mod_plot(mod1, interval = "confidence")

0 commit comments

Comments
 (0)