search for: install_remotes

Displaying 3 results from an estimated 3 matches for "install_remotes".

Did you mean: install_remote
2018 Jul 05
2
Segfault on ubuntu 18.04
...classes, parentenv, handlers) 22: tryCatch(install_remote(..., quiet = quiet), error = function(e) { if (!quiet) { message("Installation failed: ", conditionMessage(e)) } FALSE}) 23: FUN(X[[i]], ...) 24: vapply(remotes, try_install_remote, ..., FUN.VALUE = logical(1)) 25: install_remotes(remotes, quiet = quiet, ...) 26: devtools::install_github("goranbrostrom/eha", build_vignettes = TRUE) Possible actions: 1: abort (with core dump, if enabled) 2: normal R exit 3: exit R without saving workspace 4: exit R saving workspace Selection: 3 Segmentation fault (core dumped) ----...
2018 Jul 05
0
Segfault on ubuntu 18.04
...mote(..., quiet = quiet), error = function(e) >> { >> if (!quiet) { message("Installation failed: ", >> conditionMessage(e)) } FALSE}) >> 23: FUN(X[[i]], ...) >> 24: vapply(remotes, try_install_remote, ..., FUN.VALUE = logical(1)) >> 25: install_remotes(remotes, quiet = quiet, ...) >> 26: devtools::install_github("goranbrostrom/eha", build_vignettes = >> TRUE) >> >> Possible actions: >> 1: abort (with core dump, if enabled) >> 2: normal R exit >> 3: exit R without saving workspace >> 4: exi...
2018 Jul 06
0
Segfault on ubuntu 18.04
...gt; 22: tryCatch(install_remote(..., quiet = quiet), error = function(e) > { if (!quiet) { message("Installation failed: ", > conditionMessage(e)) } FALSE}) > 23: FUN(X[[i]], ...) > 24: vapply(remotes, try_install_remote, ..., FUN.VALUE = logical(1)) > 25: install_remotes(remotes, quiet = quiet, ...) > 26: devtools::install_github("goranbrostrom/eha", build_vignettes = TRUE) > > Possible actions: > 1: abort (with core dump, if enabled) > 2: normal R exit > 3: exit R without saving workspace > 4: exit R saving workspace > Selection:...