Displaying 5 results from an estimated 5 matches for "addvigs2winmenu".
2004 May 14
2
rma and gcrma do not work in R 1.9.0
...df_1.4.3
tkWidgets_1.5.1
widgetTools_1.2.7
1. The rma function (in affy library) always crashes.
2. When executing the sample code in gcrma function's document, the
following error occures:
Loading required package: matchprobes
Error in f(libname, pkgname) : couldn't find function
"addVigs2WinMenu"
Does any one known any quick fix or workaround?
James
[[alternative HTML version deleted]]
2012 Oct 22
4
¿Problemas al cargar slqdf sobre Windows....?
...stoy intentando cargar la librería "sqldf" y obtengo este error:
> library(sqldf)
Loading required package: gsubfn
Error : .onLoad failed in loadNamespace() for ''gsubfn'', details:
call: get(name, envir = asNamespace(pkg), inherits = FALSE)
error: objeto ''addVigs2WinMenu'' no encontrado
Error: package ‘gsubfn’ could not be loaded
La versión que tengo de sqldf es esta:
Package: sqldf
Version: 0.4-6.4
Date: 2012-03-20
Y la de gsubfn:
Package: gsubfn
Version: 0.6-4
Date: 2012-08-01
Sobre Windows:
> version
_
platform i386-pc-mingw32...
2010 Jun 09
1
Problem with library(SSPA)
...' successfully unpacked and MD5 sums checked
> library(SSPA)
Loading required package: qvalue
Loading
required package: tcltk
Loading Tcl/Tk interface ... done
Error : .onAttach failed in attachNamespace() for 'SSPA', details:
call: fun(...)
error: could not find function "addVigs2WinMenu"
Error: package/namespace load failed for 'SSPA'
> sessionInfo()
R version 2.11.0 (2010-04-22)
i386-pc-mingw32
locale:
[1] LC_COLLATE=English_United Kingdom.1252 LC_CTYPE=English_United Kingdom.1252 LC_MONETARY=English_United Kingdom.1252
[4] LC_NUMERIC=C ...
2007 May 14
3
RFC: allow packages to advertise vignettes on Windows
...with one of the R GUIs (currently
only Windows is supported, but I imagine the OS X GUI could also
implement this).
Below is the implementation we have been using. Is there an R-core
member I can interest in pushing this along? I'm willing to submit a
patch with documentation, etc.
+ seth
addVigs2WinMenu <- function(pkgName) {
if ((.Platform$OS.type == "windows") && (.Platform$GUI == "Rgui")
&& interactive()) {
vigFile <- system.file("Meta", "vignette.rds", package=pkgName)
if (!file.exists(vigFile)) {...
2006 Aug 11
1
[BioC] problem loading affycoretools (more details)
...ackage:graph :
>
> label
>
>Loading required package: multtest
>Loading required package: Category
>Loading required package: KEGG
>Loading required package: hgu95av2
>Warning message:
>affycoretools contains no vignette, nothing is added to the menu bar in:
>addVigs2WinMenu("affycoretools")
>
> > sessionInfo()
>Version 2.3.1 (2006-06-01)
>i386-pc-mingw32
>
>attached base packages:
>[1] "splines" "tools" "methods" "stats" "graphics" "grDevices"
>[7] "util...