rkdb icon indicating copy to clipboard operation
rkdb copied to clipboard

Windows install issue from file

Open cmccarthy1 opened this issue 5 years ago • 1 comments

When attempting to install on Windows from a downloaded version of this repository the use of INSTALL_opts=c("--no-multiarch") does not appear to be valid option.

This seems to limit the ability to install the file in this way in systems that do not have access to git.

cmccarthy1 avatar Jan 08 '20 12:01 cmccarthy1

This is coming from the fact that there is no rkdb/src/w32 folder in the github repository. Once this has been added then we can omit this limitation.

kimtang avatar Feb 23 '20 15:02 kimtang