Skip to content

Commit

Permalink
condense further, run R once to install 📦
Browse files Browse the repository at this point in the history
  • Loading branch information
rpkyle authored Aug 29, 2019
1 parent b08eab6 commit 30ba139
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
- run:
name: 🚧 install R dependencies
command: |
sudo Rscript -e 'install.packages("remotes"); remotes::install_github("plotly/dashR", dependencies=TRUE, upgrade=TRUE)'
sudo R CMD INSTALL .
sudo Rscript -e 'install.packages("remotes"); remotes::install_github("plotly/dashR", dependencies=TRUE, upgrade=TRUE); install.packages(".", type="source", repos=NULL)'
- run:
name: ⚙️ run integration test
Expand Down

1 comment on commit 30ba139

@byronz
Copy link
Contributor

@byronz byronz commented on 30ba139 Aug 29, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.