ropensci / rsvg

SVG renderer for R based on librsvg2
Other
95 stars 1 forks source link

rsvg.dll problem #3

Closed NahuelGrasso closed 7 years ago

NahuelGrasso commented 8 years ago

Hello, I am trying to install this package using install_github("jeroenooms/rsvg") . I throws the following lines: Downloading github repo jeroenooms/rsvg@master Installing rsvg "C:/PROGRA~1/RRO/R-32~1.2/bin/x64/R" --no-site-file --no-environ --no-save --no-restore CMD INSTALL \ "C:/Users/user/AppData/Local/Temp/RtmpiilkpK/devtools6843af423d5/jeroenooms-rsvg-0e85605" \ --library="C:/Program Files/RRO/R-3.2.2/library" --install-tests

Multithreaded BLAS/LAPACK libraries detected. Using 2 cores for math algorithms.

After that, I try to run this code: library(rsvg) And produces the following error: Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared object 'C:/Program Files/RRO/R-3.2.2/library/rsvg/libs/x64/rsvg.dll': LoadLibrary failure: No se encontró el proceso especificado.(in english: specified process couldn't be found) Error: package or namespace load failed for ‘rsvg’

What should the problem be? and what should I do? do you have any clue? Any help appreciated. Nahuel

jeroen commented 8 years ago

Can you just try: install.packages("rsvg")

NahuelGrasso commented 8 years ago

Thanks! I just thought that the latests version wasn't uploaded to cran.