Skip to content

Commit

Permalink
Add the script of installing FlashR-learn.
Browse files Browse the repository at this point in the history
  • Loading branch information
zheng-da committed Jul 9, 2017
1 parent 3add0d7 commit 6e7b4de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions install_FlashRLearn.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

R CMD build FlashR-learn
version=`R --version | grep "R version" | awk '{print $3}' | awk -F. '{print $1 "." $2}'`

R CMD INSTALL --no-configure FlashRLearn_0.1-0.tar.gz
rm FlashRLearn_0.1-0.tar.gz

0 comments on commit 6e7b4de

Please sign in to comment.