FredHasselman / casnet

An R toolbox for studying Complex Adaptive Systems and NETworks
https://fredhasselman.github.io/casnet/
GNU General Public License v3.0
27 stars 7 forks source link

‘casnet’ is not available for this version of R #8

Closed nahin29 closed 8 months ago

nahin29 commented 1 year ago

Warning in install.packages : package ‘casnet’ is not available for this version of R.

But R is up-to-date. The current version is R-4.2.2

Sciurus365 commented 1 year ago

This means casnet is not on CRAN yet. (which is true) Use devtools::install_github("FredHasselman/casnet") instead.