Skip to content

Commit

Permalink
returned stringi
Browse files Browse the repository at this point in the history
  • Loading branch information
vinuesa committed Apr 16, 2024
1 parent 82f4280 commit ee356d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apt-install_R_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

wget -qO- https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc | sudo tee -a /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc
sudo add-apt-repository --yes "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/"
#sudo add-apt-repository --yes ppa:c2d4u.team/c2d4u4.0+
sudo add-apt-repository --yes ppa:c2d4u.team/c2d4u4.0+

sudo apt install --no-install-recommends -y \
r-cran-ape \
Expand All @@ -17,6 +17,7 @@ r-cran-vioplot \
r-cran-plyr \
r-cran-dplyr \
r-cran-ggplot2 \
r-cran-stringi \
r-cran-stringr \
r-cran-seqinr \
&& sudo apt clean && apt purge && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
2 changes: 1 addition & 1 deletion install_R_deps.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repository = 'https://CRAN.R-project.org' # ; 'http://cran.rstudio.com' # 'https
# 2024-04-13: removed "cluster", "dendextend", "factoextra", which are only required by hcluster_pangenome_matrix.sh,
# which is distributed through the GET_HOMOLOGUES GitHub repo.
# 2024-04-15: replaced devtools for the much lighter remotes.
required_packages = c("remotes", "ape", "gplots", "vioplot", "plyr", "dplyr", "ggplot2", "stringr", "seqinr")
required_packages = c("remotes", "ape", "gplots", "vioplot", "plyr", "dplyr", "ggplot2", "stringi" "stringr", "seqinr")


local_lib = "./lib/R"
Expand Down

0 comments on commit ee356d3

Please sign in to comment.