We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c5bbe commit 7dfc443Copy full SHA for 7dfc443
README.md
@@ -24,7 +24,7 @@ Several third-party pacakges are required; all are free and open source and avai
24
25
```
26
27
-package_req <- c("corpus", "DT", "gsl", "gtools", "htmltools", "htmlwidgets", "lubridate", "MASS", "matrixStats", "mvtnorm", "Rcpp", "shiny", "shinyjs", "survival")
+package_req <- c("DT", "gsl", "gtools", "htmltools", "htmlwidgets", "lubridate", "MASS", "matrixStats", "mvtnorm", "Rcpp", "shiny", "shinyjs", "survival")
28
package_new <- package_req[!(package_req %in% installed.packages()[,"Package"])]
29
if(length(package_new) > 0) install.packages(package_new)
30
if (packageVersion("htmlwidgets") < "1.5") install.packages("htmltools")
0 commit comments