Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualstaticvoid committed Oct 31, 2015
1 parent 6757210 commit 8f3bc94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions test/glmnet/prog.r
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# Example R program
#

# taken from

library(glmnet)
data(QuickStartExample)
fit = glmnet(x, y)
Expand Down
2 changes: 1 addition & 1 deletion test/rmarkdown/install
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ app=${app:23:-4}
git push heroku master

# run R console
heroku run "R --no-save -f prog.r && cat /app/test.html" --app $app
heroku run "R --no-save -f prog.r" --app $app

popd

Expand Down

0 comments on commit 8f3bc94

Please sign in to comment.