Displaying 20 results from an estimated 20 matches for "toucan".
1999 Jan 20
1
pow__ii
> R code works but the shared objects built from fortran code do not find
> the appropriate libs with functions like __pow_ii or __epx at runtime.
I used to have endless trouble with __pow_ii which as I recall could be be
fixed by the correct incantation of the mix of compiler libraries and
LD_LIBRARY_PATH. It seemed to be extremely sensitive and never easy to get
right. The problem is
2009 Jun 06
5
OT: looking for a rsync equivalent for Windows platforms
...latforms? Like most of us, I need to work on both Windows & Linux
environments, and would like to sync some data (music, videos, photos,
documents, thunderbird profiles, FF bookmarks, etc) between a USB HDD,
my Linux (CentOS + KDE) PC, and Windows Laptop at the office.
I found a program called Toucan (which also has a portable version)
but it doesn't seem to work as well as rsync. When I tell it to "sync
(copy)" or "sync (mirror)" file between the USB HDD, or even my Linux
PC via the LAN, it copies every single file, every time. So it's not
very efficient. Their foru...
2001 Jul 26
0
tree and rpart
...iginal. I've altered the code so
that class "singlenode" inherits from class "tree" and added a few
checks, so singlenode trees should be better supported.
tree_1.0-3.tar.gz is at http://www.stats.ox.ac.uk/pub/R and
en route to CRAN. The Windows version is on
http://toucan.stats.ox.ac.uk/R/RWin and will propagate to CRAN.
rpart
=====
Since rpart 2.x, rpart could do all that tree could do, faster. We
are now on rpart 3.x, which added user-specified splits and
NA-handling. At some point fairly soon rpart is expected to ship as
part of S-PLUS and the interface will...
2000 Jun 22
2
Intermediate LaTeX output generated by R CMD Rd2dvi
Is there any way of getting just the LaTex output which
R CMD Rd2dvi
generates on the way to produces a .dvi file,
which could then be incoorporated into another
document?
Thanks,
Jonathan
--
Dr. Jonathan Myles e-mail:jonathan.myles at mrc-bsu.cam.ac.uk
MRC Biostatistics Unit Tel. 01223 330372
Institute of Public Health FAX 01223 330388
University Forvie Site
2003 May 15
0
Re: list GRASSLIST: List Message Rejected
...1 May 2003 15:34:02 -0500
> > Received: from willie.baylor.edu (willie.baylor.edu [129.62.3.227])
> > by elron.baylor.edu (Switch-2.2.6/Switch-2.2.4) with SMTP id
>V4BK1XMX18842
> > for <grasslist at baylor.edu>; Sun, 11 May 2003 15:33:58 -0500
> > Received: from toucan.stats.ox.ac.uk ([163.1.20.20])
> > by willie.baylor.edu (NAVGW 2.5.1.13) with SMTP id M2003051115340102880
> > for <grasslist at baylor.edu>; Sun, 11 May 2003 15:34:01 -0500
> > Received: from gannet.stats (gannet.stats [163.1.20.127])
> > by toucan.stats.ox.ac.uk (...
2010 Nov 22
4
Wait for user input with readline()
Hello,
I am trying write a script that includes a prompt for user input using
readlines() and was told that folks at R-devel might be able to help.
I am running into the problem that when I run readlines() as a single line
the prompt works perfectly, but when I try to run a block of code which
includes the readline function, the script doesn't wait for the user input.
I have seen this
1999 May 11
5
matrix() can't handle NaN (PR#193)
Full_Name: Bill Simpson
Version: 0.64.1
OS: linux
Submission from: (NULL) (193.62.250.209)
Here is the data file:
x y z
1 1 1
1 2 2
2 1 NaN
2 2 4
>data<-read.table("~/junk.dat",header=TRUE)
> data
x y z
1 1 1 1
2 1 2 2
3 2 1 NaN
4 2 2 4
> matrix(data$z,length(y),length(x))
[,1] [,2]
[1,] 1 4
[2,] 2 3
This is not the correct matrix. It seems
2001 Apr 11
5
replicating lists
Hi Everyone,
At the moment it is not possible to replicate complex lists, but only
simple ones:
> rep(list(fred = 1:10), 10) # works fine
> rep(list(fred = 1:10, happy = "squash"), 10)
Error in rep(list(fred = 1:10, happy = "squash"), 10) :
Unimplemented feature in rep
There is nothing in ?rep that suggests that the latter should not work,
and I think it would
2003 Feb 03
0
FW: unable to open connection
...f,
and
> > don't
> > > report problems on R-help. The service provided does not extend
to
> > > checking that packages keep working with each new R version.
> > >
> > > My recompiled version will get to CRAN tonight: right now see
> > > http://toucan.stats.ox.ac.uk/R/RWin/waveslim.zip
> >
> > Great, Brian, it works now. But where is the relevant difference?
> > I haven't tried to recompile, because I thought it does not matter.
> >
> > Uwe
2000 Sep 28
1
Nothing can be pasted...
...to quoted-printable by pc16.stat.umu.se id
e8SCSVp01926
> X-MIME-Autoconverted: from quoted-printable to 8bit by stat.math.ethz.ch id
OAB07659
> X-MIME-Autoconverted: from 8bit to quoted-printable by stat.math.ethz.ch id
OAB07665
> X-MIME-Autoconverted: from quoted-printable to 8bit by toucan.stats.ox.ac.uk
id NAA06442
>
>
> Compiling R-1.1.1 on RedHat Linux 7.0 gives lots of warnings like
>
> In file included from tabulate.c:24:
> ../../src/include/config.h:192:21: warning: nothing can be pasted after
> this token
>
> which I didn't see with RH6.2. H...
2009 Nov 27
0
Long execution time for quantile() and difftime objects (PR#14092)
...e first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
--27501778-1317196171-1259330723=:5696
Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-7; format=flowed
Content-Transfer-Encoding: 8BIT
Content-ID: <alpine.LFD.2.00.0911271406411.5696 at toucan.stats.ox.ac.uk>
Did you read the help page?
x: numeric vector whose sample quantiles are wanted. ?NA? and
?NaN? values are not allowed unless ?na.rm? is ?TRUE?.
so only 'numeric' vectors are really supported, although it does say
The default method does not...
2003 Jun 05
0
server=domain does not work in samba3.0-alpha24
...IPC$ IPC IPC Service (Serveur Samba 3.0alpha23 sur
pelican)
ADMIN$ IPC IPC Service (Serveur Samba 3.0alpha23 sur
pelican)
mesange_PS Printer
mesange_PCL Printer
lexmark Printer
lamproie Printer
toucan Printer
roselin Printer
lhubert Disk Home Directories
Server Comment
--------- -------
Workgroup Master
--------- -------
IMAGERIE
--
Laurent Hubert, PhD
Centre d...
1998 Oct 25
2
EGCS optimizer bug?
The current development version dies in qbeta() when compiled with
egcs -O, egcs 1.0.2 and glibc 2.0.7 (RedHat versions). Since this also
kill the F and t distributions, it doesn't exactly do wonders for R's
usefulness...
Anyone else seeing this or has my setup just gone out of whack? It
does look pretty much like a clear compiler bug when inlining math
functions (storing temporaries
2004 Apr 16
7
Turning windows screen buffering on and off
All,
Does anyone know if there is an option I can set to turn screen-buffered
output on and off with the win32 rgui? (Apart from the point and click
method).
I am running some simulations where it is useful to watch output but it
gets mildly tiresome having to manually switch things on and off via the
gui.
Thanks
Toby.
> version
_
platform i386-pc-mingw32
arch
2000 May 31
3
read.table and strip.white
Hi!
I want to read data (using read.table(.)) from a file like:
"col1", "col2", "col3"
1, 1, 1
2, 2, 2
But the white spaces are interpreted:
x <- read.table("filename", header=TRUE, sep=",") ## or read.csv(...)
colnames(x)
[1] "col1" " col2" " col3"
^ ^
So I would like to pass
2000 Apr 12
4
For wishlist: sanity checks for subsets in lm, glm (PR#
Martyn Plummer <plummer@iarc.fr> writes:
> On 12-Apr-00 Peter Dalgaard BSA wrote:
> > Might be a good idea. Mind you, Splus 3.4 does exatly the same thing,
> > and I'm a little worried that the uniqueness assumption might kill
> > some bootstrapping applications:
> >
> > glm(y ~ x, data=test.data, subset=sample(seq(along=y),replace=T))
>
> Splus
2000 Jul 06
0
R-1.1.0 on Alpha?
Has anyone succeeded in compiling R-1.1.0 on a Digital (Compaq) Alpha
running OSF4.0F (or E)? Everything seems to compile OK (except the
frequent "Warning: Unresolved:" at link time - this threw me off the
scent for a while!), but then at run time I get:
Fatal error: The X11 shared library could not be loaded.
The error was dlopen: cannot load
2001 Mar 03
11
Emacs & ESS under Windows
After the discussions about appropriate editors under Windows to use with
R, I have managed to install Emacs, XEmacs, and ESS under WinNT 4.0, and
these work fine. It's not necessary to compile anything to use R with ESS,
just to install Emacs and ESS, and do a few modifications in some files.
XEmacs is also easy to install but apparently ESS cannot run with it
(confirmed by a message by Tony
2010 Oct 31
1
R-help Digest, Vol 92, Issue 31
...------------------------------
Message: 26
Date: Fri, 29 Oct 2010 15:44:01 +0100 (BST)
From: Prof Brian Ripley <ripley@stats.ox.ac.uk>
To: skan <juanpide@gmail.com>
Cc: r-help@r-project.org
Subject: Re: [R] strftime vs strptime ??
Message-ID:
<alpine.LFD.2.00.1010291538170.27141@toucan.stats.ox.ac.uk>
Content-Type: text/plain; charset="iso-8859-7"; Format="flowed"
strptime() takes a character vector and makes a date-time object.
That is input.
strftime() takes a date-time object and makes an character vector.
That is output, and it is normally called via...
2006 Aug 03
1
Migration not working
I''m working my way though Agile web development 2nd ed.
I got to the part where you add test data into the database, or
the 003_add_test_data file.
When I ran the rake db:migrate, it seemed to work, but the database
did not populate, as it didn''t show up when I called admin/list from my
browser. I went into the mysql server and checked the database with the
"select * from