Re: [R] Missing functions

2009-10-01 Thread Paul Hiemstra
Kenny Shen wrote: 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

Re: [R] Missing functions

2009-10-01 Thread Kenny Shen
hi paul, i tried loading the package psych again and: library(psych) Warning messages: 1: Display list redraw incomplete 2: Display list redraw incomplete 3: Display list redraw incomplete typing library(psych) after that just brings me to an empty then with psych:::function, Error: package

Re: [R] Missing functions

2009-10-01 Thread joris meys
Hi Kenny, what version of R are you using? 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

Re: [R] Missing functions

2009-10-01 Thread Kenny Shen
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 that'll resolve the issue. thanks for your advice! kenny On Thu, Oct 1, 2009 at 4:51 PM, joris meys jorism...@gmail.com wrote: Hi Kenny, what version of R are you using? To

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 Paul Hiemstra
Hi, Look at remove.packages(). Paul Kenny Shen wrote: hi paul, i tried loading the package psych again and: library(psych) Warning messages: 1: Display list redraw incomplete 2: Display list redraw incomplete 3: Display list redraw incomplete typing library(psych) after that just brings

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