Problem with install packages ggmirt

Warning in install.packages :
il pacchetto ‘ggmirt’ non è disponibile for this version of R

Una versione di questo pacchetto per la tua versione di R potrebbe essere disponibile altrove,
si veda su

I'm an italian student, my problem is this. I have the last version of R (4.2.2) and also r tools for this r. Why this packages don't run on my version of r?

# install.packages("devtools")
devtools::install_github("masurp/ggmirt")

CRAN è un repository centrale per i pacchetti ed è il punto in cui update.packages() effettua la ricerca. Tuttavia, questo pacchetto non è ancora depositato lì, ma su github. Innanzitutto, install.packages ("devtools") e quindi esegui il comando sopra.

CRAN is a central repository for packages and it is where the update.packages() searches. However, this package is not yet deposited there, but on github. First, install.packages(“devtools”) and then run the command above.

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.