yihui / printr

Some (magical) printing methods for knitr
https://yihui.org/printr/
118 stars 24 forks source link

error installing printr on R 3.3.0 #18

Closed lucasmation closed 8 years ago

lucasmation commented 8 years ago

Hi, after upgrading from R 3.2 to 3.3.0 I am no longer able to install your readr. Is there any workaround this?

install.packages('printr')
Installing package into ‘C:/Users/lucas_000/Documents/R/win-library/3.3’
(as ‘lib’ is unspecified)
Warning in install.packages :
  package ‘printr’ is not available (for R version 3.3.0)

> sessionInfo()
R version 3.3.0 (2016-05-03)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)

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

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

loaded via a namespace (and not attached):
[1] tools_3.3.0
lucasmation commented 8 years ago

sorry, I now see it is not available on cran... my bad.. it works fine on R 3.3.x tks