Skip to content

Commit

Permalink
Install stringi with install.packages() on macOS. [skip appveyor]
Browse files Browse the repository at this point in the history
Both stringi and knitr have source versions that are more recent than
their corresponding binary versions. When the remotes package tries to
install them from source, it attempts to install knitr first. Since
knitr depends on stringi (via stringr), the installation fails.

r-lib/remotes#296

install.packages() installs the source packages in the correct order.
  • Loading branch information
jdblischak committed Feb 14, 2019
1 parent 869ad81 commit 2bfc219
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ matrix:
warnings_are_errors: false
- os: osx
r: oldrel
r_packages: stringi
addons:
homebrew:
packages:
- libgit2
- os: osx
r: release
r_packages: stringi

# safelist
branches:
Expand Down

0 comments on commit 2bfc219

Please sign in to comment.