title: Rstudio:ggThemeAssist tags: [] id: '1682' categories:
conda activate r_4_1_3
conda install -c conda-forge r-ggplot2=3.3.5 -y
conda install -c conda-forge r-shiny=1.7.1 -y
conda install -c conda-forge r-miniui=0.1.1.1 -y
conda install -c conda-forge r-biocmanager=1.30.16 -y
conda install -c conda-forge r-devtools=2.4.3 -y
conda install -c conda-forge wget=1.20.3 -y
wget https://github.com/calligross/ggthemeassist/archive/refs/heads/master.zip -O ggthemeassist.zip
devtools::install_local('github-repo/ggthemeassist.zip')
docker restart Rstudio