[R] problem with setRepositories

2010-10-25 Thread Carson, John
When I call 

setRepositories()

I get an error 

Error in aa[aa == ] - repos[new][aa == ] : 
  NAs are not allowed in subscripted assignments

Does anyone know how to fix this?

Thanks,
John
Internet Email Confidentiality Footer
Privileged/Confidential Information may be contained in this
message. If you are not the addressee indicated in this message (or
responsible for delivery of the message to such person), you may
not copy or deliver this message to anyone. In such case, you
should destroy this message and notify the sender by reply email.
Please advise immediately if you or your employer do not consent to
Internet email for messages of this kind. Opinions, conclusions and
other information in this message that do not relate to the
official business of The Shaw Group Inc. or its subsidiaries shall
be understood as neither given nor endorsed by it.
__ The Shaw Group Inc.
http://www.shawgrp.com

__
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] problem with setRepositories

2010-10-25 Thread Duncan Murdoch

On 25/10/2010 3:09 PM, Carson, John wrote:

When I call

setRepositories()

I get an error

Error in aa[aa == ]- repos[new][aa == ] :
  NAs are not allowed in subscripted assignments

Does anyone know how to fix this?


What version of R are you using?

What does getOption(repos) give?

Duncan Murdoch

__
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] problem with setRepositories

2010-10-25 Thread Carson, John
Thanks Duncan! 

R version 2.11.1 (2010-05-31) for Windows 32 bit.

getOption(repos) 
  CRAN 
 http://lib.stat.cmu.edu/R/CRAN/; 
 CRANextra 
  http://www.stats.ox.ac.uk/pub/RWin; 
  Omegahat 
   http://www.omegahat.org/R; 
  BioCsoft 
   http://www.bioconductor.org/packages/2.6/bioc; 
   BioCann 
http://www.bioconductor.org/packages/2.6/data/annotation; 
   BioCexp 
http://www.bioconductor.org/packages/2.6/data/experiment; 
 BioCextra 
  http://www.bioconductor.org/packages/2.6/extra; 
   R-Forge 
http://R-Forge.R-project.org;




John H. Carson Jr., PhD
Senior Statistician
Applied Sciences  Engineering 
Shaw Environmental  Infrastructure
16406 US Rte 224 East
Findlay, OH 45840
Phone 419-425-6156
Fax 419-425-6085
john.car...@shawgrp.com
 

Internet Email Confidentiality Footer
Privileged/Confidential Information may be contained in this
message. If you are not the addressee indicated in this message (or
responsible for delivery of the message to such person), you may
not copy or deliver this message to anyone. In such case, you
should destroy this message and notify the sender by reply email.
Please advise immediately if you or your employer do not consent to
Internet email for messages of this kind. Opinions, conclusions and
other information in this message that do not relate to the
official business of The Shaw Group Inc. or its subsidiaries shall
be understood as neither given nor endorsed by it.
__ The Shaw Group Inc.
http://www.shawgrp.com

__
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.