search for: tmpo

Displaying 5 results from an estimated 5 matches for "tmpo".

Did you mean: tmp
2012 May 17
5
[PATCH 1/1] kbuild: sync with kernel 3.4-rc7
...= \ + $(word 1, $(foreach c,$(1), \ + $(shell set -e; \ + if (which $(strip $(c))$(CC)) > /dev/null 2>&1 ; then \ + echo $(c); \ + fi))) + +# output directory for tests below +TMPOUT := $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/) + +# try-run +# Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise) +# Exit code chooses option. "$$TMP" is can be used as temporary file and +# is automatically cleaned up. +try-run = $(shell set -e;...
2011 Feb 07
1
rjava does not install
..._attribute__? before ?R1par2jvalue? Rglue.c: In function ?RcallMethod?: Rglue.c:410: error: ?jvalue? undeclared (first use in this function) Rglue.c:410: error: expected ?;? before ?jpar? Rglue.c:411: error: ?jobject? undeclared (first use in this function) Rglue.c:411: error: expected ?;? before ?tmpo? Rglue.c:412: error: expected ?;? before ?o? Rglue.c:414: error: ?jmethodID? undeclared (first use in this function) Rglue.c:414: error: expected ?;? before ?mid? Rglue.c:415: error: ?jclass? undeclared (first use in this function) Rglue.c:415: error: expected ?;? before ?cls? Rglue.c:416: error: ?...
2013 Mar 04
3
urgent: question concerning data manipulation
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130304/62581e97/attachment.pl>
2009 Jul 15
2
rJava fails compilation on R-2.9.1 but not R-2.7.1 on Debian Lenny
...__attribute__? before ?R1par2jvalue? Rglue.c: In function ?RcallMethod?: Rglue.c:410: error: ?jvalue? undeclared (first use in this function) Rglue.c:410: error: expected ?;? before ?jpar? Rglue.c:411: error: ?jobject? undeclared (first use in this function) Rglue.c:411: error: expected ?;? before ?tmpo? Rglue.c:412: error: expected ?;? before ?o? Rglue.c:414: error: ?jmethodID? undeclared (first use in this function) Rglue.c:414: error: expected ?;? before ?mid? Rglue.c:415: error: ?jclass? undeclared (first use in this function) Rglue.c:415: error: expected ?;? before ?cls? Rglue.c:416: error: ?...
2012 Aug 27
2
Font size in geom_dl (using ggplot2)
Hey everyone, I am an R-newby... so sorry for bothering you with simple-to-solve questions;) I have the following issue: trying to add labels to my scatterplots (with geom_dl in ggplot2). Everything works fine, but after checking every resource I do not find a way to change the font size of my labels. I tried size, cex, fontsize at every position... but it always stays the same. ggplot()+