tabulapdf icon indicating copy to clipboard operation
tabulapdf copied to clipboard

Tabulizer install in Windows 10 without Admin rights

Open scchu362 opened this issue 8 years ago • 1 comments
trafficstars

Hi,

I am relatively new to R, though experienced in builds and packages.

I am getting stuck at this point from the R 64 Gui on Windows 10:

ghit::install_github(c("ropensci/tabulizerjars", "ropensci/tabulizer"), INSTALL_opts = "--no-multiarch", verbose = TRUE) Parsing reponame for 'ropensci/tabulizerjars'... Creating local git repository for tabulizerjars in C:\Users\chus\AppData\Local\Temp\3\Rtmp0eDJGD\tabulizerjars2268698412c0... Checking out package tabulizerjars to local git repository... [new] c6cc40e055d3f92c4e96 refs/remotes/github/master [new] 49e8e460fd627b6b05db refs/tags/v0.8.0 [new] 9d4ad56ff7efa2f15560 refs/tags/v0.9.0 [new] 063903e22684b86ad1e5 refs/tags/v0.9.1 [new] e472789f3d7f3e3e7a6b refs/tags/v0.9.2 Adding metadata to DESCRIPTION for package tabulizerjars... Reading package metadata for 'ropensci/tabulizerjars'... Building package tabulizerjars (0.9.2)... Error: Package build for tabulizerjars failed with the following output:

  • checking for file 'C:\Users\chus\AppData\Local\Temp\3\Rtmp0eDJGD\tabulizerjars2268698412c0/DESCRIPTION' ... OK
  • preparing 'tabulizerjars':
  • checking DESCRIPTION meta-information ... OK
  • checking for LF line-endings in source and make files
  • checking for empty or unneeded directories
  • building 'tabulizerjars_0.9.2.tar.gz'

From reading other threads, it looks like it may be trying to place 'tabulizerjars_0.9.2.tar.gz' in c:\windows which I definitely don't have rights to. Is that the issue and is there a way around this?

S. Chu

scchu362 avatar May 23 '17 21:05 scchu362

Perhaps try changing your .libPaths() to somewhere you have access rights.

leeper avatar May 24 '17 06:05 leeper