r-lib / R6

Encapsulated object-oriented programming for R
https://R6.r-lib.org
Other
407 stars 56 forks source link

Error installing R6 in the last commit #15

Closed arturochian closed 10 years ago

arturochian commented 10 years ago

Hi @wch. I have problem reinstalling R6. I think the problem is on the vignette.

Installing github repo R6/master from wch Downloading master.zip from https://github.com/wch/R6/archive/master.zip Installing package from C:\Users\auditor\AppData\Local\Temp\Rtmp4CJmyr/master.zip Installing R6 "C:/PROGRA~1/R/R-31~1.0/bin/x64/R" --vanilla CMD build \ "C:\Users\auditor\AppData\Local\Temp\Rtmp4CJmyr\devtools254c5eb63c0d\R6-master" \ --no-manual --no-resave-data

my sessionInfo R version 3.1.0 (2014-04-10) Platform: x86_64-w64-mingw32/x64 (64-bit)

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

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

loaded via a namespace (and not attached): [1] devtools_1.5 digest_0.6.4 evaluate_0.5.3 formatR_0.10
[5] httr_0.3 knitr_1.6 memoise_0.1 parallel_3.1.0 [9] RCurl_1.95-4.1 stringr_0.6.2 tools_3.1.0 whisker_0.3-2

gaborcsardi commented 10 years ago

Just skip the vignettes with build_vignettes = FALSE.

arturochian commented 10 years ago

It works. Thanks a lot!

wch commented 10 years ago

Strange that it reports negative time for the benchmark - maybe you have a really fast computer? ;) I wonder if there's something strange that happens when running microbenchmark on Windows (I'm developing on Mac and Linux).

arturochian commented 10 years ago

It make me laugh that. My laptop has i5 processor. Nothing strange or super :/ Yeah that problem is related to Windows