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 error telling me the
function doesn't exist. But when I ran e.g. library(help = psych), the
function I want was missing.

I did find that when I load other packages, there will be some
initialisation messages, but loading psych and doBy just brings up the
prompt again with no output.

Any help is greatly appreciated.

Thanks,
Kenny

  

Hi,

Try psych:::theFunctionIWant, does this find the function?

cheers,
Paul

--
Drs. Paul Hiemstra
Department of Physical Geography
Faculty of Geosciences
University of Utrecht
Heidelberglaan 2
P.O. Box 80.115
3508 TC Utrecht
Phone:  +3130 274 3113 Mon-Tue
Phone:  +3130 253 5773 Wed-Fri
http://intamap.geo.uu.nl/~paul

__
R-help@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.


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 '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 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
 function doesn't exist. But when I ran e.g. library(help = psych), the
 function I want was missing.

 I did find that when I load other packages, there will be some
 initialisation messages, but loading psych and doBy just brings up the
 prompt again with no output.

 Any help is greatly appreciated.

 Thanks,
 Kenny



 Hi,

 Try psych:::theFunctionIWant, does this find the function?

 cheers,
 Paul

 --
 Drs. Paul Hiemstra
 Department of Physical Geography
 Faculty of Geosciences
 University of Utrecht
 Heidelberglaan 2
 P.O. Box 80.115
 3508 TC Utrecht
 Phone:  +3130 274 3113 Mon-Tue
 Phone:  +3130 253 5773 Wed-Fri
 http://intamap.geo.uu.nl/~paul http://intamap.geo.uu.nl/%7Epaul




-- 
-
A mental model is good. I change mine all the time.

[[alternative HTML version deleted]]

__
R-help@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.


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 within R

 i tried loading and this is what i got:

 library(psych)
 Warning messages:
 1: Display list redraw incomplete
 2: Display list redraw incomplete
 3: Display list redraw incomplete

 and also:

 psych:::describe(lvs_m1)
 Error: package 'psych' does not have a name space

 is there a way to clean up and reinstall the packages?

 thanks,
 Kenny

 On Thu, Oct 1, 2009 at 4:02 PM, joris meys jorism...@gmail.com wrote:

 Hi,

 It installed perfectly for me, both packages. the command library
 (help = psych) works too. What did you do exactly to install it? If
 you look in the list of loaded packages in the console, are they shown
 there?

 kind regards
 Joris

 On Thu, Oct 1, 2009 at 7:44 AM, Kenny Shen little...@gmail.com 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 error telling me the
  function doesn't exist. But when I ran e.g. library(help = psych), the
  function I want was missing.
 
  I did find that when I load other packages, there will be some
  initialisation messages, but loading psych and doBy just brings up the
  prompt again with no output.
 
  Any help is greatly appreciated.
 
  Thanks,
  Kenny
 
  --
  -
  A mental model is good. I change mine all the time.
 
         [[alternative HTML version deleted]]
 
  __
  R-help@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.
 



 --
 -
 A mental model is good. I change mine all the time.


__
R-help@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.


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 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 and this is what i got:
 
  library(psych)
  Warning messages:
  1: Display list redraw incomplete
  2: Display list redraw incomplete
  3: Display list redraw incomplete
 
  and also:
 
  psych:::describe(lvs_m1)
  Error: package 'psych' does not have a name space
 
  is there a way to clean up and reinstall the packages?
 
  thanks,
  Kenny
 
  On Thu, Oct 1, 2009 at 4:02 PM, joris meys jorism...@gmail.com wrote:
 
  Hi,
 
  It installed perfectly for me, both packages. the command library
  (help = psych) works too. What did you do exactly to install it? If
  you look in the list of loaded packages in the console, are they shown
  there?
 
  kind regards
  Joris
 
  On Thu, Oct 1, 2009 at 7:44 AM, Kenny Shen little...@gmail.com 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 error telling me
 the
   function doesn't exist. But when I ran e.g. library(help = psych), the
   function I want was missing.
  
   I did find that when I load other packages, there will be some
   initialisation messages, but loading psych and doBy just brings up the
   prompt again with no output.
  
   Any help is greatly appreciated.
  
   Thanks,
   Kenny
  
   --
   -
   A mental model is good. I change mine all the time.
  
  [[alternative HTML version deleted]]
  
   __
   R-help@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.
  
 
 
 
  --
  -
  A mental model is good. I change mine all the time.
 




-- 
-
A mental model is good. I change mine all the time.

[[alternative HTML version deleted]]

__
R-help@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.


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 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 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 and this is what i got:
 
  library(psych)
  Warning messages:
  1: Display list redraw incomplete
  2: Display list redraw incomplete
  3: Display list redraw incomplete
 
  and also:
 
  psych:::describe(lvs_m1)
  Error: package 'psych' does not have a name space
 
  is there a way to clean up and reinstall the packages?
 
  thanks,
  Kenny
 
  On Thu, Oct 1, 2009 at 4:02 PM, joris meys jorism...@gmail.com wrote:
 
  Hi,
 
  It installed perfectly for me, both packages. the command library
  (help = psych) works too. What did you do exactly to install it? If
  you look in the list of loaded packages in the console, are they shown
  there?
 
  kind regards
  Joris
 
  On Thu, Oct 1, 2009 at 7:44 AM, Kenny Shen little...@gmail.com
 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 error telling me
 the
   function doesn't exist. But when I ran e.g. library(help = psych),
 the
   function I want was missing.
  
   I did find that when I load other packages, there will be some
   initialisation messages, but loading psych and doBy just brings up
 the
   prompt again with no output.
  
   Any help is greatly appreciated.
  
   Thanks,
   Kenny
  
   --
   -
   A mental model is good. I change mine all the time.
  
  [[alternative HTML version deleted]]
  
   __
   R-help@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.
  
 
 
 
  --
  -
  A mental model is good. I change mine all the time.
 




 --
 -
 A mental model is good. I change mine all the time.




-- 
-
A mental model is good. I change mine all the time.

[[alternative HTML version deleted]]

__
R-help@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.


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 me to an empty 

then with psych:::function,

Error: package '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 
mailto:p.hiems...@geo.uu.nl wrote:


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 error
telling me the
function doesn't exist. But when I ran e.g. library(help =
psych), the
function I want was missing.

I did find that when I load other packages, there will be some
initialisation messages, but loading psych and doBy just
brings up the
prompt again with no output.

Any help is greatly appreciated.

Thanks,
Kenny

 


Hi,

Try psych:::theFunctionIWant, does this find the function?

cheers,
Paul

-- 
Drs. Paul Hiemstra

Department of Physical Geography
Faculty of Geosciences
University of Utrecht
Heidelberglaan 2
P.O. Box 80.115
3508 TC Utrecht
Phone:  +3130 274 3113 Mon-Tue
Phone:  +3130 253 5773 Wed-Fri
http://intamap.geo.uu.nl/~paul http://intamap.geo.uu.nl/%7Epaul




--
-
A mental model is good. I change mine all the time.



--
Drs. Paul Hiemstra
Department of Physical Geography
Faculty of Geosciences
University of Utrecht
Heidelberglaan 2
P.O. Box 80.115
3508 TC Utrecht
Phone:  +3130 274 3113 Mon-Tue
Phone:  +3130 253 5773 Wed-Fri
http://intamap.geo.uu.nl/~paul

__
R-help@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.


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: 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 '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.nlmailto:
 p.hiems...@geo.uu.nl wrote:

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 error
telling me the
function doesn't exist. But when I ran e.g. library(help =
psych), the
function I want was missing.

I did find that when I load other packages, there will be some
initialisation messages, but loading psych and doBy just
brings up the
prompt again with no output.

Any help is greatly appreciated.

Thanks,
Kenny


Hi,

Try psych:::theFunctionIWant, does this find the function?

cheers,
Paul

--Drs. Paul Hiemstra
Department of Physical Geography
Faculty of Geosciences
University of Utrecht
Heidelberglaan 2
P.O. Box 80.115
3508 TC Utrecht
Phone:  +3130 274 3113 Mon-Tue
Phone:  +3130 253 5773 Wed-Fri
http://intamap.geo.uu.nl/~paul http://intamap.geo.uu.nl/%7Epaul 
 http://intamap.geo.uu.nl/%7Epaul




 --
 -
 A mental model is good. I change mine all the time.



 --
 Drs. Paul Hiemstra
 Department of Physical Geography
 Faculty of Geosciences
 University of Utrecht
 Heidelberglaan 2
 P.O. Box 80.115
 3508 TC Utrecht
 Phone:  +3130 274 3113 Mon-Tue
 Phone:  +3130 253 5773 Wed-Fri
 http://intamap.geo.uu.nl/~paul http://intamap.geo.uu.nl/%7Epaul




-- 
-
A mental model is good. I change mine all the time.

[[alternative HTML version deleted]]

__
R-help@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.


[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
function doesn't exist. But when I ran e.g. library(help = psych), the
function I want was missing.

I did find that when I load other packages, there will be some
initialisation messages, but loading psych and doBy just brings up the
prompt again with no output.

Any help is greatly appreciated.

Thanks,
Kenny

-- 
-
A mental model is good. I change mine all the time.

[[alternative HTML version deleted]]

__
R-help@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.