similar to: The *makesweave* Package for Using Make with Sweave Efficiently

Displaying 20 results from an estimated 20000 matches similar to: "The *makesweave* Package for Using Make with Sweave Efficiently"

2010 May 08
2
Sweave Feature Requests and Questions
Hi everyone, I would like to request the following features for Sweave: 1. The keep.source option, to respect empty lines in input. 2. The prefix.string option, to apply to all generated files, e.g. no Rplots.pdf. 3. That Sweave, doesn't change the graphics settings for the entire Latex Document. By default including a pdf image, should use it's actual size, rather than making it a fixed
2009 Dec 10
0
Multivariate ECDFs
Hey R people, I have just put a package on CRAN, mecdf 0.2.1. It computes multivariate ECDFs. i.e. Estimates (or perhaps I should say evaluates) a multivariate cumulative distribution function, using data, without any assumptions per se. Plus contrary to my own advise, the vignette contains some pretty pictures of the bivariate normal... The current package is relatively simple. However, I have
2009 Dec 10
0
Multivariate ECDFs
Hey R people, I have just put a package on CRAN, mecdf 0.2.1. It computes multivariate ECDFs. i.e. Estimates (or perhaps I should say evaluates) a multivariate cumulative distribution function, using data, without any assumptions per se. Plus contrary to my own advise, the vignette contains some pretty pictures of the bivariate normal... The current package is relatively simple. However, I have
2010 May 30
0
Yet Another Package for Time Data
Hi fellow R developers/users, I've recently revised a package called rtv, and now consider it reasonably stable. Description: A package for conveniently representing, manipulating and visualising time data. Here, time is regarded as a random variable, and objects are used to represent realisations of that random variable. This is particularly useful for change points, irregular timeseries
2010 May 30
0
Yet Another Package for Time Data
Hi fellow R developers/users, I've recently revised a package called rtv, and now consider it reasonably stable. Description: A package for conveniently representing, manipulating and visualising time data. Here, time is regarded as a random variable, and objects are used to represent realisations of that random variable. This is particularly useful for change points, irregular timeseries
2009 Dec 02
2
Replying to Posts Within Same Thread
Hi, When I reply to a post, it generally appears as a separate thread, rather than branching off the original post. Anyone know what I'm doing wrong? Noting I am currently receiving a couple of the lists in digest form. kind regards -- Charlotte Maia http://sites.google.com/site/maiagx/home
2009 Dec 05
1
Task View for Marketing
Hi I was wondering if a task view for marketing would be a good idea???? I realise that it would have some overlap with other task views. Social science, cluster and multivariate are the most obvious ones. There seem to be a lot of packages (quite in your face, if I may say so) for finance and econometrics (however this is a good thing, mostly...). However, marketing focused packages seem to be
2010 Jan 03
2
Emacs vs Eclipse vs Rcmdr
Hi everyone, I could have posted this on R-devel or the GUI list, however don't feel it's that serious. Hence, decided R-help would be the most appropriate. I'm not so much interested in which is the best user interface for R. Rather which is the best ***platform*** for developing ***new*** user interfaces for R. Noting I'm using the term user interface is a very general sense.
2009 Nov 23
1
OOP with Encapsulated Class Definitions
Hi all, I'm seeking feedback (good, bad or indifferent) in regards to developing (further) a new class system for R, that uses encapsulated class definitions (i.e. the method definitions are literally inside the body of the class definition). A working (however very rough and poorly tested) system is available in my R package "oosp" with documentation in the vignette
2010 Feb 06
1
The KJV
Hey all, Does anyone know if there are any R packages with a copy of the KJV? I'm guessing the answer is no... So the next question, and the more important one is: Does anyone think it would be useful (e.g. for text-mining purposes)? I know almost nothing about theology, so I'm not sure what kind of questions theologists might have (that R could answer). An alternative, that would
2009 Dec 30
1
UML Class and Object Diagrams in R
Hi all Does anyone know if there are any R packages available for creating UML class and object diagrams in R (suitable for use with Latex)? I'm considering developing such a system... Note, I'm aware there are Latex packages (so no one needs to state the obvious). On a side issue I'm thinking about (mostly) abandoning the class system I mentioned earlier. Thank you to Martin
2010 Feb 12
1
Darwinian software development and the library function
Hi all, Legend has it, that polite R programmers don't overwrite, say, the print function. However, this seems quite un-Darwinian to me (especially given that I don't want to call all my arguments x and y). I might want a function print.foo (myfoo, ...). So I decided to be very impolite (in one of my packages) and overwrite a few standard generics. Plus, to the best of my knowledge it
2009 Dec 02
0
Re How to remove R banner?
Hi, Annoying???? I love it (except possibly when re-directing standard out to a file). I think it's one of the command line options (in which case, it will be clearly documented). No idea how it works on the GUI systems (maybe an option somewhere...). In saying that, I have to assume that if people (you?) want control over R, they are using the *command line in the first place. The GUI
2009 Dec 04
0
Re Off topic - Compendium of distributions
Hi, I am going to sound mean here, however I don't feel the document is "very comprehensive". Maybe concise is a better word. I quickly looked through the document. The biggest problem is that there is very little discussion on multivariate distributions. Noting that multivariate distributions play a critical role in statistical theory, plus are gaining an increasing number of
2009 Dec 04
0
Re shorten str() output for long list
I doubt str is intended to work the way you want it to. I certainly wouldn't use it that way. The choice of data structure here is inappropriate, use a vector not a list. If you absolutely must do what you are asking, then simply write your own function. Use a heuristic for object length, say if less than 200 do such and such, otherwise do something else. In regards to some of your other
2010 Apr 08
1
texi2dvi runs but produces no output
I am working on a Windows XP machine with R 2.10.1 and a recent installation of MiKTeX 2.8. I use LyX (www.lyx.org) to write documents and have it set up to run Sweave, Stangle, and make the PDF through R using a batch script and a MakeSweave.R file. This system worked just fine until I ran some MiKTeX updates yesterday. This is a bit embarrassing as I helped produce a "How-to" guide to
2012 Jul 03
2
Problem in vignette packaging of Sweave in utils package
In ?Sweave, it refers to Sweave User Manual. In the doc folder of utils package, I see "Sweave.pdf". However, I can't find it from within R > vignette("Sweave User Manual") Warning message: vignette ?Sweave User Manual? not found > browseVignettes("utils") No vignettes found by browseVignettes("utils") > library(help=utils) does not
2013 Oct 22
1
possible Sweave problem in rdevel build on Debian 6.0.8?
Dear R-sig-debian, As of last night, we are running into a build failure when trying to compile the development version of R from the svn repository, Revision: 64090: ./configure && make -j4 distclean && ./configure && make -j4 [lots of normal compile output not shown...] building/updating vignettes for package 'utils' ... processing 'Sweave.Rnw' Error:
2014 Mar 14
1
Problems building package vignette: Sweave requires multiple passes to build document.
Dear R-devel, Question: How can I get Sweave to recognize that the \thebibliography section is already created and generate the vignette pdf with a single pass? Or is there a way to let R CMD build know that Sweave needs to be run twice? If (1) is not possible, any suggestions how to auto-generate a crude generic bibtex .bib file from my existing document? Background: I maintain
2013 Oct 13
1
Compatibility with R 2.15.x: Makefile for (non-Sweave) vignettes in vignettes/?
In R 3.1.0 (~April 2014), support for vignettes in inst/doc/ will go away (and probably much sooner for CRAN submission), e.g. checking for old-style vignette sources ... NOTE Vignette sources only in ?inst/doc?: ?R.devices-overview.tex.rsp? A ?vignettes? directory is required as from R 3.1.0 and these will not be indexed nor checked I've been sticking with inst/doc/ for backward compatible