Displaying 20 results from an estimated 3000 matches similar to: "Re: [R] Nothing can be pasted..."
2000 Sep 28
1
Nothing can be pasted...
> X-Authentication-Warning: pc16.stat.umu.se: gb owned process doing -bs
> Date: Thu, 28 Sep 2000 14:28:31 +0200 (CEST)
> From: gb <gb at stat.umu.se>
> To: r-help at stat.math.ethz.ch
> Subject: [R] Nothing can be pasted...
> X-MIME-Autoconverted: from 8bit to quoted-printable by pc16.stat.umu.se id
e8SCSVp01926
> X-MIME-Autoconverted: from quoted-printable to 8bit by
2000 Nov 01
1
Re: desiderata for data manipulation
> From: rossini@blindglobe.net (A.J. Rossini)
> Date: 01 Nov 2000 07:47:21 -0800
[...]
> Thanks for the pointer to stack/unstack -- now, having been reminded,
> I think I'd seen these float through on the list (still doesn't solve
> the missing modeling routines (parametric GLMMs, some of the
> econometrics stuff -- does R _easily_ do 3SLS?), but they'll appear
>
2000 Dec 07
1
Compiling R for MacOS X / shared libraries
Hi,
I just try to compile R (1.1.1) for MacOS X (using the --without-X option as X stuff won't work here)
It seems that there are some problems with 'shared libraries'.
'./configure' printed:
checking how to deal with shared libraries... /usr/X11R6/bin/xmkmf: command not found: imake [56]
'make' ran into trouble with this:
cc -I. -I../../src/include
2007 Feb 28
2
VFS module and C++
Hi
I need to write a simple VFS module and I have to use C++ instead of C.
I took sample files, compiled it and everything does work. However, when
I compile it as C++, during the runtime I can see errors in the log:
Can't find a vfs module.
I am not experienced C or C++ programmer in linux environment, probably
I do some silly mistake, but I am really stucked now. I am using Samba
version
2010 Aug 05
2
[LLVMdev] [PATCH] Capability of Win32.DLL with ENABLE_SHARED
Good summer, all!
This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain.
I have checked this on Cygwin-1.5, Cygwin-1.7, mingw(msysgit) and
mingw-cross-fedora12.
I can separate this patch into some parts; cleanups, adding
definitions and adding rules.
Any feedbacks are welcome.
Have fun!
...Takumi
* Pros
- reduction of linking time of toolchain.
- capability of -load
2000 Dec 21
1
RH7.0 compilation
Hi everyone,
Like most people with RH7.0 Linux, I had problems with their "experimental"
gcc-2.96 compiler. To circumvent the problem, I installed stock gcc-2.95.2
in the /usr/local tree, so it will be picked up first as /usr/local/bin if
before /usr/bin on my PATH. With this setup I was able to compile R-1.2.0
straight out of the box (as well as compile Linux kernels). One problem I
2000 Dec 21
1
RH7.0 compilation
Hi everyone,
Like most people with RH7.0 Linux, I had problems with their "experimental"
gcc-2.96 compiler. To circumvent the problem, I installed stock gcc-2.95.2
in the /usr/local tree, so it will be picked up first as /usr/local/bin if
before /usr/bin on my PATH. With this setup I was able to compile R-1.2.0
straight out of the box (as well as compile Linux kernels). One problem I
2002 Jan 22
3
Help with Beta Distribution
First let me confess that I am a R-novice.
I am trying to fit a beta distribution for a dataset using fitdistr(MASS). I
am having difficulties with it because the function tends to fit a
distribution with a range of 0 to 1 (I guess). However, my dataset is not!
Anytips or tricks will be very much appreciated.
Many Thanks.
T. S. Ramanarayanan, Ph.D.
Aventis CropScience
Research Triangle Park,
2005 Jan 07
4
Any plans for commenting out region via something like " /* */ "?
Greetings from Switzerland!
Are there any plans/initiatives/considerations in future versions of R
for commenting out regions via something like " /* */ "?
(I've got an application for which something like that would be
useful; if not, there are less simple solutions).
best,
-tony
"Commit early,commit often, and commit in a repository from which we can easily
roll-back
2000 Nov 02
2
RSPerl...
Duncan -
(but sent to R-devel, for any other thoughts?)
How do you envision RSPerl being used? Without having seen the
details, I can think of playing with strings; is there a preferred
incantation for stringification of R objects (serialization)?
(actually, the main problem I'm having is that I know how I want to code
something like:
Robject <-
2000 Oct 17
3
"wizard" for building R-packages...
Suppose one wanted to build an R wizard for packaging...
One would need to specify and create:
package-name/
package-name/Description
package-name/INDEX
package-name/R/
package-name/man/
package-name/src/
>From this, we'd "probably" like to:
- script-up the Description
- provide a script for regenerating INDEX by calling out to the
2001 Jan 20
11
RPM of R-1.2.1 for RH 7?
There does not seem to be a RPM for Red Hat 7 of version 1.2.1.
What should I do? I have a new computer with RH7.
I''m willing to try to make one from the SRPM, but I''ve never done
that before, and I don''t want to go to the trouble if someone
else is already planning to do it soon.
Likewise, I could install it from the tgz file. (I just did that
on a Solaris server,
2001 Jan 20
11
RPM of R-1.2.1 for RH 7?
There does not seem to be a RPM for Red Hat 7 of version 1.2.1.
What should I do? I have a new computer with RH7.
I''m willing to try to make one from the SRPM, but I''ve never done
that before, and I don''t want to go to the trouble if someone
else is already planning to do it soon.
Likewise, I could install it from the tgz file. (I just did that
on a Solaris server,
2000 Nov 10
1
Executing an R function from Java.
Is anyone aware of a mechanism by which I could
execute an R function from within java (say
a servlet).
thanks
Richard Piper
--
Intensive Care Unit, RNS Hospital, Sydney.
Phone: 612-9926-8656 or 8617
FAX: 612-9439-8418
Page: 612-9962-4936
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
2000 Nov 13
1
Python and R
I've been doing some prototype simulations in Python, and my plan at
first was to pass the results off to R, but now I would like to make
more of an integrated use of the R routines. I'm curious about the
use of libR.so, but I'm uncertain, still after having looked through
the documentation 'Embedding R in Other Applications' and 'Writing R
extensions' how I can
2002 Jul 02
4
XEmacs vs. GNU Emacs?
As a user of only R, I don't use much of the potential of ESS and Emacs.
Without entering a religious feud, is there any reason I should use XEmacs
rather than my current GNU Emacs?
(I looked on the XEmacs site, but I didn't understand the programming
issues they were talking about (over my head).)
Martin Henry H. Stevens, Assistant Professor
338 Pearson Hall
Botany Department
Miami
2000 Aug 28
2
smp in Linux
Hello,
I checked mail list archives and this topic came up before in March '99
(about ability of R to multithread).
At that time rossini at biostat.washington.edu (Tom Rossini)
suggested to check his web page in a few month as it was on
his list to-do. I checked but the web page is not valid.
I wanted to know if in general progress has been made in the area,
or if it is planned.
I was also
2003 Nov 11
2
sample size/power calc packages
For various reasons, I spent part of my time today looking at sample
size and power calculation tools (don't ask, don't tell...). This
seems to be one area that R is incredibly weak in (well, nearly all
stat packages, except perhaps specialized tools and SAS); sure, there
are a number of functions in various packages:
base, statmod, Hmisc
Have I missed something? (I
2002 Apr 08
4
Missing data and Imputation
Hi Folks,
I'm currently looking at missing data/imputation
methods (including multiple imputation).
S-Plus has a "missing data library".
What similar resources are available within R?
Or does one roll one's own?
Best wishes to all,
Ted.
--------------------------------------------------------------------
E-Mail: (Ted Harding) <Ted.Harding at nessie.mcc.ac.uk>
2001 Jan 18
1
ESS Default function template for R
Colleagues
----------------------------------
System info:
R version rw1020 on NT
ESS using emacs ver. 20.4
~/.emacs
; Default function template
(setq ess-insert-function-templates t)
----------------------------------
When loading a new function into the R workspace using ctrl-CD I would
like the default function template to come up, rather than a blank buffer. I
thought I had the Default