isdata-org / what-links-to-what

This is an ongoing effort to map the interlinkages between various industrial & product classification systems along with other databases of interest (facility pollution, LCA, etc.).
http://isdata.org
15 stars 3 forks source link

Problem with installing package "CodeLinkR" in R #2

Open kpastor1 opened 6 years ago

kpastor1 commented 6 years ago

Hi, I tried to install your package CodeLink in R by using following code:

library(devtools)
install_github("isdata-org/what-links-to-what", subdir="CodeLinkR",dependencies=TRUE,force=TRUE)

The R response:

Downloading GitHub repo isdata-org/what-links-to-what@master
from URL https://api.github.com/repos/isdata-org/what-links-to-what/zipball/master
Installing CodeLinkeR

Unfortunatelly, R wrote that there is no such a package like CodeLink and tried to install some other package (CodeLinkeR). How could I install your package? I will be very thankfull for any help.

Best regards, Kamil