Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

14 results for “from:David Lindelöf”

Loading a package without having to install it?
David Lindelof · Mar 30, 2011 · r-help

Dear UseRs, If I build an R package, is there a way to load it without having to install it? Kind regards, -- :::::::::::::::::::::::::::::::::::::::::::: David Lindel?f, Ph.D. +41 (0)79 415 66 41 or skype:david.lindelof Better Software for...

Passing a missing argument
David Lindelof · May 27, 2007 · r-help

Dear userRs, Is there a way to explicitly set an argument to a function call as missing? E.g., histogram(foo, bar, endpoints=ifelse(!missing(limits),limits,NA/NULL/whatever))) In this call I want to set a value to...

Multiple trellis plots without intervening space
David Lindelof · Apr 26, 2007 · r-help

Dear useRs, I'm trying to create a 10x7 rectangular grid of individual plots, each of which is a contour plot that shows a slice from a three-dimensional matrix. How can I specify that I do not want any...

LaTeX, Sweave, Lattice and Computer Modern fonts
David Lindelof · Apr 22, 2007 · r-help

Dear useRs, I am pretty sure the answer to my question is out there if I would just take the time to cross-correlate information that's scattered among different email exchanges, useR! presentations, Paul Murrel's website and assorted...

Sweave, Xfig, pdflatex and \setkeys
David Lindelöf · Dec 12, 2006 · r-help

Dear useRs, How does one include graphics created with Xfig with LaTeX fonts into Sweave? If I create a graphic with Xfig with some Computer Modern fonts, I choose to export it as combined PDF and LaTeX. So I get...

Sweave, Xfig, pdflatex and \setkeys
David Lindelöf · Dec 13, 2006 · r-help

On Tue, 2006-12-12 at 13:22 -0500, Kevin E. Thorpe wrote: > > Trouble is that Sweave defines (with \setkeys) the default width of > > \includegraphics to be 0.8 times the \textwidth. The result is that the > > graphic is scaled...

Runnable R packages
David Lindelof · Jan 31, 2019 · r-devel

Would you care to share how your package installs its own dependencies? I assume this is done during the call to `main()`? (Last time I checked, R CMD INSTALL would not install a package's dependencies...) On Thu, Jan 31...

Analyzing event times with densityplot
David Lindelof · Feb 16, 2010 · r-help

Dear useRs, I have a file with a sequence of event timestamps, for instance the times at which someone visits a website: 02.02.2010 09:00:00 02.02.2010 09:00:00 02.02.2010 09:00:00...

Runnable R packages
David Lindelof · Feb 1, 2019 · r-devel

@Barry I'm not sure your proposal would work, since `R CMD INSTALL` won't install a package's dependencies. Indeed it will fail with an error unless all the dependencies are met before calling it. Speaking of which, why...

Runnable R packages
David Lindelof · Jan 3, 2019 · r-devel

Dear all, I?m working as a data scientist in a major tech company. I have been using R for almost 20 years now and there?s one issue that?s been bugging me of late. I apologize in advance...

Runnable R packages
David Lindelof · Jan 31, 2019 · r-devel

Belated thanks to all who replied to my initial query. In summary, three approaches have been mentioned to run R code "in production": 1) ShinyProxy, mentioned by Tobias, for deploying Shiny applications; 2) Docker-like solutions, mentioned by Gergely and...

Runnable R packages
David Lindelof · Feb 8, 2019 · r-devel

Sure, you can find it here: https://github.com/dlindelof/run On Fri, Feb 8, 2019 at 9:41 AM Rainer M Krug <Rainer at krugs.de> wrote: > Sounds interesting. Do you have it on GitHub or similar? > > Rainer > > On...

Runnable R packages
David Lindelof · Feb 8, 2019 · r-devel

Yesterday I wrote and submitted to CRAN a package `run`, which implements the ideas discussed in this thread. Given a package tarball foo_0.1.0.tar.gz, users will be able to run Rscript -e "run::run('foo_0...

Runnable R packages
David Lindelof · Feb 2, 2019 · r-devel

I see some value in Duncan?s proposal to implement this as an extra package instead of a change to base R, if only to see if the idea has legs. I?m minded to do so myself using your...

Can't find what you're looking for? Try searching with Google .