Hello! Long-time nullranges user and a big fan. :) I recently tried installing the package on a new machine and ran into an error regarding a dependency, speedglm.
When installing, it reports an error message about speedglm: Warning: dependency ‘speedglm’ is not available
However, it then continues and appears to install successfully otherwise.
Trying to load the library with library(nullranges)
returns the following error:
Error: package or namespace load failed for ‘nullranges’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘speedglm’
I have not been able to install speedglm separately using install.packages("speedglm")
, apparently because it has been removed from CRAN as of 2023-04-01, as shown on its CRAN page.
Is there a workaround available to still use nullranges? Not sure if this is a real bug or I'm just missing something obvious/approaching it wrong.
Thanks for your time and help!
-Katie
R version 4.2.1 (2022-06-23)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Ventura 13.3.1
Or for simplicity
So you don't have to remember which installer works with which repo.
Thank you both for this solution! This has done the trick and I'll keep it in mind for future troubleshooting.