Problem solved.  I lazily forgot to clean up my workspace with rm(list=ls()).  
A good reminder to do so after each exit.  Sorry for the wasted server space.
 

From: tyler_rin...@hotmail.com
To: r-help@r-project.org
Date: Tue, 28 Jun 2011 22:58:47 -0400
Subject: Re: [R] library(doBy) will not load

 
This is the error I get when I try to load snow.
 
> library(snow)
Error in as.character(t) : 't' is missing
Error in library(snow) : .First.lib failed for ‘snow’
 
 
From: tyler_rin...@hotmail.com
To: r-help@r-project.org
Date: Tue, 28 Jun 2011 22:47:06 -0400
Subject: [R] library(doBy) will not load
 
 
Greetings R Community,
 
One of my favorite packages won't load and I'm not sure why.  It loaded earlier 
today. The problem appears with the snow package, which doBy requires.  I tried 
reinstalling both packages again ,shutting [R] down, reinstalling [R] in the 
workspace (shortcut). Here's the weird thing.  The same exact library loads in 
another workspace using the same version of [R] with no problem.
 
OS:  Windows 7 
R version 2.14 (in development)
 
> library(doBy)
Loading required package: survival
Loading required package: splines
Loading required package: R2HTML
Loading required package: multcomp
Loading required package: mvtnorm
Loading required package: lme4
Loading required package: Matrix
Loading required package: lattice
Attaching package: ‘Matrix’
The following object(s) are masked from ‘package:base’:
    det
 
Attaching package: ‘lme4’
The following object(s) are masked from ‘package:stats’:
    AIC, BIC
Loading required package: snow
Error in as.character(t) : 't' is missing
Error: package ‘snow’ could not be loaded
> recodeVar
Error: object 'recodeVar' not found
 
Thank you in advance,
Tyler
                                          
        [[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.                                     
        [[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.                                     
        [[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.

Reply via email to