Hello,
I'm trying to have my package install with all of its CRAN and BioC dependencies. In an attempt to do so, I've installed the latest github:
> install_github("ewymathe/testALTREinstall") Downloading GitHub repo ewymathe/testALTREinstall@master from URL https://api.github.com/repos/ewymathe/testALTREinstall/zipball/master Installing ALTRE Error validating server certificate for 'https://hedgehog.fhcrc.org:443': - The certificate is not issued by a trusted authority. Use the fingerprint to validate the certificate manually! Certificate information: - Hostname: *.fhcrc.org - Valid: from Sat, 18 Oct 2014 16:52:00 GMT until Fri, 23 Nov 2018 15:15:23 GMT - Issuer: http://certs.godaddy.com/repository/, GoDaddy.com, Inc., Scottsdale, Arizona, US - Fingerprint: 55:64:9d:ce:78:a9:b0:b4:2f:df:4c:c6:59:b1:51:56:bb:5c:44:6a (R)eject, accept (t)emporarily or accept (p)ermanently? t svn: warning: W170000: URL 'https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_3/madman/Rpacks/or.Hs.eg.db' non-existent in revision 120432 svn: E200009: Could not display info for all targets because some targets don't exist Installation failed: There was a problem retrieving the current SVN revision Warning message: running command ''/usr/bin/svn' info --xml --username readonly --password readonly https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_3/madman/Rpacks/or.Hs.eg.db' had status 1
Per the devtools' developers suggestion, I have run the following to accept the certificate permanently:
Ewys-MBP:~ ewymathe$ svn info https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_3/madman/Rpacks
Error validating server certificate for 'https://hedgehog.fhcrc.org:443':
- The certificate is not issued by a trusted authority. Use the
fingerprint to validate the certificate manually!
Certificate information:
- Hostname: *.fhcrc.org
- Valid: from Sat, 18 Oct 2014 16:52:00 GMT until Fri, 23 Nov 2018 15:15:23 GMT
- Issuer: http://certs.godaddy.com/repository/, GoDaddy.com, Inc., Scottsdale, Arizona, US
- Fingerprint: 55:64:9d:ce:78:a9:b0:b4:2f:df:4c:c6:59:b1:51:56:bb:5c:44:6a
(R)eject, accept (t)emporarily or accept (p)ermanently? p
Path: Rpacks
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_3/madman/Rpacks
Repository Root: https://hedgehog.fhcrc.org/bioconductor
Repository UUID: bc3139a8-67e5-0310-9ffc-ced21a209358
Revision: 120436
Node Kind: directory
Last Changed Author: jspidlen@bccrc.ca
Last Changed Rev: 120432
Last Changed Date: 2016-08-25 16:34:54 -0400 (Thu, 25 Aug 2016)
This however did not solve my problem.
Any fix for this?
Sorry, here is my sessionInfo():
> sessionInfo()
R version 3.3.1 (2016-06-21)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.10.5 (Yosemite)
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] devtools_1.12.0.9000
loaded via a namespace (and not attached):
[1] httr_1.2.1 R6_2.1.2 withr_1.0.2 curl_1.2 memoise_1.0.0
[6] git2r_0.15.0 digest_0.6.10