Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The procedure entry point EXTPTR_PRT could not be located in the dynamic link library (app\library\Rcpp\libs\x64\Rcpp.dll) #33

Open
ksezgin80 opened this issue Aug 7, 2020 · 3 comments

Comments

@ksezgin80
Copy link

Hi,

I followed all the steps mentioned in the ReadMe section, however I am facing an issue with Rcpp.dll. I searched online for a solution but the recommendation was to update R to the latest version 4.0.2, which I cannot since latest R-Portable is 4.0.0. Is there a fix around this problem? I cannot really run the shiny app due to this error.

@AMillanFL
Copy link

Hi,

I have exactly the same error.
Some help will be really appreciate.

All the best

@gdurif
Copy link

gdurif commented Dec 2, 2020

Hi, apparently the issue is with the version of R-Portable (4.0.0). Current version of Rcpp available from CRAN was compiled for 4.0.2 and R 4.0.0 cannot load it.

A 4.0.2 version of R-Portable was requested on https://sourceforge.net/projects/rportable/ because there is no news on this at the moment.

I forked (https://github.com/gdurif/rportable) the code available at https://sourceforge.net/projects/rportable/ to generate the distribution but it is more than 10 years old and I am pretty sure it will be complicated to make it work.

Here are the github page of the project owner but I do not know how to contact them:

Some help would be great.

@gdurif
Copy link

gdurif commented Dec 2, 2020

A temporary fix is to install Rcpp from source, e.g. clone or download this https://github.com/RcppCore/Rcpp.git at DesktopDeployR project root and run from R-Portable:

devtools::install("Rcpp", args = c('--library="./app/library/"'))

but it requires Rtools (https://cran.r-project.org/bin/windows/Rtools/).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants