abresler / fundManageR

An Investment Management toolkit for R. Because Excel is a threat to the global financial system.
http://asbcllc.com/fundManageR
Other
182 stars 33 forks source link

not able to install library on R version 3.3.3 (2017-03-06) -- "Another Canoe" #6

Closed JoeFernando closed 7 years ago

JoeFernando commented 7 years ago

Please could you help - relatively new convert from XL to R...so please be gentle......

I tried: devtools::install_github("abresler/fundManageR")

Error I got: ERROR: dependency 'curlconverter' is not available for package 'fundManageR'

sessionInfo() R version 3.3.3 (2017-03-06) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 7 x64 (build 7601) Service Pack 1

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] httr_1.2.1 R6_2.2.0 tools_3.3.3 withr_1.0.2 curl_2.4
[6] memoise_1.0.0 git2r_0.18.0 digest_0.6.12 devtools_1.12.0

abresler commented 7 years ago

No problem at all! I am going to try to remove that dependency but this run:

devtools::install_github("hrbrmstr/curlconverter")

Then try again and it should work.


Alex Bresler abresler@asbcllc.com

​www.asbcllc.com​

917-455-0239 ​ (cell)​

@abresler http://twitter.com/abresler | LinkedIn http://www.linkedin.com/in/abresler | My Musings http://asbcllc.com/blog

On Tue, Apr 11, 2017 at 3:36 PM, Joseph Fernando notifications@github.com wrote:

Please could you help - relatively new convert from XL to R...so please be gentle......

I tried: devtools::install_github("abresler/fundManageR")

Error I got: ERROR: dependency 'curlconverter' is not available for package 'fundManageR'

sessionInfo() R version 3.3.3 (2017-03-06) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 7 x64 (build 7601) Service Pack 1

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] httr_1.2.1 R6_2.2.0 tools_3.3.3 withr_1.0.2 curl_2.4 [6] memoise_1.0.0 git2r_0.18.0 digest_0.6.12 devtools_1.12.0

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/abresler/fundManageR/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AAtM1MnXtJSCWOktxJPRgRudbGSflqSJks5ru9YrgaJpZM4M6jRg .

JoeFernando commented 7 years ago

Hi Alex,

I did the following to install the library:

devtools::install_github("hrbrmstr/curlconverter") install.packages("countrycode") install.packages("hrbrthemes") install.packages("prettyunits") devtools::install_github("hafen/trelliscopejs") devtools::install_github("abresler/gdeltr2") devtools::install_github("abresler/fundManageR")

On loading fundManageR, it gives the following warnings:

warnings() Warning messages: 1: replacing previous import ‘curl::handle_reset’ by ‘httr::handle_reset’ when loading ‘fundManageR’ 2: replacing previous import ‘dplyr::intersect’ by ‘lubridate::intersect’ when loading ‘fundManageR’ 3: replacing previous import ‘dplyr::union’ by ‘lubridate::union’ when loading ‘fundManageR’ 4: replacing previous import ‘dplyr::setdiff’ by ‘lubridate::setdiff’ when loading ‘fundManageR’ 5: replacing previous import ‘lazyeval::is_formula’ by ‘purrr::is_formula’ when loading ‘fundManageR’ 6: replacing previous import ‘jsonlite::flatten’ by ‘purrr::flatten’ when loading ‘fundManageR’ 7: replacing previous import ‘dplyr::contains’ by ‘purrr::contains’ when loading ‘fundManageR’ 8: replacing previous import ‘lazyeval::is_atomic’ by ‘purrr::is_atomic’ when loading ‘fundManageR’ 9: replacing previous import ‘dplyr::order_by’ by ‘purrr::order_by’ when loading ‘fundManageR’ 10: replacing previous import ‘magrittr::set_names’ by ‘purrr::set_names’ when loading ‘fundManageR’ 11: replacing previous import ‘curl::parse_date’ by ‘readr::parse_date’ when loading ‘fundManageR’ 12: replacing previous import ‘readr::guess_encoding’ by ‘rvest::guess_encoding’ when loading ‘fundManageR’ 13: replacing previous import ‘magrittr::extract’ by ‘tidyr::extract’ when loading ‘fundManageR’

I'll test out the package in detail and report back.

Thanks for the quick response.

Kind regards, Joe

JoeFernando commented 7 years ago

sessionInfo() R version 3.3.3 (2017-03-06) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 7 x64 (build 7601) Service Pack 1

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

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

other attached packages: [1] fundManageR_0.5.011738

loaded via a namespace (and not attached): [1] httr_1.2.1 tidyr_0.6.1 jsonlite_1.4 viridisLite_0.2.0 modelr_0.1.0 assertthat_0.1
[7] pdftools_1.2 countrycode_0.19 triebeard_0.3.0 urltools_1.6.0 selectr_0.3-1 xlsxjars_0.6.1
[13] curlconverter_0.8.0 cellranger_1.1.0 yaml_2.1.14 Rttf2pt1_1.3.4 backports_1.0.5 lattice_0.20-35
[19] readODS_1.6.4 extrafontdb_1.0 digest_0.6.12 rvest_0.3.2 colorspace_1.3-2 htmltools_0.3.5
[25] plyr_1.8.4 psych_1.7.3.21 hrbrthemes_0.1.0 XML_3.98-1.6 clipr_0.3.2.9000 devtools_1.12.0
[31] broom_0.4.2 tabulizer_0.1.23 haven_1.0.0 purrr_0.2.2 scales_0.4.1 openxlsx_4.0.17
[37] rio_0.4.16 git2r_0.18.0 tibble_1.3.0 tabulizerjars_0.1.2 listviewer_1.4.0 ggplot2_2.2.1
[43] csvy_0.1.3 withr_1.0.2 tidyverse_1.1.1 lazyeval_0.2.0 mnormt_1.5-5 magrittr_1.5
[49] readxl_0.1.1 memoise_1.0.0 evaluate_0.10 nlme_3.1-131 forcats_0.2.0 xml2_1.1.1
[55] foreign_0.8-67 tools_3.3.3 hunspell_2.3 data.table_1.10.4 hms_0.3 formatR_1.4
[61] stringr_1.2.0 xlsx_0.5.7 plotly_4.5.6 V8_1.4 munsell_0.4.3 XBRL_0.99.18
[67] formattable_0.2.0.1 grid_3.3.3 htmlwidgets_0.8 base64enc_0.1-3 rmarkdown_1.4 gtable_0.2.0
[73] DBI_0.6-1 curl_2.4 reshape2_1.4.2 R6_2.2.0 lubridate_1.6.0 knitr_1.15.1
[79] dplyr_0.5.0 extrafont_0.17 rprojroot_1.2 readr_1.1.0 rJava_0.9-8 stringi_1.1.5
[85] parallel_3.3.3 Rcpp_0.12.10 png_0.1-7