Problem installing simDesign

i tried installing a package called "simDesign" on my desktop Rstudio.
Warning in install.packages :
package ‘simDesign’ is not available for this version of R. <-- -- that's what i got from the installation.

i couldn't get the updated package on CRAN, i will appreciate any help

Wouldyou provide us with the output of

 sessionInfo() 

?

install.packages("simdesign")

Installing package into ‘C:/Users/HP/AppData/Local/R/win-library/4.2’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘simdesign’ 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

Warning in install.packages :
Perhaps you meant ‘SimDesign’ ?

Yes
I'm a newbie in Rstudio and checking out packages on CRAN always seems overwhelming.

You already posted the solution to your problem. Have in mind that R is case sensitive.

Yes i know that R is case sensitive, I've tried that two it's same results.

We need more information to help you, you should be getting at least a different error message. Please post the complete console output you get when you run this command.

install.packages("SimDesign")

I have installed the "SimDesign" package, i never new that i have to use capital letter as the first letter!! Thanks Guys for your assistance.

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.