-6

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

Achim Zeileis
  • 15,710
  • 1
  • 39
  • 49
  • 2
    You will have to compile it on your own. See http://cran.r-project.org/web/packages/exams/index.html – Roman Luštrik Apr 05 '13 at 22:51
  • I don't see anything wrong with the check log -- it might conceivably be temporarily hung up in a 2.15.3 -> 3.0.0 transition?? – Ben Bolker Apr 06 '13 at 00:00
  • Current CRAN check log says error in a Latex construction with the examples section with R 3.0.0. "Error in texi2dvi(out_tex[j], pdf = TRUE, clean = TRUE, quiet = quiet) : Running 'texi2dvi' on 'exam1.tex' failed." – IRTFM Apr 06 '13 at 00:16

1 Answers1

4

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")
IRTFM
  • 258,963
  • 21
  • 364
  • 487