search for: marshmallow

Displaying 20 results from an estimated 49 matches for "marshmallow".

Did you mean: marshmallows
2006 Oct 24
0
Kumbaya = RubyOSA + iTunes + Marshmallow
Hello, I wanted to share a little hack that my team put together yesterday. If you use OS X, Campfire and Itunes check it out. Kumbaya = RubyOSA + iTunes + Marshmallow http://www.42squared.com/2006/10/24/kumbaya-rubyosa-chatbot-for-campfire/ Yesterday we combined three of our favorite things: RubyOSA, iTunes, and Marshmallow (the chatbot for Campfire). Enter Kumbaya. Kumbaya is a modified Marshmallow bot that polls your iTunes with RubyOSA (on Mac OS X) and bro...
2013 Apr 25
2
How are R version types named ? Any convention (like Hurricanes etc)
With reference to R News News: R version 3.0.0 (Masked Marvel) has been released on 2013-04-03. R version 2.15.3 (Security Blanket) has been released on 2013-03-01 R version 2.15.2 (Trick or Treat) .... R version 2.15.1 ("Roasted Marshmallows") ... R version 2.15.0 ("Easter Beagle") R version 2.14.0 ("Great Pumpkin") Dear R help List, How are these version types named? Masked Marvel comes after Security Blanket comes after Trick or Treat comes after Roasted Marshmallows. Is it some convention like that for H...
2012 Oct 16
2
Windows 7 R (32/64bit) running under cygwin: package not found
...with xwin. Normally before when I had installed a package, I only had to call the library with the name of the package and R will find the right one to load. Now when I apply R CMD BATCH script1.R out1.txt, under cygwin the first thing it reports: R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows" After some generalities it reports >library(rgenoud) Error in library(rgenoud) : there is no package called 'rgenoud' Execution halted So my question is why under cygwin in a batch mode, it does not find the installed package, which is already installed in my laptop's R? T...
2012 Sep 18
2
problem with vignettes when S4 classes in packages overlap
...sepackage{Sweave} \begin{document} \begin{Scode} library("RMySQL") library("RPostgreSQL") \end{Scode} \end{document} These warnings only happen in a vignette. They are not produced if the lines are entered in an R session. (Using R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows" on Ubuntu) Paul
2012 Sep 11
3
R crashes when printing a named numeric vector of a specific class - Bug?
...year 2012 month 06 day 22 svn rev 59600 language R version.string R version 2.15.1 (2012-06-22) nickname Roasted Marshmallows > sessionInfo() R version 2.15.1 (2012-06-22) Platform: x86_64-unknown-linux-gnu (64-bit) locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 [6] LC_MESSAGES=en_US.UTF-8 LC_PAPER=C...
2013 Feb 04
2
gettext weirdness
...o, it's entirely possible that I am doing something wrong. The issue that I am encountering is that gettext() properly translates some text, but not some other. Natural language was compiled in my R (installed from the Debian repositories): $ R R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows" [...] Natural language support but running in an English locale [...] > q() Here is some text that has some translation in the file ./po/fr.po: #: src/main/errors.c:290 msgid "invalid option \"warning.expression\"" msgstr "option incorrecte \&q...
2013 Feb 04
2
gettext weirdness
...o, it's entirely possible that I am doing something wrong. The issue that I am encountering is that gettext() properly translates some text, but not some other. Natural language was compiled in my R (installed from the Debian repositories): $ R R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows" [...] Natural language support but running in an English locale [...] > q() Here is some text that has some translation in the file ./po/fr.po: #: src/main/errors.c:290 msgid "invalid option \"warning.expression\"" msgstr "option incorrecte \&q...
2012 Aug 21
1
make check fails two tests on RHEL 6 build
...*************** *** 1,5 **** ! R version 2.15.0 Patched (2012-04-22 r59138) -- "Easter Beagle" Copyright (C) 2012 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-unknown-linux-gnu (64-bit) --- 1,5 ---- ! R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows" Copyright (C) 2012 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-unknown-linux-gnu (64-bit) *************** *** 6356,6362 **** Call: aov(formula = Yield ~ A * B * C + Error(Block), data = aovdat) ! Grand Mean: 291.5938 Stratum 1: Block --- 6356...
2006 Jun 26
1
Campfire API
I''ve seen: http://habtm.com/articles/2006/04/14/meet-marshmallow-the-campfire-bot And it got me to wondering if anyone has heard that 37s will be releasing an API set for Campfire? Something along the lines where I can create my own UI, send messages to the chat, etc. --> Steve -- Posted via http://www.ruby-forum.com/.
2012 Jul 29
1
[BUG?] utils::prompt(name=f)
...day 05 svn rev 59734 language R version.string R version 2.15.1 Patched (2012-07-05 r59734) nickname Roasted Marshmallows
2012 Aug 18
1
texi2dvi error "Sweave" and "exams"
...a"), + "scatterplot", + "relfreq" + ) > > sol <- exams(myexam) Error in texi2dvi(out_tex[j], pdf = TRUE, clean = TRUE, quiet = quiet) : Running 'texi2dvi' on 'plain1.tex' failed. I am running: R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows" Copyright (C) 2012 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i386-apple-darwin9.8.0/i386 (32-bit) and Mac OSX Version 10.8. Any help will be greatly appreciated. Thanks, Paul [[alternative HTML version deleted]]
2012 Dec 31
3
weird bug with parallel, RSQlite and tcltk
...rror 'Interrupted system call' in select Then, just remove library(tcltk), or uncomment unloadNamespace("tcltk"), and it works fine again. I guess there's a bug somewhere, but where exactly ? Best, Karl Forner Further info: R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows" Copyright (C) 2012 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-unknown-linux-gnu (64-bit) ubuntu 12.04 and 12.10 ubuntu package tk8.5
2018 Sep 20
1
Bias in R's random integers?
...Since m is an even number, the true proportions of evens and odds should > be exactly 0.5. That's some pretty strong evidence of the bug in the > generator. It seems to be a recently-introduced bug. Here's output with R-2.15.1: R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows" Copyright (C) 2012 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-unknown-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or '...
2016 Mar 26
1
www.centos.org/forums/
...well as TLS1.0, not just >> disabled via config, but this decission was made at compile time. >> Newer Android and Apple-iOS devices for example. >> >> > This is not true. it works fine with latest android and ios. I just tested > it. The latest version of Android is Marshmallow and currently is only installed on 2.3% of the devices out there: http://developer.android.com/about/dashboards/index.html You cannot just support the latest version of a client if your site is accessed by regular users out there. > >> And the point is not that the site supports TLS1.0,...
2012 Nov 21
2
installing Rmpi on centos 6 with mpich
Hello everyone im trying to install Rmpi library on centos 6. I have already installed mpich2 1.4 [root@localhost ~]# R --version > R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows" > Copyright (C) 2012 The R Foundation for Statistical Computing > ISBN 3-900051-07-0 > Platform: x86_64-redhat-linux-gnu (64-bit) [root@localhost ~]# mpich2version > MPICH2 Version: 1.4.1p1 > MPICH2 Release date: Thu Sep 1 13:53:02 CDT 2011 > MPICH2 Device: ch3:...
2013 Feb 20
1
GC encountered a node (…) with an unknown SEXP type
...n; I have an example that quite consistently segfaults on windoz, and more sporadically on mac, all in the course of doing some bootstrap calculations, varying the set.seed call, but I'm now trying to see what is going on on our redhat system: R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows" Copyright (C) 2012 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-unknown-linux-gnu (64-bit) I now have an example, i.e. a seed, that produces the error: Error in crq.fit.por(xb, yb, cb, weights = w, ctype = ctype, ...) : GC encountered a node (0xb488bc0)...
2012 Sep 17
1
memory leak using XML readHTMLTable
...y the time lapply is finished woking through my list of url's, I'm swapping about 3GB of memory. I've also tried using gc(), but that seems to also have no effect on the problem. I'm running RStudio 0.96.330 and latest version of XML. R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows" Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) Any suggestions on how to solve this memory issue? Thanks. James
2012 Aug 16
1
Big Data reading subsample csv
...-pc-linux-gnu arch x86_64 os linux-gnu system x86_64, linux-gnu status major 2 minor 15.1 year 2012 month 06 day 22 svn rev 59600 language R version.string R version 2.15.1 (2012-06-22) nickname Roasted Marshmallows tags: read.csv(), system(), awk, sed, sample(), glmnet, multinomial, MASS. Yoda [[alternative HTML version deleted]]
2013 Apr 18
1
Memory usage reported by gc() differs from 'top'
...it doesn't fit in my RAM (only 7.2g are in), but that's beside the point. The huge memory demand is specific to R version 2.15.3 Patched (2013-03-13 r62500) -- "Security Blanket". The same test runs without issues under R version 2.15.1 beta (2012-06-11 r59557) -- "Roasted Marshmallows". I appreciate any insights you can share into R's memory management, and gc() in particular. /Christian [[alternative HTML version deleted]]
2013 Jan 01
1
Behavior or as.environment in function arguments/call (and force() behaviors...)
...n11.2.0 arch x86_64 os darwin11.2.0 system x86_64, darwin11.2.0 status major 2 minor 15.1 year 2012 month 06 day 22 svn rev 59600 language R version.string R version 2.15.1 (2012-06-22) nickname Roasted Marshmallows > R.version _ platform x86_64-apple-darwin11.2.0 arch x86_64 os darwin11.2.0 system x86_64, darwin11.2.0 status Under development (unstable) major 3 minor 0.0 year 2012 month 12 day 28 sv...