haghish / rcall

Seamless interactive R in Stata. rcall allows communicating data sets, matrices, variables, and scalars between Stata and R conveniently
http://www.haghish.com/packages/Rcall.php
90 stars 29 forks source link

Quiet the built-in library(readstata13) #27

Closed bquistorff closed 3 years ago

bquistorff commented 3 years ago

On Windows it is quite common to install binary-only packages (no Rtools) and so the version of R for which the pkg was built is different than the runtime version. This quiets that annoying message.

haghish commented 3 years ago

Done, thank you for your suggestion