ropensci / rsvg

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

package ‘rsvg’ is not available for this version of R #25

Closed junmeiW closed 3 years ago

junmeiW commented 3 years ago

Hi, I have installed the librsvg2-dev in my linux, when i install the rsvg package( my R 4.0.3 (2020-10-10)), it always reports: package ‘rsvg’ is not available for this version of R

how to fix this?

jeroen commented 3 years ago

You probably have some connection error. Can you please show the full output?

install.packages('rsvg', repos = 'https://cran.r-project.org')
junmeiW commented 3 years ago

Thanks, I've installed this package successfully! Previously, I used the code install.packages("rsvg", repos = "http://vnijs.github.io/radiant_miniCRAN/") referred from others and got that error .