[R] unidentifiable problem..

Duncan Murdoch murdoch at stats.uwo.ca
Tue Jan 26 23:05:43 CET 2010


On 26/01/2010 4:54 PM, Jonathan wrote:
> Hi All,
>     My R installation is acting strangely and I'm hoping somebody might have
> an idea what's going on:

You need to give more details.  Which R version?  (If less than 2.10.1, 
install that and try again.)  Do you have MySQL installed on that 
machine?  (If not, install it.) Which Windows version are you using? 
Are you able to open other URLs from R, e.g. does

browseURL("http://www.r-project.org")

work?

Duncan Murdoch

> 
> I can't seem to load the "RMySQL" function.  It seems to have installed
> without a problem, but when I enter:
> 
> library(RMySQL)
> 
> R tells me:
> Error in utils::readRegistry("SOFTWARE\\MySQL AB", hive = "HLM", maxdepth =
> 2) :
>   Registry key 'SOFTWARE\MySQL AB' not found
> Error : .onLoad failed in 'loadNamespace' for 'RMySQL'
> Error: package/namespace load failed for 'RMySQL'
> 
> 
> Moreover,
> If I try to get information about a function (fisher exact test, for
> example) by typing:
> ?fisher.test
> 
> R tells me:
> Error in shell.exec(url) :
>   access to 'http://127.0.0.1:12625/library/stats/html/fisher.test.html'
> denied
> If I manually open, in a web browser, the html file whose address is given,
> I can see and read the document.
> 
> I'm wondering whether there is some kind of problem with the registry (any
> ideas at all welcome).
> 
> Thanks,
> Jon
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list