Re: [R] Social networking around R

2009-10-11 Thread Kenny Shen
Hi, I'm new to R to and think it might be a good idea... who knows? I was lurking in the R channel on freenode some days back and someone was complaining about how no one ever talks there... Anyway, signing up now... Cheers, Kenny On Mon, Oct 12, 2009 at 1:10 AM, Harsh singhal...@gmail.com

Re: [R] Missing functions

2009-10-01 Thread Kenny Shen
'psych' does not have a name space is there a way to perhaps clean up and reinstall the packages? thanks, kenny On Thu, Oct 1, 2009 at 3:54 PM, Paul Hiemstra p.hiems...@geo.uu.nl wrote: Kenny Shen wrote: Hi all, I'm new to R and have been working hard to get familiarized

Re: [R] Missing functions

2009-10-01 Thread Kenny Shen
? To clean up, try remove.packages ( http://stat.ethz.ch/R-manual/R-patched/library/utils/html/remove.packages.html ) On Thu, Oct 1, 2009 at 10:43 AM, Kenny Shen little...@gmail.com wrote: hi joris, i installed them using install.packages('psych') from within R i tried loading

Re: [R] Missing functions

2009-10-01 Thread Kenny Shen
Hi joris, following your link to the uninstall, then reinstall packages did the trick. thanks! kenny On Thu, Oct 1, 2009 at 4:55 PM, Kenny Shen little...@gmail.com wrote: hi joris, I'm using: R version 2.8.1 (2008-12-22) I'll give the remove a try and then do another install. hope

Re: [R] Missing functions

2009-10-01 Thread Kenny Shen
Yes Paul, that resolved the issue for me. Thanks again! On Thu, Oct 1, 2009 at 5:19 PM, Paul Hiemstra p.hiems...@geo.uu.nl wrote: Hi, Look at remove.packages(). Paul Kenny Shen wrote: hi paul, i tried loading the package psych again and: library(psych) Warning messages: 1

[R] Missing functions

2009-09-30 Thread Kenny Shen
Hi all, I'm new to R and have been working hard to get familiarized with it. A problem I'm facing now is that having installed some packages (psych, doBy), I can't seem to access the functions even through there was no error messages when I load them using library(). I get an error telling me the