Closed ibartomeus closed 6 years ago
Since last update:
`eol(name=c("Carpobrotus edulis", "Rosmarinus officinalis"))
Error in verbose() : could not find function "verbose"`
After looking a bit I manually loaded library(httr) and it works, but then produce a ridiculous amount of verbose output.
library(httr)
I am in using devtools::install_github("ropensci/originr") not the CRAN version.
sessionInfo() R version 3.4.1 (2017-06-30) Platform: x86_64-apple-darwin15.6.0 (64-bit) Running under: macOS High Sierra 10.13.3
Matrix products: default BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib LAPACK: /Library/Frameworks/R.framework/Versions/3.4/Resources/lib/libRlapack.dylib
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] httr_1.3.1 reshape2_1.4.3 taxize_0.9.2 originr_0.2.1.9115
loaded via a namespace (and not attached): [1] Rcpp_0.12.16 xml2_1.2.0 magrittr_1.5 devtools_1.13.3 [5] ape_5.0 lattice_0.20-35 R6_2.2.2 foreach_1.4.4 [9] stringr_1.3.0 plyr_1.8.4 tools_3.4.1 parallel_3.4.1 [13] bold_0.5.0 grid_3.4.1 data.table_1.10.4-3 nlme_3.1-131 [17] git2r_0.19.0 withr_1.0.2 iterators_1.0.9 digest_0.6.13 [21] codetools_0.2-15 rsconnect_0.8 curl_3.1 crul_0.5.2 [25] memoise_1.1.0 stringi_1.1.7 compiler_3.4.1 jsonlite_1.5 [29] reshape_0.8.7 zoo_1.8-1
thanks, was a verbose() call i left in a while back while debugging something. switched to crul pkg now too (see #13 ) just FYI
verbose()
crul
Since last update:
`eol(name=c("Carpobrotus edulis", "Rosmarinus officinalis"))
After looking a bit I manually loaded
library(httr)
and it works, but then produce a ridiculous amount of verbose output.I am in using devtools::install_github("ropensci/originr") not the CRAN version.
Matrix products: default BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib LAPACK: /Library/Frameworks/R.framework/Versions/3.4/Resources/lib/libRlapack.dylib
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] httr_1.3.1 reshape2_1.4.3 taxize_0.9.2 originr_0.2.1.9115
loaded via a namespace (and not attached): [1] Rcpp_0.12.16 xml2_1.2.0 magrittr_1.5 devtools_1.13.3
[5] ape_5.0 lattice_0.20-35 R6_2.2.2 foreach_1.4.4
[9] stringr_1.3.0 plyr_1.8.4 tools_3.4.1 parallel_3.4.1
[13] bold_0.5.0 grid_3.4.1 data.table_1.10.4-3 nlme_3.1-131
[17] git2r_0.19.0 withr_1.0.2 iterators_1.0.9 digest_0.6.13
[21] codetools_0.2-15 rsconnect_0.8 curl_3.1 crul_0.5.2
[25] memoise_1.1.0 stringi_1.1.7 compiler_3.4.1 jsonlite_1.5
[29] reshape_0.8.7 zoo_1.8-1