Displaying 13 results from an estimated 13 matches for "tom_woody".
2004 Sep 17
1
loading error of the Rcmdr library on Debian Sid [SOLVED]
Hello,
hopefully someone will remember my previous problem to load the Rcmdr
library from within GNU R resulting in an error message:
"libnvidia-tls.so.1: cannot handle TLS data".
Some suggestions have been raised by Christian Schulz and others that
unfortunately didn't work around this error.
Nevertheless I felt very grateful for your suggestions!
This morning I investigated
2004 Oct 25
2
Intro to R: lecture presentation
Hi All:
A couple of weeks back, I asked a question on the list that I was invited to provide an introductory lecture on R to a group of academicians in Kolkata. I thank all of you who had generously guided me in providing me web links and words to the wise.
Time to give back. I did the presentation on introduction to R and uploaded the presentation files at the following site:
2004 Sep 19
3
WARNING: terminal is not fully functional
Hello,
first trials to run R from inside of Emacs repeatedly gives me:
----------------------------------------------------------------
> ?sink
WARNING: terminal is not fully functional
- (press RETURN)
-----------------------------------------------------------------
Seems like this is going to happen to all help calls using a questionmark!
Any idea how to change this, maybe this
2004 Sep 15
4
loading error of the Rcmdr library on Debian Sid
Hello,
I just tried to get Rcmdr package working, resulting in:
----------------------------------------------------------------------
> library(Rcmdr)
Loading required package: tcltk
Loading required package: lattice
Loading required package: foreign
Loading required package: abind
Loading required package: lmtest
Loading required package: multcomp
Loading required package: relimp
Loading
2004 Sep 17
1
library functions looks up wrong directory
Hello,
I just encountered this error from within R:
--------------------------------------------------------------
> library()
Warning message:
library '/usr/local/lib/R/site-library' contains no package in: library()
---------------------------------------------------------------
which is basically correct since all the looked up packages are in
/usr/lib/R/site-library, not in
2004 Sep 24
0
fix and edit don't work the expected way
Hello,
I am tinkering a bit with options(), namely, how to query and set them
up to suit my needs.
1)
The basic problem seems that the editor entry in options looks like this:
> options()
---------------------------------------------------------
$editor
[1] "emacsclient"
---------------------------------------------------------
After setting this option to /usr/bin/emacs by
2004 Sep 24
2
debugging functions within Emacs/ESS/R
Hi,
I currently following some introductory material "Data mining with R",
which was highly reccommended to me (its really great!).
During my studies I tried to run a given function to identify and
substitute unknown values.
Seemingly, running this function (page 57) did not work and gives me an
error message.
It would be very easy just to copy and paste this function to ask for
2004 Sep 26
2
how to set options (variables) permanently
Hi,
after starting Emacs/ESS/R environment I tried to launch "edit" or
"fix". This normally should fire up the $editor, isn't it.
Instead of this I regularily I run into an error that there something
wrong with $editor.
-----------------------------------------------
> op <- options(); str(op)
Amongst many entries you'll find this:
$ editor
2004 Sep 27
1
mtrace and debug
Hello,
pointed to the article "Debugging Without (Too Many) Tears" of Mark
Bravington in Rnews Vol 3/3, December 2003 there is a package mvbutils
mentioned.
So I started to install this package from within R
> install.package(mvbutils)
I receive an error essage that this package is not found! Is due to a
merge,removal or rename of this package?
When I try to follow this
2004 Nov 07
2
Using GNU R on a two box "cluster"
Hello,
right now I'm thinking about running R 2.0.0 on box A (Debian SID) but
at the same time having access to the ressources of box B (Ubuntu
Linux) regarding disk capacity, RAM, idle CPU cycles . Is there anyone
of you that has already installed and administred such a tiny (home
based) cluster?
Well, the term cluster seems quite a bit of an exaggeration related to
what I am looking
2004 Nov 05
1
Error message from vignette strucchange-intro example
Hello,
I am just studying the following example from vignette:
strucchange-intro,
contineousely ending up in an error.
This is the given code:
1. library(strucchange)
2. data(USIncExp)
3. if (!"package:stats" %in% search()) library(ts)
4. USIncExp2 <- window(USIncExp, start = c(1985, 12))
A.Modelling:
coint.res <- residuals(lm(expenditure ~ income, data = USIncExp2))
2004 Sep 14
3
Howto enlarge fonts size in R- Graphics?
Hi,
I am fairly new to GNU R !
At the moment I am doing an intensive learning on the basics of GNU
R-1.91, especially graphics like plots and alike, by reading the
introductory docs!
Well, except some occasional glitches (X11 output errors) everything
seems to be fine, thanks to developers for this fine program!
But there is a slight problem with the size of fonts in graphics, i.e.
its very
2004 Oct 13
1
Cleaning up R-2.0.0 installation on GNU/Linux ?
Hello,
first, big thank you to the developers of R, the release of recent
version is very nice.!
Well, it seems that I've messed up my current installation by using two
update mechanism at the same time on my Debian Sid box.
That is :
1)Debian Way per apt-get freshing up my R installation
2) irregularily "update packages()" from within R.
I guess this obviousely resulted in