Skip to content

Commit

Permalink
Added R-package 'e1071' to required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Reiyan committed Sep 25, 2019
1 parent 3c7a557 commit 14567bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pflacco/pflacco.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
base = importr('base')
utils = importr('utils')
utils.chooseCRANmirror(ind=1)
packnames = ['flacco', 'dplyr', 'lhs', 'expm', 'mlbench', 'numDeriv', 'shape', 'shiny', 'testthat', 'RANN', 'mda']
packnames = ['flacco', 'dplyr', 'lhs', 'expm', 'mlbench', 'numDeriv', 'shape', 'shiny', 'testthat', 'RANN', 'mda', 'e1071']
names_to_install = [x for x in packnames if not rpackages.isinstalled(x)]
if len(names_to_install) > 0:
utils.install_packages(StrVector(names_to_install))
Expand Down

0 comments on commit 14567bd

Please sign in to comment.