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