mirror of
https://github.com/dchakro/shared_Rscripts.git
synced 2026-05-17 09:12:16 -07:00
fix dependencies
This commit is contained in:
parent
64d4567b20
commit
6aeea013b3
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
unparalog <- function(DATA, paralog_separator = ";", annotation_separator = ",", GeneColName , AnnotationColName ){
|
||||
# Installing missing dependencies
|
||||
dependencies <- c("stringi", "progress","data.table")
|
||||
dependencies <- c("stringi", "progress")
|
||||
missing_packages <- dependencies[!(dependencies %in% installed.packages()[, "Package"])]
|
||||
if(length(missing_packages)) install.packages(missing_packages)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue