rstatisticsspsscrandesctools

Installing DescTools in 3.3.3 causes RStudio to crash


I'm using R 3.3.3, because it can be read by SPSS 25. If I try to instal the package "DescTools" the app closes itself. CRAN says that "DescTools" works on R 3.3.0 and above. Are there different packages? If so, how do I replace the faulty one, with one that works?


Solution

  • I fear a dependent package of DescTools is not available and so I can't reproduce the error:

    > install.packages("mvtnorm")
    Warning in install.packages :
    package 'mvtnorm' is not available (for R version 3.3.3)
    

    Try to update to the current version.