8000 add install ebimages directly · plotly/plotly.r-docs@3badddc · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 3badddc

Browse files
author
Joseph Damiba
committed
add install ebimages directly
1 parent e8e5db6 commit 3badddc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: install application-level dependencies
2626
command: |
2727
sudo apt-get install -y pandoc libudunits2-dev libgdal-dev libxt-dev libglu1-mesa-dev
28-
sudo R -e 'install.packages(c("curl", "devtools", "mvtnorm")); devtools::install_github("hypertidy/anglr"); devtools::install_github("johannesbjork/LaCroixColoR"); devtools::install_github("ropensci/plotly"); devtools::install_deps(dependencies = TRUE) '
28+
sudo R -e 'install.packages(c("curl", "devtools", "mvtnorm")); devtools::install_github("hypertidy/anglr"); devtools::install_github("johannesbjork/LaCroixColoR"); devtools::install_github("ropensci/plotly"); install.packages("BiocManager"); BiocManager::install("EBImage"); devtools::install_deps(dependencies = TRUE) '
2929
- save_cache:
3030
key: cache3
3131
paths:

DESCRIPTION

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Package: Plotly's R graphing library.
22
Imports:
3-
bioimagetools,
43
geomorph,
54
maptools,
65
rjson,

0 commit comments

Comments
 (0)
0