Hi,
I am trying to install and use the 'Concord_hs_isic' function to map HS to ISIC codes.
However, when I try to use it, I get this error:
concord_hs_isic(sourcevar, origin, destination, dest.digit = 4, all = FALSE)
Error in concord_hs_isic(sourcevar, origin, destination, dest.digit = 4, :
could not find function "concord_hs_isic"
So, I figured I need to install it first, and tried to do that, but I am getting this error about my R version:
install.packages("concord_hs_isic")
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:
https://cran.rstudio.com/bin/windows/Rtools/
Installing package into ‘C:/Users/kajal.kumar/AppData/Local/R/win-library/4.4’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘concord_hs_isic’ is not available for this version of R
Can you help?
Hi,
I am trying to install and use the 'Concord_hs_isic' function to map HS to ISIC codes.
However, when I try to use it, I get this error:
So, I figured I need to install it first, and tried to do that, but I am getting this error about my R version:
https://cran.rstudio.com/bin/windows/Rtools/
Installing package into ‘C:/Users/kajal.kumar/AppData/Local/R/win-library/4.4’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘concord_hs_isic’ is not available for this version of R
Can you help?