Displaying 8 results from an estimated 8 matches for "routput".
Did you mean:
output
2008 Jun 12
2
Getting Batch mode to continue running a script after running into errors
I'm invoking R in batch mode from a bash script as follows:
R --no-restore --no-save --vanilla
<$TARGET/$directory/o2sat-$VERSION.R>
$TARGET/$directory/o2sat-$VERSION.Routput
When R comes across some error in the script however it seems to halt
instead of running subsequent lines in the script:
Error in file(file, "r") : cannot open the connection
Calls: read.table -> file
In addition: Warning message:
In file(file, "r") :
cannot open file ...
2009 Jul 13
3
SweaveListingUtils question
...would like to stick on this notation.
Any help appreciated,
kind regards,
Karsten.
%%%% begin example
\documentclass[9pt]{beamer}
\usepackage{fancyvrb}
\usepackage{listings}
% choose language and char set
\usepackage[ngerman]{babel}
\usepackage[ansinew]{inputenc}
%
\SweaveOpts{prefix.string=Routput/parcel, keep.source=TRUE}
\begin{Scode}{results=tex, echo=FALSE}
require(SweaveListingUtils)
SweaveListingoptions(intermediate = FALSE)
SweaveListingPreparations()
\end{Scode}
\begin{document}
\begin{frame}[fragile]
\frametitle{Your title}
\begin{lstlisting}options(digits=3)
set.seed(1)
requ...
2012 Feb 01
3
Crash in R using embedded.
...-no-save",
"--no-readline", "--silent"};
Rf_initialize_R(sizeof(R_argv)/sizeof(R_argv[0]), const_cast<char
**>(R_argv));
setup_Rmainloop();
ParseStatus status;
SEXP cmdSexp, cmdexpr = R_NilValue;
int error;
string rcommand = "f<-file(paste(tempdir(), \"/Routput.txt\", sep = \"\"),
open=\"wt+\")\nsink(f)\n";
PROTECT(cmdSexp = allocVector(STRSXP, 1));
SET_STRING_ELT(cmdSexp, 0, mkChar(rcommand.c_str()));
cmdexpr = PROTECT(R_ParseVector(cmdSexp, -1, &status, R_NilValue));
for(int i = 0; i < length(cmdexpr); i++)
{
R...
2002 Jul 11
1
How to get relevant dimnames from apply() ?
...funcion used is
actually more compex, but it doesn't matter
</R>
Now, how I can propagate the rownames of testarr into the main label of
plot via
main="what_should_I_paste_here?"
Asking for
<R>
str(apply(testarr,1,function(x) {x11(); barplot(x)}))
</R>
gives
<Routput>
num [1:6, 1:5] 0.7 1.9 3.1 4.3 5.5 ...
- attr(*, "dimnames")=List of 2
..$ : NULL
..$ : chr [1:5] "a" "b" "c" "d" ...
</Routput>
but how it is possible to put dimnames of _this_ (i.e., the rownames of
testarr) into "main"...
2006 May 22
1
Join ADS problem
...ibads/ldap.c:ads_join_realm(1640)
ads_add_machine_acct (clust): Type or value exists
ads_join_realm: Type or value exists
[root@clust-master samba]# kinit Administrator@COROD.LOCAL
Password for Administrator@COROD.LOCAL:
As you can see kerberors seems works well, but when i tried to join to ADS routput is: Type or value exists.
I checked the computer folder in Active Directory, but there isn't the samba server.
#### winbindd.log
[2006/05/22 10:23:17, 1] libsmb/cliconnect.c:cli_session_setup_kerberos(544)
spnego_gen_negTokenTarg failed: No credentials cache found
[2006/05/22 10:23:17, 1] l...
2006 Nov 03
9
eval(match.call()) (PR#9339)
...S: Fedora Core 6
Submission from: (NULL) (142.103.121.203)
When I type the (albeit stupid) command
eval(match.call())
R crashes with the following messages (truncated):
*** buffer overflow detected ***: /usr/lib/R/bin/exec/R terminated
The complete output is available at http://md.stat.ubc.ca/Routput.txt
For reference, here are the results from version:
platform i686-redhat-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 2
minor 4.0
year 2006
month 10
day 03
svn rev 39566
language...
2009 Aug 13
9
[PATCHv2 01/10] drm/nouveau: Fix a lock up at NVSetOwner with nv11.
It seems it was only locking up in the context of
nouveau_hw_save_vga_fonts, when it actually did something (because
the console wasn't already in graphics mode).
Signed-off-by: Francisco Jerez <currojerez at riseup.net>
---
drivers/gpu/drm/nouveau/nouveau_hw.c | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nouveau_hw.c
2009 Aug 12
14
[PATCH 00/12] TV-out modesetting kernel patches.
This patch series adds TV-out modesetting support to the KMS
implementation.
I've tried to test it on all the hardware I've got at hand (that is
nv11, nv17, nv34, nv35, nv40, nv4b) with every possible output
combination; I believe it has reached a mergeable state, however it
depends on some commits from drm-next that haven't got into Linus'
tree yet, if you agree to merge this