Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ revdep
cache
_site
_web
*.log
*.aux
2 changes: 1 addition & 1 deletion _articles/RJ-2023-056/RJ-2023-056.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ author:
- Ciudad Universitaria, Bogotá
- Colombia
- name: L.M. Rondón
affiliation: Departamento de Estadística, Universidad Nacional
affiliation: Departamento de Estadística, Universidad Nacional de Colombia
email: |
lmrondonp@unal.edu.co
address:
Expand Down
2 changes: 1 addition & 1 deletion _articles/RJ-2023-056/RJ-2023-056.tex
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

\address{%
L.M. Rondón\\
Departamento de Estadística, Universidad Nacional\\%
Departamento de Estadística, Universidad Nacional de Colombia\\%
Ciudad Universitaria, Bogotá\\ Colombia\\
%
%
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated by `rjournal_pdf_article()` using `knitr::purl()`: do not edit by hand
# Please edit fritz.Rmd to modify this file
# Please edit RJ-2024-001.Rmd to modify this file

## ----leisch-------------------------------------------------------------------
#| echo: false
Expand All @@ -8,8 +8,7 @@
#| fig-pos: 'h!'
#| fig-show: 'hold'
#| fig-cap: 'Fritz Leisch at his inaugural lecture at BOKU in 2011. Source: BOKU.'
library("cowplot")
ggdraw() + draw_image("figures/img-leisch.jpg", width = 1)
knitr::include_graphics("figures/img-leisch.jpg")


## ----lmu----------------------------------------------------------------------
Expand All @@ -19,7 +18,7 @@ ggdraw() + draw_image("figures/img-leisch.jpg", width = 1)
#| fig-pos: 't!'
#| fig-show: 'hold'
#| fig-cap: 'Computational statistics group at LMU in 2007 (left to right): Sebastian Kaiser, Adrian Duffner, Manuel Eugster, Fritz Leisch. Source: Carolin Strobl.'
ggdraw() + draw_image("figures/img-lmu.jpg", width = 1)
knitr::include_graphics("figures/img-lmu.jpg")


## ----boku---------------------------------------------------------------------
Expand All @@ -29,7 +28,7 @@ ggdraw() + draw_image("figures/img-lmu.jpg", width = 1)
#| fig-pos: 't!'
#| fig-show: 'hold'
#| fig-cap: 'Institute of Statistics at BOKU in 2022 (left to right, back to front): Johannes Laimighofer, Nur Banu Özcelik, Ursula Laa, Fritz Leisch, Bernhard Spangl, Gregor Laaha, Matthias Medl. Robert Wiedermann, Lena Ortega Menjivar, Theresa Scharl, Melati Avedis. Source: BOKU.'
ggdraw() + draw_image("figures/img-boku.jpg", width = 1)
knitr::include_graphics("figures/img-boku.jpg")


## ----cran---------------------------------------------------------------------
Expand All @@ -39,7 +38,7 @@ ggdraw() + draw_image("figures/img-boku.jpg", width = 1)
#| fig-pos: 't!'
#| fig-show: 'hold'
#| fig-cap: 'Screenshot of the landing page of the CRAN master site at TU Wien on 1998-01-10, as last modified by Fritz on 1997-12-09. Source: Internet Archive.'
ggdraw() + draw_image("figures/img-cran.png", width = 1)
knitr::include_graphics("figures/img-cran.png")


## ----dsc1999------------------------------------------------------------------
Expand All @@ -49,11 +48,11 @@ ggdraw() + draw_image("figures/img-cran.png", width = 1)
#| fig-pos: 'p!'
#| fig-show: 'hold'
#| fig-cap: 'Discussions at DSC 1999 (top to bottom, left to right): Thomas Lumley, Fritz Leisch, Luke Tierney. Peter Dalgaard, Ross Ihaka, Paul Murrell. Brian Ripley, Martin Mächler, Robert Gentleman, Kurt Hornik. Source: Douglas Bates (DSC 1999 homepage).'
ggdraw() + draw_image("figures/img-dsc1999a.jpg", width = 1)
knitr::include_graphics("figures/img-dsc1999a.jpg")

ggdraw() + draw_image("figures/img-dsc1999b.jpg", width = 1)
knitr::include_graphics("figures/img-dsc1999b.jpg")

ggdraw() + draw_image("figures/img-dsc1999c.jpg", width = 1)
knitr::include_graphics("figures/img-dsc1999c.jpg")


## ----user2006-----------------------------------------------------------------
Expand All @@ -63,8 +62,7 @@ ggdraw() + draw_image("figures/img-dsc1999c.jpg", width = 1)
#| fig-pos: 't!'
#| fig-show: 'hold'
#| fig-cap: 'Conference dinner at useR! 2006 (left to right): Fritz Leisch, Torsten Hothorn, Tim Hesterberg. Source: Carolin Strobl (useR! 2006 homepage).'
library("cowplot")
ggdraw() + draw_image("figures/img-user2006.jpg", width = 1)
knitr::include_graphics("figures/img-user2006.jpg")


## ----sweave-------------------------------------------------------------------
Expand All @@ -74,5 +72,5 @@ ggdraw() + draw_image("figures/img-user2006.jpg", width = 1)
#| fig-pos: 't!'
#| fig-show: 'hold'
#| fig-cap: 'Screenshot of the strucchange package vignette, shown in a PDF viewer (right), along with the vExplorer from Bioconductor for interactive code execution (top left) with output in the active R graphics window (bottom left). Source: Leisch (2003, Figure 2).'
ggdraw() + draw_image("figures/img-sweave.png", width = 1)
knitr::include_graphics("figures/img-sweave.png")

Loading