chainsawriot / rstyle

The evolution of R programming styles.
43 stars 2 forks source link

update dockerfile in order to match the newest release of dependency #2

Closed yenchiayi closed 5 years ago

yenchiayi commented 5 years ago

Previous dockerfile cannot be sucessfully built due to dependency issues. Package stm depends on quadprog, which rolls to newer version just recently and only supports R >=3.6.0. To fix it, I use the older version, 1.5.5, and install from source.