Displaying 20 results from an estimated 10000 matches similar to: ".Last is usually not called (PR#227)"
2006 Aug 31
2
stop R mainloop without calling exit(1)
Hello,
I'm trying to make my Java application work with R, which involves
sending and retrieving data and to run R functions from within the
Java application. I also need to have "live interaction" with R, to
show the R console output (e.g. warnings and print) and to enable the
user to enter input when a function asks for it.
Therefore I created a simple R console in Java using JRI
1999 May 23
0
Bug in loglin with variable called "c" (PR#198)
Summary:
loglin will fail if there is a global variable called c. I have
fixed this for 0.64.2 and 0.65.
On Sat, 22 May 1999, Cor en Aylin wrote:
> Dear Brian,
>
> Using the mass library for R (the most recent port dated 16 may 1999) I
Could you give version numbers in such reports please: at the moment there
is an official version (5.3pl037) of MASS for R, plus a pre-release of MASS
1999 Jul 02
0
R-0.64.2 vs Spls 5.0
> Date: Fri, 2 Jul 1999 18:40:16 +0200 (MET DST)
> From: Agustin Lobo <alobo at ija.csic.es>
>
> Dear R makers and users:
>
> After reading the FAQ and the comments on the
> comparison between R and S, I still have an important
> (at least for me) question: How is R compared
> to the new version of Splus 5.0 (for unix including Linux)?
The current version of
2002 Jun 19
0
[R] Problems with url/download and http_proxy
This does seem to fix my problem:
> Sys.getenv("http_proxy")
http_proxy
"http://gproxy1.pfizer.com/"
> url("http://cran.r-project.org/src/contrib/PACKAGES",'r')
description
"http://cran.r-project.org/src/contrib/PACKAGES"
class
1999 Jun 30
1
PLATFORMS
I would like to get the PLATFORMS file updated: there are very few reports
of successful builds of 0.64.x. In particular, if there are builds on SGI,
DEC Alpha OSF or AIX (and I believe we have heard of the latter two) please
complete the following (from the end of PLATFORMS) and email to me:
NAME
EMAIL
VERSION
PLATFORM
SYSTEM
CC
FC
MAKE
We do know about Solaris and
2002 Aug 06
0
pipe and binary i/o (on Linux)
Thanks very much, Professor Ripley.
Reid Huntsinger
-----Original Message-----
From: ripley at stats.ox.ac.uk [mailto:ripley at stats.ox.ac.uk]
Sent: Tuesday, August 06, 2002 3:00 AM
To: Huntsinger, Reid
Cc: r-help at stat.math.ethz.ch
Subject: Re: [R] pipe and binary i/o (on Linux)
On Mon, 5 Aug 2002 ripley at stats.ox.ac.uk wrote:
> pipe predates readBin, and no one has seen a
2000 Aug 28
0
under certain conditions, model.matrix appears to lack one (PR#648)
On Mon, 28 Aug 2000, Rashid Nassar wrote:
> Dear Professor Ripley,
>
> Thank you very much for your kind explanation. If I may lamely say
> something in my defence, even as I apologize for my error: I mistook the
> sentence "the (quoted) name of a function" to mean "optionally quoted"
> because of the parentheses surrounding "quoted", and was
1999 Aug 04
1
Re: Contributed packages for R windows port
On Wed, 4 Aug 1999, Peter Ho wrote:
> I have been browsing in the contributed packages webpage and found that
> there is an R port for MClust. Is there a way I can use it using the
> windows port of R 0.64.2? I could not find a windows port of MClust.
Simple reason: I was not able to compile it successfully under Windows.
I did make it compile after a lot of effort, but it crashed R on
2001 Aug 21
0
Re: [R] Problem using GLM in a loop (fwd)
This example is caused by R's messing with formula environments.
That's explained in ?formula, but should it not be explained in
?model.frame ?
Simple test:
data <- data.frame(y=rnorm(100), x=1:100)
testit <- function(formula)
{
weights <- runif(100)
glm(formula, weights=weights, data=data)
}
testit(y ~ x)
weights is looked for in the environment of the formula, not of
2002 Jun 19
0
FW: [R] Problems with url/download and http_proxy (PR#1689)
For the record.
-----Original Message-----
From: ripley@stats.ox.ac.uk [mailto:ripley@stats.ox.ac.uk]
Sent: Tuesday, June 18, 2002 3:21 PM
To: Warnes, Gregory R
Cc: 'r-help@stat.math.ethz.ch'
Subject: RE: [R] Problems with url/download and http_proxy
The port is not supposed to be required, so rather than fix the docs can
anyone fix the problem?
On Tue, 18 Jun 2002, Warnes, Gregory R
1999 Aug 10
2
Is a ts of length one a ts? (PR#245)
The following seems confused (0.65 snapshot)
> x <- ts(1:20)
> window(x, 1, 1)
Time Series:
Start = c(1, 1)
End = c(1, 1)
Frequency = 1
[1] 1
Warning message:
Not returning a time series object in: [.ts(x, i)
(it of class ts, as the print method shows). Under 0.64.2 it is even more
confusing:
> x <- ts(1:20)
> window(x, 1, 1)
Warning: Not returning a time series object
2002 Aug 14
1
FW: R CMD check: Too long [R] code line generated (PR#1900)
On Wed, 14 Aug 2002, Henrik Bengtsson wrote:
> Sorry, but it was indeed the redirection of the standard output in
> Cygwin/bash that cause the first problem, not R (I should stop doing
> troubleshooting at 1:00 AM). So please forget about the problems reported in
> R_CMD_check.out. However, it would still be nice if you still update R CMD
> check to do join with "\n".
2000 Mar 08
0
RE: [R] RODBC
Sorry,
I was commenting on the previous windows version (version file says 0.5a)
(the first one which ran under RW.1.0.0)
I have Win NT 4.0 Service pack 5
and R is
> version
_
platform Windows
arch x86
os Win32
system x86, Win32
status
major 1
minor 0.0
year 2000
month February
day 29
language R
> -----Original Message-----
> From: Prof Brian
2006 Jun 24
0
Documentation detail [was: Merging factor levels.]
Hi to R developers.
In the "Details:" section of "?levels", it would be nice including the
following sentence, taken from a reply from Brian Ripley:
If you set two levels to be the same label, they get merged.
Granted, the "Examples:" section does have a terse comment and examples
from which users may imply this behaviour. Yet, the documentation would
be
2002 Jul 26
0
Parzen Windows
I suspect Prof. Ripley's response suffices. However, there *is* a Parzen
kernel for kernel smoothing:
Parzen K(z) = { 4/3 - 8z^2 + 8|z|^3 if |z| <= 1/2
8(1 -|z|)^3/3 if 1/2 < |z| <= 1
0 otherwise
If I'm not mistaken, this appeared in Parzen's original 1962 paper on kernel
density estimation. I also seem to recall
2002 Aug 14
0
source() crashes on long lines (PR#1900)
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
Send mail to mime@docserver.cac.washington.edu for more info.
------=_NextPart_000_0006_01C2432C.7ACD6BA0
Content-Type: TEXT/PLAIN; CHARSET=iso-8859-1
Content-Transfer-Encoding: 8BIT
Content-ID: <Pine.GSO.4.44.0208140920312.15226@auk.stats>
1998 Jun 24
0
R-beta: Packages: KernSmooth logspline ppr rpart tree
The following are now on CRAN:
KernSmooth: version 2.2 of the code for Wand & Jones book on kernel smoothing.
logspline: spline fits to log denisites, with automatic choice of smoothing.
ppr: projection pursuit regression.
rpart: recursive partitioning (CART-like)
VR: Venables & Ripley libraries 5.3pl021 for 0.62.1
and in the devel section
tree: a clone
1998 Jun 24
0
R-beta: Packages: KernSmooth logspline ppr rpart tree
The following are now on CRAN:
KernSmooth: version 2.2 of the code for Wand & Jones book on kernel smoothing.
logspline: spline fits to log denisites, with automatic choice of smoothing.
ppr: projection pursuit regression.
rpart: recursive partitioning (CART-like)
VR: Venables & Ripley libraries 5.3pl021 for 0.62.1
and in the devel section
tree: a clone
2000 May 22
0
RE:bug 548 graphics '*' (PR#549)
> Date: Mon, 22 May 2000 16:52:59 +0200 (CEST)
> From: Martyn Plummer <plummer@iarc.fr>
> To: ripley@stats.ox.ac.uk
> Subject: Re: [Rd] RE:bug 548 graphics '*' (PR#549)
> Cc: R-bugs@biostat.ku.dk, r-devel@stat.math.ethz.ch
>
> On 22-May-00 ripley@stats.ox.ac.uk wrote:
> > A little more followup. The gtk() device uses gdk_string_width to
> > find the
2000 Feb 26
0
VB: Problem with 'link.html.help()'
To Brian Ripley,
Thanks!
Yes indeed, It functions if you hit return at the prompt 1:
but this had to be done for five times!
Later five packages were found named NA with the description NA NA but all the rest of the 'libraries'
are there in proper order with names and descriptions.
Thanks to Brian Ripley
Fredrik Lundgren
-----Ursprungligt meddelande-----
Fr?n: Prof Brian D Ripley