search for: rtf

Displaying 20 results from an estimated 446 matches for "rtf".

Did you mean: ref
2012 Oct 11
2
struggling with R2wd or SWord? Try rtf!
...it to work on my current set up. R version 2.15.0 (64-bit) Windows 7 Enterprise - Service Pack 1 Microsoft Office Professional Plus 2010 - Word version 14.0.6123.5001 (32-bit) I gave the package SWord a try, too. Also, no luck. But, I just recently ran across the package rtf, and it serves my needs quite well. Since some of you may find yourself in a similar situation, I thought I'd spread the "word" (ha!) about rtf. Below is some introductory code based on examples in http://cran.r-project.org/web/packages/rtf/vignettes/rtf.pdf Give it a tr...
2013 Apr 02
0
[LLVMdev] LNT ClamAV - Sorting output
On 2 April 2013 21:20, Török Edwin <edwin+ml-debian at etorok.net> wrote: > You can pass all the filenames from the inputs/ directory directly on the > command-line, instead of specifying -r inputs/. > That way the order of scanning will be exactly the one specified on the > command-line. > Hum, I think I can fix that with Make... --renato -------------- next part
2013 Apr 02
2
[LLVMdev] LNT ClamAV - Sorting output
On 04/02/2013 11:06 PM, Daniel Dunbar wrote: > On Tue, Apr 2, 2013 at 11:46 AM, Renato Golin <renato.golin at linaro.org <mailto:renato.golin at linaro.org>> wrote: > > On 2 April 2013 19:20, Daniel Dunbar <daniel at zuster.org <mailto:daniel at zuster.org>> wrote: > > What is it that makes the output of the program asynchronous? The output is
2013 Apr 02
3
[LLVMdev] LNT ClamAV - Sorting output
...tar.gz \ $(PROJ_SRC_DIR)/inputs/clam.exe \ $(PROJ_SRC_DIR)/inputs/clam.exe.bz2 \ $(PROJ_SRC_DIR)/inputs/clam-v2.rar \ $(PROJ_SRC_DIR)/inputs/clam-v3.rar \ $(PROJ_SRC_DIR)/inputs/clam.zip \ $(PROJ_SRC_DIR)/inputs/README \ $(PROJ_SRC_DIR)/inputs/rtf-test/Doc11.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/Doc1.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/Doc22.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/Doc2.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/doc3.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/docCLAMexe.rtf \ $(PROJ_SRC_D...
2013 Feb 13
1
plot rtf in landscape orintation
Hello All, I 'm trying to plot R graph in landscape orientation in a .rtf file. i 'm using library(rtf) for this. do we have any option in addPlot() function to rotate the orientation of the rtf file? Thank you, Deepthi BM PGDB-10-10-04 Institute of Bioinformatics and Applied Biotechnology Biotech Park, Electronic City, Phase I, Bengaluru-560100
2007 Oct 25
0
Can't use ruby-rtf gem
...gems, and trying to add an feature to a RoR''s app so users can export a file, and then edit it using Microsoft''s Word. (This is an app where telling folks to use OpenOffice or some other editor isn''t really an option). So I researched a little and think that using ruby-rtf to create rtf files is the best way to go. However, I can not use this gem; and I''m not sure if I did not install it properly or what. I downloaded the rtf-0.1.0.gem file and ran "gem install rtf-0.1.0" and now if I do a "gem list" I see it in the list. So I create a...
2017 Sep 22
1
Embedding PDF into RTF document via R language
R 3.4.1 OS X and Windows Colleagues I have a complicated problem that includes several components: R RTF PDF Using R (and a slew of RTF commands), I assemble a text document with an RTF extension. The document contains text, tables, and images (JPEG format, previously created with R). To ?import? the JPEG images into the document, I use the following R code: cat("\\pard\\qc {\\pict\\jpegbli...
2006 Aug 04
2
Generating RTF documents?
Hi, I need to implement some RTF export for a customer. According to some "templates", i generate RTF documents, filling data coming from models. It''s pretty much like a mailmerge, but in *nix/ruby world. Also, customer would like (in the future) to upload himself the templates, so he can modify them by his o...
2018 Jan 26
2
svn problem checking out test suite
...ling every time. I tried checking out the test suite by hand on the same machine with the same results. If I restart the checkout (or do an svn update) it will run a bit longer then fail. Eventually I figured out that 3 files were causing the problem: MultiSource/Applications/ClamAV/inputs/rtf-test/Doc1.rtf MultiSource/Applications/ClamAV/inputs/rtf-test/docCLAMexe.rtf MultiSource/Applications/ClamAV/inputs/rtf-test/rtf1.rtf I tried on other powerpc64 machines (various distros and BE/LE) and it works on all of them UNLESS they are using the latest version of svn, version 1.9.7 (r1800...
2008 Aug 19
1
rsync --delete problem with accent characters on Mac OS X HFS
...on 3.0.2 protocol version 30 The Mac OS X is a 10.5 Leopard with HFS+ (UTF-8) $ /sw/bin/rsync --version rsync version 3.0.3 protocol version 30 (fink version) I have many accents in my filenames: $ ls -l | tee filelist total 12 -rw-r----- 1 tamas users 3 2008-08-19 14:19 ?rv?zt?r? t?k?rf?r?g?p.rtf -rw-r----- 1 tamas users 4 2008-08-19 14:19 ?let.txt -rw-r----- 1 tamas users 0 2008-08-20 00:00 filelist -rw-r----- 1 tamas users 5 2008-08-19 14:19 k?rte.rtf $ file filelist filelist: UTF-8 Unicode text The first sync: $ /sw/bin/rsync --archive --update --verbose --delete firewall:teszt . recei...
2011 Nov 10
2
Convert RTF to ANSI color codes
Anyone have a script or utility to convert an RTF file to ANSI? The main idea here is to preserve the color codes that are specified in the RTF file, so they can be displayed easily in a terminal window.
2006 Jul 04
1
Exporting tables to RTF?
...e the AppleScript remotely controls Nisus Writer Express rather blindly and will make it do something wrong if everything is not exactly where it expects it to be. There has to be a more robust way of doing this. Ideally, I'd like to have R translate one of its tables into a table in an RTF file and then have Nisus Writer Express open the file. Has anyone written any code to do the RTF file-writing part? (I didn't find anything in CRAN. The second part I can do easily enough.) Alternatively, I could try to get rid of the external AppleScript and control Nisus Writer Expr...
2018 Jan 26
2
svn problem checking out test suite
There are lots and lots of .rtf files and it is just these 3 and just on certain systems. On 01/26/2018 11:41 AM, James Y Knight wrote: > You likely have an http proxy in your network which is blocking RTF > files in case they are viruses or something. You might try https, if > you're lucky it will bypass your pr...
2018 May 10
1
BoxPlot Adding Mean and Median Values
Hello Dave Here is the code I have tried. getwd() setwd("D:/BAP Session/Nuance") getwd() AmbientTr <- read.csv("AmbientBatchbox.csv", stringsAsFactors = TRUE) str(AmbientTr) summary(AmbientTr) install.packages("ggplot2") library(ggplot2) boxplot(RTF~Batch,data=AmbientTr, ylim = c(0,30), main="RTF By Batch", xlab="Batch", ylab="RTF", col ="blue") As I mentioned below, would like to add the data labels into each box of mean value Can you help on this what needs to be added in this code to show the data l...
2009 Dec 11
3
Export R output to Word/RTF?
Hi R Experts, I'm aware of pdf(), jpeg(),... functions. But, 1. Is it also possible to export graphs directly to word or RTF? I use to copy and paste graphs but resolutions are not so great. 2. Also, is it possible to export your out to word file? I use sink() function to export it text files. Any suggestions, thanks, Wenjie Lee [[alternative HTML version deleted]]
2014 Jun 30
2
Sieve seems to break mailbody during automatic redirection
...art/mixed; boundary="------------040308070600090201000704" This is a multi-part message in MIME format. --------------040308070600090201000704 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit --------------040308070600090201000704 Content-Type: application/rtf; name="elenco_siti_inibiti.2.rtf" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="elenco_siti_inibiti.2.rtf" e1xydGYxXGFkZWZsYW5nMTAyNVxhbnNpXGFuc2ljcGcxMjUyXHVjMVxhZGVmZjBcZGVmZjBc c3RzaGZkYmNoMFxzdHNoZmxvY2gwXHN0c2hmaGljaDBcc3RzaGZiaTBcZGVmbGFuZ...
2018 Jan 26
0
svn problem checking out test suite
You likely have an http proxy in your network which is blocking RTF files in case they are viruses or something. You might try https, if you're lucky it will bypass your proxy. On Fri, Jan 26, 2018 at 11:13 AM, Bill Seurer via llvm-dev < llvm-dev at lists.llvm.org> wrote: > I updated one of the powerpc64 lnt buildbot machines to a new OS release >...
2009 Oct 28
1
write to RTF format - possible?
Hi everybody, To write a .txt file I use write.table() Is there a way to write to a .rtf file as well? TIA Mark ??????????????????????????????????????? Mark Heckmann Dipl. Wirt.-Ing. cand. Psych. Vorstra?e 93 B01 28359 Bremen Blog: www.markheckmann.de R-Blog: http://ryouready.wordpress.com
2011 Aug 30
1
Creating ODS RTF-style output in R XXXX
...I have been using the sink() function as follows: x<-rnorm(100) sink("C:\\Users\\dan\\Desktop\\Current Events\\myhw.txt", append=TRUE,split=TRUE) m1<-c(Mean=mean(x),SD=sd(x),Min=min(x),Max=max(x)) m1 sink() === Is it possible to create tabular style output very much like the ODS RTF STYLE=JOURNAL protocol in SAS (which returns a nicely formatted table with table lines and easily opened in MS Word)? Thank you! Dan [[alternative HTML version deleted]]
2010 Oct 28
0
Fxruby - file (pdf, rtf, doc) viewer
Hi all, I have interesting thing to do. I want to create widget for displaying few formats of files (pdf, rtf, doc). Probably it will works like pdf viewer and all other files I will convert to pdf so if User want to open rtf then I convert rtf to pdf then display on screen (this I think will be the easier way). The thing is that I don''t know exactly how to create this kind of widget. Because I do...