You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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.
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
The text was updated successfully, but these errors were encountered: