Vikram Kuurana Hello, this may seem a little random. But I am trying to install RODBC on windows, and when searching for help on google, I found a thread from years ago. But no solution. I was hoping if you would be so kind to help. I installed RODBC, you can see it in the list when you type the command, (.packages(all.available=TRUE)) But when I tried to load it I get the following error Error in library.dynam(lib, package, package.lib) : shared library 'RODBC' not found In addition: Warning message: package 'RODBC' was built under R version 2.12.0 Error: package/namespace load failed for 'RODBC' Do you know why? Again I apologise for the complete randomness Vishal Mehta -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://stat.ethz.ch/pipermail/r-sig-db/attachments/20100812/29b3f5c4/attachment.html> -------------- next part -------------- Visit our website at http://www.ubs.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mails are not encrypted and cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. This message is provided for informational purposes and should not be construed as a solicitation or offer to buy or sell any securities or related financial instruments. UBS Limited is a company registered in England & Wales under company number 2035362, whose registered office is at 1 Finsbury Avenue, London, EC2M 2PP, United Kingdom. UBS AG (London Branch) is registered as a branch of a foreign company under number BR004507, whose registered office is at 1 Finsbury Avenue, London, EC2M 2PP, United Kingdom. UBS Clearing and Execution Services Limited is a company registered in England & Wales under company number 03123037, whose registered office is at 1 Finsbury Avenue, London, EC2M 2PP, United Kingdom. UBS reserves the right to retain all messages. Messages are protected and accessed only in legally justified cases.
RODBC
2 messages · vish@i-v@meht@ m@iii@g oii ubs@com, Marc Schwartz
On Aug 12, 2010, at 10:59 AM, vishal-v.mehta at ubs.com wrote:
Vikram Kuurana
Hello, this may seem a little random.
But I am trying to install RODBC on windows, and when searching for help on google, I found a thread from years ago. But no solution. I was hoping if you would be so kind to help.
I installed RODBC, you can see it in the list when you type the command, (.packages(all.available=TRUE))
But when I tried to load it I get the following error
Error in library.dynam(lib, package, package.lib) :
shared library 'RODBC' not found
In addition: Warning message:
package 'RODBC' was built under R version 2.12.0
Error: package/namespace load failed for 'RODBC'
Do you know why?
Again I apologise for the complete randomness
Vishal Mehta
What version of R are you running? The message above suggests that you were running 2.12.0 when you installed the packages, but are not running it now. 2.12.0 is not yet released, so were you testing a 'devel' version of R? You will need to sort out your R versions and then make sure that you are running the proper version when both installing and loading the packages... HTH, Marc Schwartz