[Rcpp-devel] bug in package inline
Yasir Suhail
yusuhail at gmail.com
Tue Dec 20 20:46:15 CET 2011
I couldn't find the inline devel list so I am writing here since Rcpp
and inline devels have a high correlation.
In the file getDynLib.R,
line 9 or so reads
stop( sprintf( "dll %s not loaded" ) )
It should probably read
stop( sprintf( "dll %s not loaded",x ) )
Is there a way to suggest patches etc in an easier platform like
bitbucket, github etc?
Thanks!
More information about the Rcpp-devel
mailing list