Skip to content

Commit 7dfc443

Browse files
committed
v1.4.9
1 parent 35c5bbe commit 7dfc443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Several third-party pacakges are required; all are free and open source and avai
2424

2525
```
2626
27-
package_req <- c("corpus", "DT", "gsl", "gtools", "htmltools", "htmlwidgets", "lubridate", "MASS", "matrixStats", "mvtnorm", "Rcpp", "shiny", "shinyjs", "survival")
27+
package_req <- c("DT", "gsl", "gtools", "htmltools", "htmlwidgets", "lubridate", "MASS", "matrixStats", "mvtnorm", "Rcpp", "shiny", "shinyjs", "survival")
2828
package_new <- package_req[!(package_req %in% installed.packages()[,"Package"])]
2929
if(length(package_new) > 0) install.packages(package_new)
3030
if (packageVersion("htmlwidgets") < "1.5") install.packages("htmltools")

0 commit comments

Comments
 (0)