eheisman/dssrip

devtools::install_github() option changed

Closed this issue · 0 comments

Hello Evan,

The right syntax to force install only the 32 bit version is

install_github("eheisman/DSS-Rip",
               INSTALL_opts = "--no-multiarch")

This works for the latest R 3.6.1

Thanks!