Displaying 20 results from an estimated 1000 matches similar to: "How about a mascot for R?"
2004 Dec 05
2
String manipulation---mixed case
Hello,
Does anyone know of a "slick" way to get R to convert a string which is all upper case to a string where the first letter in each word is upper case and all others are lower case?
I suspect the solution is to begin by parsing the string, convert the appropriate letters to upper and lower case using "toupper" and "tolower", and then to paste the pieces back
2004 Dec 11
2
Paths for Shell Scripts called from R
Hello list,
I suspect this is more a linux question than an R question, but I'll describe my situation in case
anyone here knows of an elegant solution.
I'm using Sweave and R to create thousands of customized reports. Within an R loop, I have R create
a table.tex file using the CAT function which, for each iteration, creates a unique table.tex file in
a subdirectory of the directory
2006 Sep 25
1
Rows of a data frame to matrix
useRs,
I have a data frame where four of the columns of the data frame represent the values of a two-by-two
matrix. I'd like to, row-by-row, go through the data frame and use the four columns, in matrix form, to
perform calculations necessary to create new values for variables in the data frame. My first idea was to
use apply:
apply(as.array(data.frame[,1:4]), 1, matrix, nrow=2)
Though
2011 Feb 17
2
Dependency on R-Forge Package
In building a package, is it possible to make the package depend upon another package that is only available on R-Forge (not CRAN). For example, by doing something in the DESCRIPTION file
I'd like to add a dependency to my package such that when the user install my package it will automatically install this other package from R-forge as well.
Any help greatly appreciated.
Damian
2004 Sep 12
1
Discrepency between R and MlwiN
When playing around fitting unconditional growth models using R and MlwiN today, I produced two different sets of estimates that I can't reconcile and wondered if anyone here has an idea:
The data is two-level repeated measures data with measures nested within child. There are two measures per child. I've fit an unconditional growth model as in Singer and Willet (2003) that allows for
2005 Mar 04
2
how to draw graphs within clickable hyperlink
Hi all
I want to draw a graph containing points and edges. Package graphics
could do this. However I want to make each those points and edges
clickable with a hyperlink on them.
Anybody know how to do this?
Thanks very much.
2006 Jun 30
50
Time To Pick the Mongrel BUGS Mascot!
Bradley Taylor shot me this *goldmine* of ugly ugly ugly dogs:
http://www.sonoma-marinfair.org/uglydogvote.shtml
I *have* to use one of these for the Mongrel BUGS Mascot. He''ll go on
our bug list page and replace the little beetles on the left.
Pick the dog you think best represents a lovable but defective pooch and
reply to this with your +1.
Let the voting begin!
--
Zed A. Shaw
2006 Jun 30
0
mascot
>>I *have* to use one of these for the Mongrel BUGS Mascot.
Man, that is a tough one.
+1 Tater Tot, with the spiked hair and steely gaze.
But one eyed Jake has a lot going for him.
2002 Dec 15
0
[LLVMdev] Re: llvm-gcc goes 10 rounds against the GNU mascot and loses, film at 11
Brian was kind enough to test llvmgcc against a bunch of GNU code. This
exposed all kinds of bugs, fixes below.
> recode -- fails (bad headers, many ICEs)
Can you give me a list of headers it wants? It's usally pretty easy to
add them if I know what it needs...
> cpio -- fails (dstring.c -- weird ssa bug)
Fixed. This was a C frontend bug (problem assigning temporary reg nums).
2004 Dec 08
2
what about a mascot ?
My friend Veslot proposed me the Raven !
http://www.teteamodeler.com/allopass/images/corbeau.jpg
As a matter of fact the intelligence of this bird is
comparable to one of a monkey, although its brain is close to
a reptile brain. R is quite the same : small, compact, but so
clever.
This is a canadian website explaining (in french) the R-aven
intelligence
2009 Jul 30
3
[LLVMdev] LLVM Logo
If we need to name the llvm mascot, how about lleweelyn.... or perhaps
even better, LLeVeelyM
Nick
On Thu, Jul 30, 2009 at 3:06 PM, Albert Graef<Dr.Graef at t-online.de> wrote:
> m awful at this kind of stuff, but maybe someone could do a small
> version of this with "LLVM Inside" or some such phrase on it, to be used
> on websites of compilers using LLVM as their
2004 Jul 05
2
Again Sip Registration Fail
Recently I wrote about this problem,
but it still exist and I can't dial my Xlite SIP Phone
So here is the Notice
Jul 5 17:14:07 NOTICE[65541]: chan_sip.c:6731 handle_request:
Registration from 'Damian Minkov <sip:damian@10.1.1.2>' failed for
'10.1.1.11'
The * box(10.1.1.2) and the PC(10.1.1.11) on which is the XLite are in
the same network
Here is part from sip
2004 Jul 07
2
Problem SIP Register
I have * box on machine with external ip address and internal one
I'm tring to register to it from to machines - one from innternet (
everything is ok - in sip.conf nat=yes)\
and the other one is in the internal network (in sip.conf - nat=no ) and
it say 403 Forbidden?
Any Ideas ? here are the logs and configs
From the external SIP Client whic registers.
2007 Aug 19
3
Performance Tuning - ZFS, Oracle and T2000
Hi All,
We are currently in the process of testing Solaris 10 with ZFS and
Oracle and are running it on a T2000.
When checking performance statistics on the T2000, we notice that only
one thread of the CPU appears to be doing any of the processing.
Leaving all other threads seemingly idle.
Are there any tuning parameters that need to be set or changed when
running Oracle on T2000 using
2001 Sep 25
3
What the HELL is deadbeef?! Or lstat64.c?
OK, I have windoze ME installed on my system and have been trying to run IE
6.0 with wine release 20010824. Trying to start iexplore.exe goes along
until:
Unhandled exception: page fault on read access to 0xdeadbeef in 32-bit code
(0xdeadbeef).
In 32-bit mode.
0xdeadbeef (_end+0x9df10793): *** Invalid address 0xdeadbeef
(_end+0x9df10793)
-- no code --
Enter path to file 'lstat64.c':
2004 Feb 19
1
Process R segmentation with strsplit() (PR#6601)
Getting a crash with R1.8.1 on windows 2000 an linux with the strsplit.
Version:
platform = i386-pc-mingw32
arch = i386
os = mingw32
system = i386, mingw32
status =
major = 1
minor = 8.1
year = 2003
month = 11
day = 21
language = R
Version:
platform = i386-pc-mingw32
arch = i386
os = mingw32
system = i386, mingw32
status =
major = 1
minor = 8.1
year = 2003
month = 11
day =
2013 Nov 20
5
Movistar sip Mexico
Hello,
I have a problem with movistar in Mexico with a sip calls. Movistar send to
me T38 and G729 in the INVITE and they say that I have to ignore T38 and
use G729 in the voice call.
When a fax call is made Movistar send only T38 in the INVITE.
Invite example:
v=0
o=GDL-BMSW-12D 19913379 19899826 IN IP4 192.168.1.2
s=sip call
c=IN IP4 192.168.1.2
t=0 0
m=audio 6370 RTP/AVP 18 101
a=fmtp:18
2006 Jun 30
12
Mongrel 0.3.13.3 -- Ruby Licensed Release
Hello Everyone,
This is the official 0.3.13.3 release of Mongrel.
Mongrel is now released under the *Ruby license* instead of the LGPL.
I''m hoping this increases the adoption of Mongrel even further and
hopefully I can start pushing to get Mongrel included in Ruby directly.
INSTALL
As usual, you install it with your friendly gem install method of
choice:
gem install mongrel
Or
2019 Feb 07
3
Running version 2.5 beta as a service
Hi,
When installing Icecast2 (stable) on Debian9 using ATP packet manager, we need to go into /etc/default/icecast and enable the init.d script with ENABLE=true if we want to run Icecast as a service.
I?ve been playing with icecast 2.5 beta installed from source and obviously this means things are located in different places. I would like to know if it is also possible to run this version as a
2007 Sep 04
4
Could someone take a look at #9477 (new fieldset_tag helper)?
Hi everyone,
I just submitted a patch for a new fieldset_tag helper.
It''s helpful and encourages developers to follow web standards, etc.
"+1"s welcome :-)
http://dev.rubyonrails.org/ticket/9477
Cheers
Damian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.