We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b1ce4 commit 281a2c5Copy full SHA for 281a2c5
.circleci/config.yml
@@ -29,6 +29,7 @@ jobs:
29
sudo R -e 'devtools::install_github("hypertidy/anglr@v0.7.0", dependencies = TRUE) '
30
sudo R -e 'devtools::install_github("plotly/dash-daq", dependencies = TRUE, upgrade = TRUE) '
31
sudo R -e 'devtools::install_deps(dependencies = TRUE) '
32
+ sudo R -e 'devtools::install_github("briatte/ggnet", dependencies = TRUE) '
33
- save_cache:
34
key: cache4
35
paths:
DESCRIPTION
@@ -67,5 +67,4 @@ Imports:
67
GGally,
68
tree,
69
ggfortify,
70
- cluster,
71
- ggnet
+ cluster
0 commit comments