Is the exams r package still available? I can't install on a mac lion 10.7.5 [closed]

StackOverflow https://stackoverflow.com/questions/15844878

  •  01-04-2022
  •  | 
  •  

Domanda

Not able to find installation of "exams" R package . It's still available? or deprecated? Not on CRAN. Please help

Nessuna soluzione corretta

Altri suggerimenti

I just compiled it from source and it appears that t has no C code so you can probably just do this:

 install.packages("exams", type="source")
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top