File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11language : r
22sudo : required
33dist : trusty
4+ os :
5+ - linux
6+ - osx
47cache : packages
58install :
6- - if [ `git branch | grep '* master' | wc -l` == 0 ] ; then sed -i 's#\(dynverse/[^, ]*\)#\1@devel#' DESCRIPTION ; fi
9+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]] ; then brew install libgit2 ; fi
710 - R -e 'if ("devtools" %in% rownames(installed.packages())) update.packages(oldPkgs = "devtools", ask = FALSE) else install.packages("devtools")'
811 - R -e 'devtools::install_cran("covr")'
9- - R -e 'setRepositories(ind = 1:4); devtools::install(dependencies = T , upgrade_dependencies = T )'
12+ - R -e 'setRepositories(ind = 1:4); devtools::install(dependencies = TRUE , upgrade_dependencies = TRUE )'
1013after_success :
1114 - R -e 'covr::codecov()'
Original file line number Diff line number Diff line change 33dynutils 1.0.0 comes with a lot of new functionality,
44improved documentation and better tests.
55
6+ The notes and errors from the previous release has been fixed.
7+
68 * REMOVED ` run_until_exit() ` : This functionality is already
79 sufficiently covered by the ` processx ` package.
810
@@ -41,10 +43,6 @@ I'm not sure what specifically triggers the note message.
4143
4244## Reverse dependencies
4345
44- This is a new release, so there are no reverse dependencies.
45-
46- ---
47-
4846* I have run R CMD check on the 1 downstream dependencies.
4947 (Summary at [ revdep/README.md] ( revdep/README.md ) ).
5048
You can’t perform that action at this time.
0 commit comments