Closed rezashami closed 4 months ago
Hello !
SpNetwork has been removed from CRAN for a week because an example raised an error dur to a new type of test imposed by CRAN (UBSAN testing on c++). It took me a while to be able to reproduce the bug. It has been corrected and is now back on CRAN. If it happens again, you can still install spNetwork from github with the command :
devtools::install_github("JeremyGelb/spNetwork")
Hi, I have a problem with package installation. When I run the
install.packages("spNetwork")
code in the R Interactive terminal in VS Code, I face this error message:My R version is 4.4.1 (2024-06-14 ucrt).
How can I fix this problem and install the package? Thanks.