Skip to content

Commit 67a9bcc

Browse files
committed
.travis.yml
1 parent 0176689 commit 67a9bcc

File tree

3 files changed

+47
-14
lines changed

3 files changed

+47
-14
lines changed

.travis.yml

+41-10
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22

33
language: R
44
sudo: required
5-
#cache: packages
6-
#dist: trusty
5+
cache: packages
6+
dist: trusty
7+
8+
notifications:
9+
email:
10+
11+
712

813
r:
914
- oldrel
@@ -14,16 +19,42 @@ os:
1419
- linux
1520
- osx
1621

22+
r_packages:
23+
- backports
24+
- devtools
25+
- dplyr
26+
- tidyselect
27+
- jsonlite
28+
- knitr
29+
- roxygen2
30+
- rvest
31+
- testthat
32+
- tidyr
33+
- magrittr
34+
- purrr
35+
- rmarkdown
36+
- knitr
37+
- usethis
38+
39+
r_github_packages:
40+
- jimhester/covr
41+
1742
Remotes: rOpenGov/iotables
1843

1944
env:
20-
global:
21-
- GITHUB_REPO ropengov/iotables
45+
global:
46+
- WARNINGS_ARE_ERRORS=1
47+
- GITHUB_REPO: ropengov/iotables
2248

23-
#before_install:
24-
#- sudo apt-get -qq update
49+
r_build_args: "--no-resave-data --no-build-vignettes"
50+
r_check_args: "--as-cran --no-build-vignettes"
51+
52+
before_install:
53+
- pip install --user codecov
54+
55+
r:
56+
- release
57+
- oldrel
2558

26-
#install pacakges
27-
#- R -q -e 'install.packages("eurostat");
28-
#-RScript -e 'install.packages("eurostat")'
29-
59+
after_success:
60+
- R -q -e 'covr::codecov(quiet = FALSE)'

cran-comments.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Test environments
2-
* local Window 10 install, R 3.5.1
2+
* local Window 10 install, R 4.0
3+
* Travis, Mac OSx 10.11, R 3.6.3
34

45
with devtools::check_rhub() on https://builder.r-hub.io checked with
56
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit
@@ -9,6 +10,6 @@ with devtools::check_rhub() on https://builder.r-hub.io checked with
910
## R CMD check results
1011
0 errors | 0 warnings | 0 notes
1112

12-
##Notes
13-
On CRAN the earlier submission passed early tests, but on deployment it
14-
turned out that a dependency is not available for i386-pc-solaris2.10 (32-bit). magick, which was supposed to help printing vignettes in Word (a very rare case) for kableExtra is not available on Solaris. I removed this dependency.
13+
## Notes
14+
This is a minor release, it mainly contains additions to the documentation,
15+
and following changes in the dependency dplyr.

iotables.Rproj

+1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ LaTeX: pdfLaTeX
1515
BuildType: Package
1616
PackageUseDevtools: Yes
1717
PackageInstallArgs: --no-multiarch --with-keep.source
18+
PackageCheckArgs: --as-cran
1819
PackageRoxygenize: rd,collate,namespace

0 commit comments

Comments
 (0)