Displaying 20 results from an estimated 300 matches similar to: "'tcltk' freezes related to event-loops (PR#14188)"
2009 Dec 21
2
checking Rd cross-references ... WARNING
Dear all
I am getting this strange error when checking my package. Would you
have an idea what causes it?
Thank you
Liviu
* checking Rd cross-references ... WARNING
Error in .find.package(package, lib.loc) :
there is no package called 'KernSmooth'
Calls: <Anonymous> -> lapply -> FUN -> .find.package
Execution halted
> sessionInfo ()
R version 2.10.0 (2009-10-26)
2010 Feb 04
1
plm issues: error for "within" or "random", but not for "pooling"
Dear all
I am working on unbalanced panel data and I can readily fit a
"pooling" model using plm(), but not a "within" or "random" model.
Reproducing the examples in vignette("plm") and in the AER package I
encountered no such issues.
##unfortunately I cannot disclose the data, and it is too big anyway
> dim(ibes.kld.exp.p[x.subs , ])
[1] 13189 34
2010 Mar 22
4
Playwith on Mint
Hello,
I am having trouble installing the package playwith on the latest Mint
"helena",
running R version 2.10.1 (2009-12-14).
I suspect it has to do with the GTK library but as far as I can tell there
is nothing wrong with it.
Any help extremely appreciated.
I include the output:
> install.packages("playwith")
Warning in install.packages("playwith") :
2009 Dec 07
1
options(width=100) ignored on start-up: bug or feature?
Dear developers
I've tried this a couple of days ago on r-help, unfortunately with no
feedback. Could you please take a look and confirm whether it's a bug,
feature, or bad eye-sight when reading Help:
Is it normal that R ignores options("width"=100) at start-up? Although
liviu at debian-liv:~$ cat /usr/lib/R/etc/Rprofile.site | grep width
options(width = 100)
, R will
2010 Feb 25
2
error using pvcm() on unbalanced panel data
Dear all
I am trying to fit Variable Coefficients Models on Unbalanced Panel
Data. I managed to fit such models on balanced panel data (the example
from the "plm" vignette), but I failed to do so on my real, unbalanced
panel data.
I can reproduce the error on a modified example from the vignette:
> require(plm)
> data("Hedonic")
> Hed <- pvcm(mv ~ crim + zn + indus
2009 Dec 13
1
debug an error that incapacitates R?
Dear all
How should I attempt debugging this error?
> sosInit()
Error: invalid connection
When this happens R refuses to run anything:
> 2+2
Error: invalid connection
> sessionInfo ()
Error in stdout() : invalid connection
Debugging it seems impossible.
> options(error=recover)
> sosInit()
Error: invalid connection
Error during wrapup: invalid connection
The error also
2008 Jul 15
3
playwith package crashes on Mac
Dear R-helpers,
I tried the playwith packages for the first time, and it crashed R:
> require(playwith)
Loading required package: playwith
Loading required package: lattice
Loading required package: grid
Loading required package: gWidgets
Loading required package: gWidgetsRGtk2
Loading required package: RGtk2
Loading required package: cairoDevice
> sessionInfo()
R version 2.7.1
2010 Jan 16
0
'tcltk' crashes related to event-loops (PR#14187)
--0016e6d464cff5d753047d482362
Content-Type: text/plain; charset=UTF-8
I am experiencing some regular crashes on Debian Linux, 32- and
64-bit, involving 'tcltk' and 'cairoDevice' or 'RGtk2'. They make it
very difficult to use tcltk interfaces (Rcmdr) and GTK+ ones (rattle,
playwith, etc.) in the same R session.
NOTE: Before you continue, please read NOTE2 located towards
2009 Nov 19
0
strange crashes caused by 'cairoDevice' and 'tcltk' dialogues
Dear developers
I get some strange crashes when 'cairoDevice' and 'tcltk' are both
loaded in the same R vanilla session.
When executing the following in that order
require(relimp)
require(cairoDevice)
showData (iris)
I get a crash with the following message (see R-relimp-cairoDevice.txt):
The program 'R' received an X Window System error.
This probably reflects a bug in
2011 Mar 01
2
can't open Cairo device
Dear list,
in R under wheezy the following error occurs:
> library(cairoDevice)
> Cairo()
Error in Cairo() : Graphics API version mismatch
It seems to be Debian-specific, as I tried the same under OpenSUSE 11.3
and it worked.
I tried installing cairoDevice via `apt-get install r-cran-cairodevice'
and with `install.packages("cairoDevice")' in R (without any
2012 May 16
1
TukeyHSD plot error
Hi, I am seeking help with an error when running the example from R
Documentation for TukeyHSD. The error occurs with any example I run, from
any text book or website. thank you...
> plot(TukeyHSD(fm1, "tension")).
Error in plot(confint(as.glht(x)), ylim = c(0.5, n.contrasts + 0.5), ...) :
error in evaluating the argument 'x' in selecting a method for function
2010 Jan 18
0
ggobi and plug-ins issues
Dear all
I have issues with loading ggobi plug-ins in my Debian testing. In a R
--vanilla session I get a lot of error messages about being unable to
load the plug-ins (see at the end).
I understand that this issue has been previously addressed [1][2], and
the solution implemented in Debian:
liviu at debian-liv:~$ locate /usr/lib/ggobi/plugins
/usr/lib/ggobi/plugins
2007 Nov 19
1
Re: [xiph-commits] r14188 - trunk/vorbis-tools/vorbiscomment
I don't agree with the s/Ogg Vorbis/Vorbis/. vorbiscomment does edit Ogg
Vorbis files, not Vorbis streams in any other encapsulation.
-r
On Mon, Nov 19, 2007 at 07:01:43AM -0800, ivo@svn.xiph.org wrote:
> Author: ivo
> Date: 2007-11-19 07:01:43 -0800 (Mon, 19 Nov 2007)
> New Revision: 14188
>
> Modified:
> trunk/vorbis-tools/vorbiscomment/vorbiscomment.1
> Log:
2012 Jan 19
1
question re. package playwith not able to run command getting error message that I'm attempting to use non function
Hello, I managed to install playwith package and all its prerequisites. My
R version is R 2.14:
R version 2.14.1 (2011-12-22)
Copyright (C) 2011 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: i486-pc-linux-gnu (32-bit)
All my packages were updated, and recently installed. When I attempt
to use the command playwith I get the following error message:
>
2009 Aug 10
1
building a package
Dear R People:
I'm trying to build a package and am stuck on the last part; I keep
getting "there is no library".
Here are my statements:
erin at erin-laptop:~/Desktop/R-2.9.1/bin$ R CMD check RcmdrPlugin.qual
* checking for working pdflatex ... OK
* using log directory '/home/erin/Desktop/R-2.9.1/bin/RcmdrPlugin.qual.Rcheck'
* using R version 2.8.1 (2008-12-22)
* using
2009 Oct 02
1
trouble with html() in Hmisc
Dear all
On my system html() conversion of a `latex()' object fails. Follows a
dummy example:
> require(Hmisc)
> data(Angell)
> .object <- cor(Angell[,1:2], use="complete.obs")
> tmp <- latex(.object, cdec=c(2,2), title="")
> class(tmp)
[1] "latex"
> html(tmp)
/tmp/RtmprfPwzw/file7e72f7a7.tex:9: Warning: Command not found: \tabularnewline
2010 Mar 18
1
Rcmdr plugins produce error
I recently updated all my plugins, and for the fun of it, I added ALL the Rcmdr Plugins to my collection to see what functionality might exist. I started Rcmdr and loaded ALL the available Plugins from to the Rcdmdr Tools menu.
To my suprise Rcmdr produced a number of warnings and finally an error. The error suggests that some of the extensions are incompatable with each other because of menu
2008 Nov 18
0
latticist and playwith
A new package, *latticist*, is available now from CRAN.
Latticist is a graphical user interface for exploratory visualisation.
It is primarily an interface to the Lattice graphics system, but also
produces displays from the vcd package for categorical data.
Given a multivariate dataset (either a data frame or a table),
Latticist attempts to produce useful displays based on the properties
of the
2008 Nov 18
0
latticist and playwith
A new package, *latticist*, is available now from CRAN.
Latticist is a graphical user interface for exploratory visualisation.
It is primarily an interface to the Lattice graphics system, but also
produces displays from the vcd package for categorical data.
Given a multivariate dataset (either a data frame or a table),
Latticist attempts to produce useful displays based on the properties
of the
2017 Aug 17
0
really dumb question with building/creating a new package.
r-package-devel is probably a better place to post this, especially if
you do not get a satisfactory reply here. This list is about R
programming, as you presumably know; your query is not.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic