Trouble installing tabulizer package

前端 未结 3 1055
时光取名叫无心
时光取名叫无心 2021-01-04 22:53

I used the following code to install the tabulizer package:

ghit::install_github(c(\"ropenscilabs/tabulizerjars\", \"ropenscilabs/tabulizer\"),          


        
3条回答
  •  既然无缘
    2021-01-04 23:17

    Try this...

    library(devtools)
    install_github("ropensci/tabulizer",  dependencies = "FALSE")
    

    you want to install the other packages that tabulizer uses one by one as well i.e. rJava, httpuv, sourcetools, png

提交回复
热议问题