Displaying 10 results from an estimated 10 matches for "lindel".
Did you mean:
linden
2006 Dec 12
1
Sweave, Xfig, pdflatex and \setkeys
...included graphics, but without success. Does anyone know how to undo a
definition that has been set with \setkeys?
Or does anyone has another workaround for including xfig graphics with
LaTeX text in Sweave?
Looking forward to your help,
--
--------------------------------------------------
David Lindel?f
Station 18
LESO-PB/EPFL
1015 Lausanne
tel +41-21-693.5556
mob +41-79-415.6641
fax +41-21-693.2722
e-mail david.lindelof at epfl.ch
url http://lesowww.epfl.ch/doctorants/lindelof/
weblog http://visnet.ch/~lindelof/smartbuildings/
--------------------------------------------------
In the force if...
2019 Feb 02
1
Runnable R packages
...vel
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
______________________________________________
R-devel at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
David Lindel?f, Ph.D.
+41 (0)79 415 66 41 <//415 66 41> or skype:david.lindelof
http://computersandbuildings.com
Follow me on Twitter:
http://twitter.com/dlindelof
[[alternative HTML version deleted]]
2019 Jan 31
0
Runnable R packages
...acks) developers and make it easier
to develop R applications for those platforms.
A candid comment from Dirk suggested that I should implement this myself,
which I would be happy to do, provided this is the normal procedure. Or is
there a more formal process I should follow?
Kind regards,
David Lindel?f
[[alternative HTML version deleted]]
2006 Dec 01
0
Confusing difference in S4 summary method dispatch within an S3 summary
...summary() - i.e. so summary.object <-
function(x) { summary(x) } doesn't blow up the stack - but is there a
workaround?
Chris
--
Christopher N. Lawrence <clawren6 at slu.edu>
Assistant Professor of Political Science (non-tenure-track)
Saint Louis University
109 Fitzgerald Hall
3500 Lindell Boulevard
St. Louis, Missouri 63103-1021
Website: http://www.cnlawrence.com/
2007 Apr 22
0
LaTeX, Sweave, Lattice and Computer Modern fonts
...'s website
and assorted posters, but would some charitable soul be so kind as to
explain the step by step procedure for having Sweave produce Lattice
graphics with Computer Modern fonts for inclusion in a LaTeX document?
Best regards,
--
--------------------------------------------------
David Lindel?f
Station 18
LESO-PB/EPFL
1015 Lausanne
tel +41-21-693.5556
mob +41-79-415.6641
fax +41-21-693.2722
e-mail david.lindelof at epfl.ch
url http://lesowww.epfl.ch/doctorants/lindelof/
weblog http://visnet.ch/~lindelof/smartbuildings/
--------------------------------------------------
Sigh. I like to...
2010 Feb 16
0
Analyzing event times with densityplot
...;d like to identify spikes when several visitors
come to the site at the "same" time (say, within 5 seconds of each
others). How should I choose the bandwidth (and kernel for that
matter)?
Your help would be much, much appreciated.
--
::::::::::::::::::::::::::::::::::::::::::::
David Lindel?f, Ph.D.
+41 (0)79 415 66 41 or skype:david.lindelof
Better Software for Tomorrow's Cities:
http://computersandbuildings.com
Follow me on Twitter:
http://twitter.com/dlindelof
2019 Jan 07
0
Runnable R packages
Dear David, sharing some related (subjective) thoughts below.
On Mon, Jan 7, 2019 at 9:53 PM David Lindelof <lindelof at ieee.org> wrote:
>
> 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 if this has been discussed before.
>
>...
2019 Jan 03
10
Runnable R packages
...be run
through, for example, a new R CMD command, for example:
R CMD RUN <package> <args>
I?m sure there are plenty of wrinkles in this idea that need to be ironed
out, but is this something that has ever been considered, or that is on R?s
roadmap?
Thanks for reading so far,
David Lindel?f, Ph.D.
+41 (0)79 415 66 41 or skype:david.lindelof
http://computersandbuildings.com
Follow me on Twitter:
http://twitter.com/dlindelof
[[alternative HTML version deleted]]
2019 Jan 07
2
Runnable R packages
On Mon, 7 Jan 2019 at 22:09, Gergely Dar?czi <daroczig at rapporter.net> wrote:
>
> Dear David, sharing some related (subjective) thoughts below.
>
> You can provide your app as a Docker image, so that the end-user
> simply calls a "docker pull" and then "docker run" -- that can be done
> from a user-friendly script as well.
> Of course, this requires
2019 Feb 02
5
Runnable R packages
I don't think anyone denies that you *could* make an EXE to do all
that. The discussion is on *how easy* it should be to create a single
file that contains an initial "main" function plus a set of bundled
code (potentially as a package) and which when run will install its
package code (which is contained in itself, its not in a repo),
install dependencies, and run the main()