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

Error: Failed to install 'taxa' from GitHub #206

Open
sdhutchins opened this issue Aug 7, 2020 · 1 comment
Open

Error: Failed to install 'taxa' from GitHub #206

sdhutchins opened this issue Aug 7, 2020 · 1 comment

Comments

@sdhutchins
Copy link

Error

> devtools::install_github("ropensci/taxa")
Downloading GitHub repo ropensci/taxa@HEAD
Skipping 1 packages not available: XML
Installing 27 packages: uuid, fastmatch, igraph, quadprog, ape, triebeard, WikipediR, httpcode, urltools, crul, WikidataR, solrium, XML, rncl, rentrez, reshape, conditionz, phangorn, wikitaxa, natserv, worrms, ritis, rotl, rredlist, bold, zoo, taxize
Installing packages into ‘C:/Users/shutchins2/R/win-library/3.6’
(as ‘lib’ is unspecified)
Error: Failed to install 'taxa' from GitHub:
  (converted from warning) package ‘XML’ is not available (for R version 3.6.0)

Session Info

R version 3.6.0 (2019-04-26)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 17763)

Matrix products: default

locale:
[1] LC_COLLATE=English_United States.1252  LC_CTYPE=English_United States.1252   
[3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C                          
[5] LC_TIME=English_United States.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
 [1] rstudioapi_0.11   magrittr_1.5      usethis_1.6.1     devtools_2.3.1    pkgload_1.1.0    
 [6] R6_2.4.1          rlang_0.4.7       fansi_0.4.1       tools_3.6.0       pkgbuild_1.1.0   
[11] sessioninfo_1.1.1 cli_2.0.2         withr_2.2.0       ellipsis_0.3.1    remotes_2.2.0    
[16] assertthat_0.2.1  digest_0.6.25     rprojroot_1.3-2   crayon_1.3.4      processx_3.4.3   
[21] callr_3.4.3       fs_1.5.0          ps_1.3.3          curl_4.3          testthat_2.3.2   
[26] memoise_1.1.0     glue_1.4.1        compiler_3.6.0    desc_1.2.0        backports_1.1.8  
[31] prettyunits_1.1.1
@sckott
Copy link
Contributor

sckott commented Aug 10, 2020

Try this instead install.packages("taxa", repos="https://dev.ropensci.org") should install a binary version of the version here on github and get around the XML problem

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