Displaying 20 results from an estimated 2167 matches for "robin".
2006 Jul 11
1
invalid alignment error in R-2.4.0
...stem powerpc, darwin8.7.0
status Under development (unstable)
major 2
minor 4.0
year 2006
month 07
day 09
svn rev 38523
language R
version.string R version 2.4.0 Under development (unstable)
(2006-07-09 r38523)
>
--
Robin Hankin
Uncertainty Analyst
National Oceanography Centre, Southampton
European Way, Southampton SO14 3ZH, UK
tel 023-8059-7743
2005 Aug 31
3
generic function argument list problem
...has argument list (x, times, length.out,
each, ...)
just like rep.default(), but R CMD check complains about it, pointing
out that rep() and rep.octonion() have different arguments.
What do I have to do to my rep.octonion() function to make my package
pass R CMD check without warning?
--
Robin Hankin
Uncertainty Analyst
National Oceanography Centre, Southampton
European Way, Southampton SO14 3ZH, UK
tel 023-8059-7743
2004 Jun 17
6
Compiling problem on Debian
...p.o chanvars.o indications.o autoservice.o db.o privacy.o astmm.o enum.o srv.o dns.o aescrypt.o aestab.o aeskey.o -ldl -lpthread -lncurses -lm -lresolv editline/libedit.a db1-ast/libdb1.a stdtime/libtime.a
qeditline/libedit.a(editline.o_a)(.text+0x7e6a): In function `term_move_to_line':
/home/robin/asterisk-0.9.0/editline/term.c:554: undefined reference to `tgoto'
editline/libedit.a(editline.o_a)(.text+0x7e7e):/home/robin/asterisk-0.9.0/editline/term.c:554: undefined reference to `tputs'
editline/libedit.a(editline.o_a)(.text+0x7ef7):/home/robin/asterisk-0.9.0/editline/term.c:567: und...
2006 Oct 02
1
Trig.Rd typo (PR#9269)
Full_Name: Robin Hankin
Version: 2.4.0 RC
OS: MacOSX 10.4.7
Submission from: (NULL) (139.166.242.29)
The first cut line described in Trig.Rd for asin() is incorrect in the ascii
version of the manpage.
The Rd file reads:
For \code{asin()} and \code{acos()}, there are two cuts, both along
the real axis: \eqn...
2006 Aug 29
2
vector S4 classes
...because, although the "accurate" slot is filled as desired in "x",
when extracting the first
three elements, it seems to be lost.
What is the appropriate setClass() call to do what I want? Or indeed
is making "thing"
a vector class as sensible idea here?
--
Robin Hankin
Uncertainty Analyst
National Oceanography Centre, Southampton
European Way, Southampton SO14 3ZH, UK
tel 023-8059-7743
2016 Jul 27
2
llvm-link unifies identified structs?
...x.ll | llvm-dis
; ModuleID = '<stdin>'
source_filename = "llvm-link"
%C = type { %A*, %A* }
%A = type {}
define void @foo(%C* %c) {
ret void
}
Does the statement in the language reference not apply to linking?
(This is with a recent 3.9).
Robin
--
Robin Sommer * ICSI/LBNL * robin at icir.org * www.icir.org/robin
2008 Mar 09
2
Bessel functions of complex argument
Dear R users,
I'm porting a piece of Matlab code to R, but I'm now stuck with the
following: I need an equivalent of besselJ(x, nu) that can handle a
complex argument x. I couldn't find any R implementation. I did find
a possible fortran solution in SLATEC (< http://www.netlib.org/slatec/
> , CBESJ-C), however I've never tried to use external C or Fortran
code
2008 Mar 09
2
Bessel functions of complex argument
Dear R users,
I'm porting a piece of Matlab code to R, but I'm now stuck with the
following: I need an equivalent of besselJ(x, nu) that can handle a
complex argument x. I couldn't find any R implementation. I did find
a possible fortran solution in SLATEC (< http://www.netlib.org/slatec/
> , CBESJ-C), however I've never tried to use external C or Fortran
code
2005 Apr 13
2
Inf +1i vs 1+Inf*1i
Hi
If I have
a <- Inf + 1i
then
Re(a) is Inf, and Im(a) is 1, as expected.
But if
b <- 1 + Inf * 1i,
then
Im(b) = Inf , as expected, but Re(b) = NaN, which I didn't expect.
Why this asymmetry? How to define an object with Re(b)=1, Im(b)=Inf?
--
Robin Hankin
Uncertainty Analyst
Southampton Oceanography Centre
European Way, Southampton SO14 3ZH, UK
tel 023-8059-7743
2006 Nov 15
2
filling an array, vectorized
Hi,
I am sure this has come up before, but my searches of the archive
didn't give any results (maybe I didn't use the right keywords, but if
I use too many, the search times out).
I have a vector of dimensions n, length is not fixed, eg
n <- c(4,5,7)
or
n <- c(19,4,5,7)
and a function f that takes a vector of indices, same length of n, and
gives a scalar.
I would like to fill
2013 Sep 25
2
[LLVMdev] Linking static archives with MCJIT?
...(). My understanding
is that there's a larger reorganisation of the linking process going
on but I haven't found a straight-forward replacement for that method
yet. I might be missing something though. Or perhaps I could even just
reuse some code from that old method; need to look at that.
Robin
--
Robin Sommer * Phone +1 (510) 722-6541 * robin at icir.org
ICSI/LBNL * Fax +1 (510) 666-2956 * www.icir.org/robin
.
2013 Apr 02
1
gdata selectively not working
....
<snip>
> test <- read.xls("C:/Dropbox/R/library/gdata/xls/ExampleExcelFile.xlsx",
verbose=T)
Using perl at C:\Perl64\bin\perl.exe
Using perl at C:\Perl64\bin\perl.exe
Converting xls file
“C:/Dropbox/R/library/gdata/xls/ExampleExcelFile.xlsx”
to csv file
“C:\Users\Robin\AppData\Local\Temp\RtmpWkmGgn\file1bccd743d36.csv”
...
Executing ' "C:\Perl64\bin\perl.exe" "C:/Dropbox/R/library/gdata/perl/
xls2csv.pl" "C:/Dropbox/R/library/gdata/xls/ExampleExcelFile.xlsx"
"C:\Users\Robin\AppData\Local\Temp\RtmpWkmGgn\file1bccd743d36.csv&...
2006 Sep 12
8
"undefined method `retrieve'' for nil:NilClass" when attempting to run puppetmasterd
...lt;mozillaman>Quick question for you :)
<mozillaman>I installed puppet according to the directions on the site and
got this:
sudo /usr/bin/puppetmasterd --nonodes
undefined method `retrieve'' for nil:NilClass
<mozillaman>Anyone have any ideas?
Any help would be appreciated,
Robin
--
Robin Monks,
CivicSpace Release Engineer - http://civicspacelabs.com
Drupal Marketing Coordinator - http://drupal.org
Encrypt! http://tinyurl.com/ffo3l - http://www.gpg4win.org/
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.ma...
2013 Sep 25
2
[LLVMdev] Linking static archives with MCJIT?
Hi all,
is there a way to link a native static library (.a) into code that
runs through MCJIT? I was able to do it with LLVM 3.2, but it seems
the API has changed and maybe was removed?
Thanks,
Robin
--
Robin Sommer * Phone +1 (510) 722-6541 * robin at icir.org
ICSI/LBNL * Fax +1 (510) 666-2956 * www.icir.org/robin
2010 May 27
2
Multipathing with Sun 7310
...checker reports path is down"
sdx: checker msg is "readsector0 checker reports path is down"
sdz: checker msg is "readsector0 checker reports path is down"
mpath0 (3600144f0fdf58b5c00004bc738070001) dm-0 SUN,Sun Storage 7310
[size=50G][features=0][hwhandler=0][rw]
\_ round-robin 0 [prio=1][active]
\_ 0:0:1:0 sda 8:0 [active][ready]
\_ round-robin 0 [prio=1][enabled]
\_ 1:0:0:0 sde 8:64 [active][ready]
\_ round-robin 0 [prio=1][enabled]
\_ 0:0:2:0 sdi 8:128 [active][ready]
\_ round-robin 0 [prio=1][enabled]
\_ 1:0:1:0 sdm 8:192 [active][ready]
\_ round-ro...
2001 Oct 18
1
tapply problem
...I run a course where each student's performance
is marked by one or more assessors.
I have a data frame containing students' names, assessors' names and
their marks, arranged as follows:
ID student assessor Q1A Q1B Q1C Q2A Q2B Q3
1 2152833 Fred.Smith Robin 15.0 17.0 13.0 14.0 13.0 8.0
2 2152833 Fred.Smith Steph 14.0 13.0 11.0 16.0 13.0 8.0
3 2152833 Fred.Smith Julie 15.0 17.0 13.0 17.0 13.0 8.0
4 9821091 Joe.Bloggs John 13.0 12.0 12.0 15.0 12.0 8.0
5 9821091 Joe.Bloggs Julie NA NA NA 18.0 14.0 8.0
6 98...
2016 Jul 26
4
'invalid subroutine type ref' when linking custom metadata
...pieces below, and I don't quite understand why.
It looks like it merges the debug information with the custom
metadata. I've filed a ticket already [1] but as I'm not sure if this
is indeed a bug or if I'm misunderstanding something, I thought I'd
ask here.
Any ideas? Thanks,
Robin
> cat a.ll
define void @a() {
ret void
}
!bar = !{!3}
!3 = !{void ()* @a}
> cat b.ll
define void @foo() !dbg !20 {
ret void
}
!llvm.module.flags = !{!17, !18}
!0 = distinct !DICompileUnit(language: DW_LANG_C89, file...
2006 Sep 21
1
printing of complex numbers in R-alpha
...arch powerpc
os darwin8.7.0
system powerpc, darwin8.7.0
status alpha
major 2
minor 4.0
year 2006
month 09
day 15
svn rev 39323
language R
version.string R version 2.4.0 alpha (2006-09-15 r39323)
--
Robin Hankin
Uncertainty Analyst
National Oceanography Centre, Southampton
European Way, Southampton SO14 3ZH, UK
tel 023-8059-7743
2014 Jun 20
2
[LLVMdev] Fwd: Stackmaps for ELF?
...ulSystems/llvm-late-safepoint-placement
We really should get one or the other merged in tree.
Could you point me to the previous patch set so I can ping it and review?
Philip
-------- Original Message --------
Subject: [LLVMdev] Stackmaps for ELF?
Date: Wed, 18 Jun 2014 16:55:38 -0700
From: Robin Sommer <robin at icir.org>
To: llvmdev at cs.uiuc.edu
I was wondering if there are plans to support the stackmap/patchmap
intrinsics for Linux/ELF? I saw that there were corresponding patches
posted earlier but as far as I can tell they haven't made it in yet.
Robin
--
Robin Sommer...
2009 Sep 17
4
Optimised ARM Ogg/Theora/Vorbis decoder
...one in software, so on devices with such features available, it
could go even faster).
* Uses ARMv4 instructions only (no reliance on Xscale SIMD or
ARMv5/v6/v7/NEON).
* Compatible with films encoded with the latest encoder versions.
For more information, see the website above, or contact me.
Robin
--
Robin Watts, Email: <mailto:Robin.Watts at wss.co.uk>
Warm Silence Software, WWW: <http://www.wss.co.uk/>
P.O.Box 28, Woodstock, Tel: 01608 737172 (or Mobile: 07885 487642)
Oxfordshire, OX20 1XX Fax: 01608 737172