[BioC] widgetTools

Zhao, Po PZhao at cnmcresearch.org
Fri Mar 7 14:38:17 MET 2003


I am using Windows NT, R 1.6.2.

I tried again, got the following errors:

Loading required package: tkWidgets 
Loading required package: widgetTools 
Error in firstlib(which.lib.loc, package) : 
        couldn't find function "addVig2Menu"
Error in eval(expr, envir, enclos) : Package widgetTools unavailable

What should I do? Thanks.

Po

-----Original Message-----
From: Vincent Carey 525-2265 [mailto:stvjc at channing.harvard.edu]
Sent: Friday, March 07, 2003 12:35 PM
To: Zhao, Po
Cc: bioconductor at stat.math.ethz.ch
Subject: Re: [BioC] widgetTools



> In R, I loaded affy library, and then I typed in

what platform (version of R and OS type)?

>
> > Data <- ReadAffy(widget=TRUE)
>
> I got the following:
>
> Loading required package: tkWidgets
> Loading required package: widgetTools
>
> Attaching package `tcltk':
>
>
>         The following object(s) are masked from package:Tcltk :
>
>          $.tclvar $<-.tclvar addTclPath as.character.tclObj
> as.character.tclVar as.double.tclObj as.integer.tclObj as.tclObj is.tclObj

this sort of thing can happen if the functions in the
package got saved into your global environment, or got
attached by some method other than a call to library.
you may have done this accidentally.  start R
in a fresh directory (if on unix) and/or remove the
offending objects listed in the masking message
from your workspace and try again.



More information about the Bioconductor mailing list