On Mon, Apr 03, 2006 at 04:36:21PM +0100, Prof Brian Ripley wrote:
> Try http://wiki.r-project.org (which you might have guessed or Googled:
> it came up as the first item for me).
>
> You might want to report to the webmaster of www.r-project.org where you
> looked for a link to this and faile
Note that libR.so was itself linked against -lm, so should resolve its
dependencies there. The front end has never been linked against -lm, nor
do I see that anything should have changed for a long time in the
front-end.
I was able to build a shared-library version of the current svn 36743 (I
Sorry for reporting this again, but I didn't notice that there was a
response. The response to PR#8231 is "This is a matter of opinion!"
First, I find this response arrogant and dismissive and I would ask
for a second opinion. Second, the use of the term "intercept" -
whether or not you think
Hello,
I'm passing a user defined function into my c code. Once this function
is in my c code, I'd like to iteratively change the values associated
with the parameters defined in the function's formal list then evaluate
the function using these newly set defaults (i.e., using lang1(fn)).
My quest
On 4/3/2006 3:27 PM, Gabor Grothendieck wrote:
> Not sure if this has application for R but Microsoft's new Monad shell
> is now in public beta. I have not looked at it myself but I wonder
> if the tools that are required to create Windows R packages
> could be replaced by this?
I'd say probably
Trying to build a Debian snapshot of R-alpha based on last night's tarball,
it fails with what looks like a missing -lm linking directive:
[...]
gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -fpic
-O2 -c version.c -o version.o
gcc -I. -I../../src/include -I../../src
Dear Offroad Subscriber,
Your post to the Offroad mailing list is being returned to you
because it contained a mail attachment. Mail attachments are
expressedly forbidden in posts because they are usually very
large and are encoded. Their large size causes unnecessary waste
of network bandwidth. T
Not sure if this has application for R but Microsoft's new Monad shell
is now in public beta. I have not looked at it myself but I wonder
if the tools that are required to create Windows R packages
could be replaced by this?
The Monad team has recently released Monad Beta 3.1 to Microsoft D
Dear all,
I am running R : Copyright 2005,
Version 2.2.1 (2005-12-20 r36812)
ISBN 3-900051-07-0
On a mac 10.4.5
I am having trouble with my package.
The trouble is the following:
In my package I have integrated three files in my src folder.
1- simplematch.C a .C file
2- ordering.f a fortran fi
> "FrL" == Friedrich Leisch <[EMAIL PROTECTED]>
> on Mon, 3 Apr 2006 18:03:02 +0200 writes:
FrL> [removed from r-bugs]
> On Mon, 3 Apr 2006 17:36:35 +0200 (CEST),
> ripley (r) wrote:
>> Try http://wiki.r-project.org (which you might have guessed or Googled:
>>
[removed from r-bugs]
> On Mon, 3 Apr 2006 17:36:35 +0200 (CEST),
> ripley (r) wrote:
> Try http://wiki.r-project.org (which you might have guessed or Googled:
> it came up as the first item for me).
> You might want to report to the webmaster of www.r-project.org where you
Try http://wiki.r-project.org (which you might have guessed or Googled:
it came up as the first item for me).
You might want to report to the webmaster of www.r-project.org where you
looked for a link to this and failed to find one. (Both the webmaster
and the host machine have moved recentl
Full_Name: Victor Anyakin
Version:
OS:
Submission from: (NULL) (212.109.44.52)
This is an enhancement request,
probably, some sort of a Wiki engine could be installed on the web site, or some
other system, which would cover some basic information about various aspectes of
R.
Currently, I am t
My problem with duplicate listing of author seems to have been caused by
mistakenly having \author{} inside \details{}. This is probably not a
problem/user error specific to package?.
Paul
Henrik Bengtsson wrote:
> Reproducible example? To the best of my knowledge does 'type?topic'
> just brin
On 4/3/2006 8:08 AM, Henrik Bengtsson wrote:
> Follow up: I've downloaded todays R v2.3.0 alpha (2006-04-02 r37626)
> for Windows and the below bug has been fixed:
>
>> yaa <- function(...) substitute(list(...))
>> yaa(foo(x,y,...,z))
> list(foo(x, y, ..., z))
>
> Thank you (Duncan!?)
Yes, I th
Follow up: I've downloaded todays R v2.3.0 alpha (2006-04-02 r37626)
for Windows and the below bug has been fixed:
> yaa <- function(...) substitute(list(...))
> yaa(foo(x,y,...,z))
list(foo(x, y, ..., z))
Thank you (Duncan!?)
Henrik
On 3/29/06, Henrik Bengtsson <[EMAIL PROTECTED]> wrote:
> On
Hi,
I'm finding other problems with R 2.3 so let's release FLR 1.2 for R 2.2
and than see how to cope with R 2.3.
Regards
EJ
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
> gael millot writes:
> Full_Name: Gael Millot
> Version: 2.2.0.
> OS: XP
> Submission from: (NULL) (195.220.102.20)
> Hello.
> I sent an Email in r-help without answer for the moment.
> I am wondering if it could have a mistake
> in the code of the ansari.test function. For me, it seems t
Dear Thibaut,
I am not sure what you want to do and what for you want to have a
compressed version of an image in R. You can try the EBImage package,
which is in the devel branch of bioconductor
http://www.bioconductor.org/packages/bioc/1.8/html/EBImage.html
It uses ImageMagick for image I/O and
It was a simple typo, coming into play at the 101st menu item: fixed now.
On Fri, 31 Mar 2006, James MacDonald wrote:
> Hi all,
>
> In the CHANGES file for R-2.3.0alpha, there is the following
> statement:
>
> winMenuAdd() now has no limits on the number of menus or items, and
> names are now lim
On Mon, 3 Apr 2006, Thibaut Jombart wrote:
> Hello list,
>
> here is a question relative to pixmap pictures in R. Manipulating such
> objects is quite demanding for the RAM, as large matrices are created.
>
> For instance, try to execute the example of rimage library :
>
> ### R code ###
> library
Hello list,
here is a question relative to pixmap pictures in R. Manipulating such
objects is quite demanding for the RAM, as large matrices are created.
For instance, try to execute the example of rimage library :
### R code ###
library(rimage)
x <- read.jpeg(system.file("data", "cat.jpg", pac
22 matches
Mail list logo