8000 Updates to ggplot2 docs by danton267 · Pull Request #95 · plotly/plotly.r-docs · GitHub
[go: up one dir, main page]

Skip to content

Updates to ggplot2 docs #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Oct 14, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adding packages
  • Loading branch information
danton267 committed Sep 28, 2021
commit 281a2c554db5d28f2d2b779cde93fcfc3b139f09
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
sudo R -e 'devtools::install_github("hypertidy/anglr@v0.7.0", dependencies = TRUE) '
sudo R -e 'devtools::install_github("plotly/dash-daq", dependencies = TRUE, upgrade = TRUE) '
sudo R -e 'devtools::install_deps(dependencies = TRUE) '
sudo R -e 'devtools::install_github("briatte/ggnet", dependencies = TRUE) '
- save_cache:
key: cache4
paths:
Expand Down
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,4 @@ Imports:
GGally,
tree,
ggfortify,
cluster,
ggnet
cluster
0