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

unable to build on Windows 10 #45

Closed
evanmascitti opened this issue May 31, 2021 · 2 comments
Closed

unable to build on Windows 10 #45

evanmascitti opened this issue May 31, 2021 · 2 comments
Labels

Comments

@evanmascitti
Copy link

I am unable to install this package on my Windows 10 machine -getting an error about not finding DLL 'Matrix'.

I have updated all dependencies so it seems wordcountaddin is the final bottleneck. I have RTools installed and am running R 4.0.5

To Reproduce
For me, running the code on this repo's README fails:
devtools::install_github("benmarwick/wordcountaddin", type = "source", dependencies = TRUE)

I also tried the solution listed in issue #39 but I got the same error.
Expected behavior

Expecting source to be downloaded and compiled as per usual with devtools::install_github()

Session Info

R version 4.0.5 (2021-03-31)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 21390)

Matrix products: default

locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252

attached base packages:
[1] stats graphics grDevices utils datasets methods
[7] base

loaded via a namespace (and not attached):
[1] compiler_4.0.5 tools_4.0.5 yaml_2.2.1

@benmarwick
Copy link
Owner

Can you paste the exact content of your error message? Is it the same as this https://r.789695.n4.nabble.com/Problem-with-loading-package-Matrix-td856039.html and if so, does that fix work for you?

@evanmascitti
Copy link
Author

I upgraded to R 4.1 and that seems to have solved the problem; I have now 1successfully installed wordcountaddin with the devtools command....so although I never figured out what was going on with the Matrix error, my problem seems to be solved and I will close this issue.

Thank you Ben!

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

No branches or pull requests

2 participants