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

problem installing https://api.github.com/repos/jeffbhasin/goldmine/zipball/master #1

Open
lindenb opened this issue Mar 2, 2016 · 1 comment

Comments

@lindenb
Copy link

lindenb commented Mar 2, 2016

Hi,
I've been asked to try methylaction to test some MEDIPS data. The installation fails with the following error:

(...)
> install_github("jeffbhasin/goldmine")
Downloading GitHub repo jeffbhasin/goldmine@master
from URL https://api.github.com/repos/jeffbhasin/goldmine/zipball/master
Installing goldmine

 *** caught segfault ***
address 0x5, cause 'memory not mapped'

Traceback:
 1: .Call("digest", object, as.integer(algoint), as.integer(length),     as.integer(skip), as.integer(raw), PACKAGE = "digest")
 2: `_digest`(c(list(repos, type), lapply(`_additional`, function(x) eval(x[[2L]],     environment(x)))), algo = "sha512")
 3: available_packages(repos, type)
 4: package_deps(deps, repos = repos, type = type)
 5: dev_package_deps(pkg, repos = repos, dependencies = dependencies,     type = type, force_deps = force_deps)
 6: install_deps(pkg, dependencies = dependencies, upgrade = upgrade_dependencies,     threads = threads, force_deps = force_deps, ...)
 7: install(source, ..., quiet = quiet, metadata = metadata)
 8: FUN(X[[i]], ...)
 9: vapply(remotes, install_remote, ..., FUN.VALUE = logical(1))
10: install_remotes(remotes, quiet = quiet, ...)
11: install_github("jeffbhasin/goldmine")
aborting ...
Segmentation fault

with R:

R --version
R version 3.2.3 (2015-12-10) -- "Wooden Christmas-Tree"
Copyright (C) 2015 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
@jeffbhasin
Copy link
Owner

Hi lindenb,
Thanks for posting about this issue. I am able to run install_github("jeffbhasin/goldmine") successfully from the same version of R, also on linux. Are you still having this issue? What version of devtools are you using? I've not seen a segfault from install_github() before. If the issue persists, you could try downloading the package with "git clone" to a local directory, and trying to install using install_local().
-Jeff

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