install.packages("Imodel2")
Warning in install.packages :
package ‘Imodel2’ is not available for this version of R
A version of this package for your version of R might be available elsewhere,
see the ideas at
Can someone help me?
install.packages("Imodel2")
Warning in install.packages :
package ‘Imodel2’ is not available for this version of R
A version of this package for your version of R might be available elsewhere,
see the ideas at
Can someone help me?
You mistyped the package name, it starts with an l
, not with an I
:
install.packages("lmodel2")
Thanks a lot! Now it works!
This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.