Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install_deps() fails on travis on mac: 'missing value where TRUE/FALSE needed' #289

Closed
maurolepore opened this issue Feb 7, 2019 · 1 comment

Comments

@maurolepore
Copy link

Thanks a LOT for remotes and support for R on Travis CI

On Travis CI with R 3.5.2 and macOS High Sierra I get this error (job):

> devtools::install_deps(dep = T, dependencies = TRUE, repos = c("https://cloud.r-project.org", "http://forestgeo.github.io/drat"))
fgeo.x (1.1.2 -> NA) [local]
Error in if (!file.info(path)$isdir) { : 
  missing value where TRUE/FALSE needed
Calls: <Anonymous> ... update.package_deps -> install_remotes -> vapply -> FUN -> source_pkg
In addition: Warning message:
In file.copy(x$path, bundle, recursive = TRUE) :
  problem copying /Users/usernlivt8Gy/fgeo.x_1.1.2.tar.gz to /var/folders/nz/vv4_9tw56nv9k3tkvyszvwg80000gn/T//RtmpzwHcLq/file14a516eb0ad54/fgeo.x_1.1.2.tar.gz: No such file or directory

The package passes rhub::check_on_macos() cleanly, and passes on Ubuntu on Travis, win-builder.

Locally, the isolated function call does what I expect:

image

@jimhester
Copy link
Member

I think at least part of this is addressed by e473d9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants