Forum: gecon


RE: Unable to install gEcon_1.2.2 [ Reply ] By: Karol Podemski on 2025-04-14 18:56 | [forum:50077] |
This may have to do something with your R or system environment. You may try again with R 4.4.3 or R 4.5.0. Alternatively, in case zip file does not work on your machine, you can compile package on your own. This is easy in new releases of R as it requires only installation of RTools and R Studio does the job for you. |
RE: Unable to install gEcon_1.2.2 [ Reply ] By: Karol Podemski on 2025-04-14 18:55 | [forum:50076] |
This may have to do something with your R or system environment. You may try again with R 4.4.3 or R 4.5.0. Alternatively, in case zip file does not work on your machine, you can compile package on your own. This is easy in new releases of R as it requires only installation of RTools and R Studio does the job for you. |
RE: Unable to install gEcon_1.2.2 [ Reply ] By: Karol Podemski on 2023-08-11 20:39 | [forum:49736] |
Hi Jingjia, another user reported the same problem when trying to install from the zip file. Could you try and install gEcon from the tar.gz file (either from RStudio GUI or through R CMD INSTALL command)? This should work properly as the compiled code will be specific to your machine. Regards, Karol |
Unable to install gEcon_1.2.2 [ Reply ] By: Jingjia Zhang on 2023-08-05 18:48 | [forum:49734] |
Hello Forum Members, my problem is that I installed gEcon_1.2.2 successfully, and it has showed "Package 'gEcon' successfully opened, MD5 and check also passed". However, when I library(gEcon), there shows an error: Error: package or namespace load failed for ‘gEcon’ in inDL(x, as.logical(local), as.logical(now), ...): unable to load shared object 'D:/Program Files/R/R-4.3.1/library/gEcon/libs/x64/gEcon.dll': LoadLibrary failure: The specified module cannot be found. I have installed Rtools4.3. I have tried both R version 4.3.0 and R version 4.3.1, and they all failed. Would be nice if anyone can advise how to resolve it. Thanks |