I've been developing a package to use S3 bucket on AWS by using libs3 code.
 I have two problems.  The first is, by standard, it will attempt to
install i386 and x64 if I don't have a configure.win.

The problem with this is that while everything appears to compile
correctly, I get this error when trying to load the x64 library:

"LoadLibrary error:  %1 is not a valid Win32 application"

I am able to load the 32-bit library, but when I try to load that in
Rstudio, it says: "package is not installed for 'arch=x64'".  Now I know
that I can simply switch Rstudio to point to 32-bit R, but that is not
ideal.


Is there a way to easily fix that?  So that I can either compile correctly
the 64-bit, or I can run the 32-bit in 64-bit R.

Here's my source code:  https://github.com/Gastrograph/RS3

Thank you!

-- 
Evan Farrell
*Application Engineer*
*Analytical Flavor Systems, LLC. *

Mobile: (724) 831 - 9537
www.gastrograph.com


All materials confidential
If you are not the intended recipient, do not read (too late?), copy or
distribute this e-mail or any attachments.Instead, please notify the sender
and delete the e-mail and any attachments. Thank you.
Copyright © Analytical Flavor Systems 2014

        [[alternative HTML version deleted]]

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to