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
  •  | 
  •  

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

没有正确的解决方案

其他提示

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")
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top