search for: rapport

Displaying 20 results from an estimated 96 matches for "rapport".

Did you mean: rapoport
2012 Feb 07
1
Using custom R_LIBS with R CMD install
Hi all, Am I using the correct syntax to set a custom R_LIBS when running R CMD INSTALL from the command line? I get: R_LIBS=/Users/hadley/R-dev R CMD INSTALL aL3xa-rapport-08e68ca/ # Desktop : R_LIBS=/Users/hadley/R-dev R CMD INSTALL aL3xa-rapport-08e68ca/ # * installing to library ?/Users/hadley/R? # ERROR: dependency ?ascii? is not available for package ?rapport? But: ls /Users/hadley/R-dev/ # HandyStuff animation biOps mcmcTools mvbutils quantreg test...
2008 Oct 06
10
DO NOT REPLY [Bug 5811] New: rsync error: error allocating core memory buffers (code 22) at io.c(635)
https://bugzilla.samba.org/show_bug.cgi?id=5811 Summary: rsync error: error allocating core memory buffers (code 22) at io.c(635) Product: rsync Version: 3.0.4 Platform: x64 OS/Version: Linux Status: NEW Severity: blocker Priority: P3 Component: core AssignedTo: wayned@samba.org
2007 May 06
2
battery discharge too fast
From the moment when the UPS rapports "Low Battery" to the end of the shutdown, too mutch time is passing. So the computer does not have enough time shut down properly. Can I shut down the computer on the "On Batery" status? Or can I shut down when the UPS rapports 50% of the battery? Thank you.
2012 Nov 13
1
OT: Any web based report delivery software that support R out there ?
I'm looking for something, but I'm not sure quite how to describe it, so maybe the list can help. I use R to produce several different reports using database > ODBC > R > Sweave > pdf report. Ideally I would like to be able to upload the report 'templates' to a web page, and allow users to request them to be run at certain times with certain parameters, and pick
2013 Jan 10
0
gluster replicate - sync monitoring
...servers but is there a better solution to detect split brain or any error ? Now i'm doing something like that for my 10 "replicate tcp 2 bricks Volumes". ------------------------------------------------------- #!/bin/bash IP_PEER="1.2.3.4" echo "" > gluster-rapport.log for i in `gluster volume info | grep Brick2 | awk -F':' '{ print $3 }' ` do ??? echo $i >> gluster-rapport.log ??? rsync -aP -n --numeric-ids --delete-after --itemize-changes --checksum -v $i/ $IP_PEER:$i/ >> gluster-rapport.log 2>&1 done cat gluster-rapport...
2013 Apr 15
6
how to transform string to "Camel Case"?
...know how to obtain all capitals or all lower case letters: > tolower(z) [1] "r project" "hello world" "something else" > toupper(z) [1] "R PROJECT" "HELLO WORLD" "SOMETHING ELSE" I saw the tocamel() function in 'rapport', but it doesn't do what I want to achieve as it actually proceeds to camelCase/CamelCase the strings: > tocamel(z) [1] "RProject" "helloWorld" "somethingElse" But how should I proceed to obtain Camel Case? Here's what I'd like to get: c(...
2012 Oct 19
3
saving to docx
hi all, how can i saving R output to docx or Jpeg format? [[alternative HTML version deleted]]
2007 Jun 05
1
multiple plot in odfWeave
...spread.labels(df$longitude,df$latitude,df$orgashort,0,bg="#CCFFFF", border=TRUE, cex=0.8, xpad=0.5, ypad=0.8, font=6) } @ Then in the R console: >library (odfWeave) >inFile <- "/home/lamilhat/AQUAGENOME/PRESENTATION/RAPPORTS/test_2.odt" >outFile <- "/home/lamilhat/AQUAGENOME/PRESENTATION/RAPPORTS/test_2_out.odt" >imageDefs <- getImageDefs() >imageDefs$dispWidth <- 7 >imageDefs$dispHeight <- 6 >setImageDefs(imageDefs) >odfWeave(inFile, outFile) -- ========...
2010 Jan 27
2
CDR messed up when using queue
Hello list, I'm using an IVR where the caller chooses between 1. sales 2. support. When choosing 1 the caller is directed to the sales-queue when choosing 2 the caller is directed to the support-queue. Then the caller is directed to a free agent. I notice in the CDR-rapports that the destination is always '1' or '2', namely the DTMF-digit that the caller presses. How can I get here the name of the agent or its number as final destination of the call ?? Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... UR...
2005 Jan 19
2
Moving fileserver
...r 'chown' on bella... There are QUITE (haven't counted, but the diff is huge) a lot of these changes, so catching all characters and do a translation will take ages. And, another thing that looks weird is that some file names don't seem to differ at all(!): +./shares/delade/PPV rapporter/020703 ?rgryte - ?rebro.xls -./shares/delade/PPV rapporter/020703 ?rgryte - ?rebro.xls Anyone that have done something like this before and have a pointer/script to share?
2011 Jul 29
2
R DDD fortran
...stem and notify the sender promptly by email that you have done so. ------------------------------------------------------------------------------------ Le présent courriel peut contenir de l'information privilégiée ou confidentielle. La Banque du Canada ne renonce pas aux droits qui s'y rapportent. Toute diffusion, utilisation ou copie de ce courriel ou des renseignements qu'il contient par une personne autre que le ou les destinataires désignés est interdite. Si vous recevez ce courriel par erreur, veuillez le supprimer immédiatement et envoyer sans délai à l'expéditeur un messag...
2009 Apr 15
3
How to apply a function to all combinations of the values of 2 or more variables?
...rmation it contains by other than an intended recipient is unauthorized. If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately. Ce courrier électronique est confidentiel et protégé. L'expéditeur ne renonce pas aux droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) désigné(s) est interdite. Si vous recevez ce courrier électronique par erreur, veuillez m'en aviser immédiatement, par retour de courrier électron...
2014 May 10
1
Replay plot not allowed across sessions.
I wrote about this some time back as this new "feature" has made R less convenient for me since I story many, say 1000 to 1500 diagnostic plots per session. Georgely Daroczi has a nice hack in Rapporter//pander which it makes it possible to replay a single bad plot by hacking the data structure so as to change an offending part. Not surprisingl.doing this to all my saved recordedplot objects produces a corrupt R state online, after all this is why this was removed i.e. it causes problems. Doe...
2011 Jan 26
1
barchart panel.text add label value and percent
...angueTXT) barchart(n03interessantscore ~ count| LangueTXT, data=databar, layout=c(1,max(databar$Langue)), stack=TRUE, rectangles=TRUE, horizontal=TRUE, ylab="Score", xlab="Count", col="grey", main="3.0z Trouvez-vous ce rapport intéressant?", border="NA", panel= function(y,x,...){panel.grid(h=0, v=-1, col="gray") Y <- tapply(y, y, unique) panel.barchart(x,y,...) panel.text((x-0.1*x), Y, label= paste(round(x,0),'-', databar$per), cex=0.9)}...
2010 Mar 05
2
CRAN nearly down?
...stem and notify the sender promptly by email that you have done so. ------------------------------------------------------------------------------------ Le présent courriel peut contenir de l'information privilégiée ou confidentielle. La Banque du Canada ne renonce pas aux droits qui s'y rapportent. Toute diffusion, utilisation ou copie de ce courriel ou des renseignements qu'il contient par une personne autre que le ou les destinataires désignés est interdite. Si vous recevez ce courriel par erreur, veuillez le supprimer immédiatement et envoyer sans délai à l'expéditeur un messag...
2004 Mar 29
1
wine-20040309 build error
...gui.o main.o send.o util.o winetest.exe.dbg.o gui.res winetest.res -o winetest.exe.so -L../../dlls -lcomctl32 -luser32 -lwsock32 -L../../libs/wine -lwine -L../../libs/port -lwine_port -L/opt/mm/lib -L/opt/gnome/lib -lm gcc: Erreur internal error: Processus arr?t? (programme cc1) SVP soumettre un rapport complet d'anomalies. Consulter <URL:http://gcc.gnu.org/bugs.html> pour les instructions. winegcc: gcc failed. make[2]: *** [winetest.exe.so] Erreur 2 make[2]: Quitte le r?pertoire `/home/root/build/wine-20040309/programs/winetest'make[1]: *** [winetest] Erreur 2 make[1]: Quitte le r?p...
2011 Feb 03
1
S3 method for S4 object
...stem and notify the sender promptly by email that you have done so. ------------------------------------------------------------------------------------ Le présent courriel peut contenir de l'information privilégiée ou confidentielle. La Banque du Canada ne renonce pas aux droits qui s'y rapportent. Toute diffusion, utilisation ou copie de ce courriel ou des renseignements qu'il contient par une personne autre que le ou les destinataires désignés est interdite. Si vous recevez ce courriel par erreur, veuillez le supprimer immédiatement et envoyer sans délai à l'expéditeur un messag...
2010 Apr 19
1
utf8.def
...stem and notify the sender promptly by email that you have done so. ------------------------------------------------------------------------------------ Le présent courriel peut contenir de l'information privilégiée ou confidentielle. La Banque du Canada ne renonce pas aux droits qui s'y rapportent. Toute diffusion, utilisation ou copie de ce courriel ou des renseignements qu'il contient par une personne autre que le ou les destinataires désignés est interdite. Si vous recevez ce courriel par erreur, veuillez le supprimer immédiatement et envoyer sans délai à l'expéditeur un messag...
2009 Oct 15
1
R RSS feed
...stem and notify the sender promptly by email that you have done so. ------------------------------------------------------------------------------------ Le pr?sent courriel peut contenir de l'information privil?gi?e ou confidentielle. La Banque du Canada ne renonce pas aux droits qui s'y rapportent. Toute diffusion, utilisation ou copie de ce courriel ou des renseignements qu'il contient par une personne autre que le ou les destinataires d?sign?s est interdite. Si vous recevez ce courriel par erreur, veuillez le supprimer imm?diatement et envoyer sans d?lai ? l'exp?diteur un messag...
2009 Apr 22
1
How to make a time series object from a data frame containing dates.
...rmation it contains by other than an intended recipient is unauthorized. If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately. Ce courrier électronique est confidentiel et protégé. L'expéditeur ne renonce pas aux droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) désigné(s) est interdite. Si vous recevez ce courrier électronique par erreur, veuillez m'en aviser immédiatement, par retour de courrier électron...