Skip to content

Commit 4c3830c

Browse files
committed
get the citations right
1 parent ca57344 commit 4c3830c

File tree

8 files changed

+465
-374
lines changed

8 files changed

+465
-374
lines changed

_freeze/forecast-framework/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

_freeze/index/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

_freeze/index/figure-html/unnamed-chunk-8-1.svg

Lines changed: 210 additions & 208 deletions
Loading

_freeze/references/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"hash": "f53e374dd89ed88b6421c4e30557f1e2",
2+
"hash": "645e6a629a970bbc7be4e2175cc055fa",
33
"result": {
4-
"markdown": "---\nnocite: |\n @*\n---\n\n\n# References {.unnumbered}\n\n\n::: {.cell}\n\n:::\n\n\n\n::: {#refs}\n\n:::\n",
4+
"markdown": "# References {.unnumbered}\n\n\n::: {.cell}\n\n:::\n\n\n\n::: {#refs}\n\n:::\n",
55
"supporting": [],
66
"filters": [
77
"rmarkdown/pagebreak.lua"

index.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
toc-depth: 2
3+
nocite: |
4+
@*
35
---
46

57
# Preface {.unnumbered}

packages.bib

Lines changed: 40 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ @Manual{R-base
33
author = {{R Core Team}},
44
organization = {R Foundation for Statistical Computing},
55
address = {Vienna, Austria},
6-
year = {2022},
6+
year = {2023},
77
url = {https://www.R-project.org/},
88
}
99

1010
@Manual{R-dplyr,
1111
title = {dplyr: A Grammar of Data Manipulation},
1212
author = {Hadley Wickham and Romain François and Lionel Henry and Kirill Müller and Davis Vaughan},
1313
year = {2023},
14-
note = {https://dplyr.tidyverse.org},
14+
note = {R package version 1.1.2},
15+
url = {https://CRAN.R-project.org/package=dplyr},
1516
}
1617

1718
@Manual{R-epidatasets,
@@ -48,66 +49,80 @@ @Manual{R-epiprocess
4849
@Manual{R-forcats,
4950
title = {forcats: Tools for Working with Categorical Variables (Factors)},
5051
author = {Hadley Wickham},
51-
year = {2021},
52-
note = {R package version 0.5.1},
52+
year = {2023},
53+
note = {R package version 1.0.0},
5354
url = {https://CRAN.R-project.org/package=forcats},
5455
}
5556

5657
@Manual{R-ggplot2,
5758
title = {ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics},
5859
author = {Hadley Wickham and Winston Chang and Lionel Henry and Thomas Lin Pedersen and Kohske Takahashi and Claus Wilke and Kara Woo and Hiroaki Yutani and Dewey Dunnington},
5960
year = {2023},
60-
note = {https://ggplot2.tidyverse.org},
61+
note = {R package version 3.4.2},
62+
url = {https://CRAN.R-project.org/package=ggplot2},
63+
}
64+
65+
@Manual{R-lubridate,
66+
title = {lubridate: Make Dealing with Dates a Little Easier},
67+
author = {Vitalie Spinu and Garrett Grolemund and Hadley Wickham},
68+
year = {2023},
69+
note = {R package version 1.9.2},
70+
url = {https://CRAN.R-project.org/package=lubridate},
6171
}
6272

6373
@Manual{R-parsnip,
6474
title = {parsnip: A Common API to Modeling and Analysis Functions},
6575
author = {Max Kuhn and Davis Vaughan},
6676
year = {2023},
67-
note = {https://github.com/tidymodels/parsnip},
77+
note = {R package version 1.1.0},
78+
url = {https://CRAN.R-project.org/package=parsnip},
6879
}
6980

7081
@Manual{R-purrr,
7182
title = {purrr: Functional Programming Tools},
7283
author = {Hadley Wickham and Lionel Henry},
7384
year = {2023},
74-
note = {https://purrr.tidyverse.org/},
85+
note = {R package version 1.0.1},
86+
url = {https://CRAN.R-project.org/package=purrr},
7587
}
7688

7789
@Manual{R-readr,
7890
title = {readr: Read Rectangular Text Data},
7991
author = {Hadley Wickham and Jim Hester and Jennifer Bryan},
80-
year = {2022},
81-
note = {R package version 2.1.2},
92+
year = {2023},
93+
note = {R package version 2.1.4},
8294
url = {https://CRAN.R-project.org/package=readr},
8395
}
8496

8597
@Manual{R-stringr,
8698
title = {stringr: Simple, Consistent Wrappers for Common String Operations},
8799
author = {Hadley Wickham},
88100
year = {2022},
89-
note = {https://stringr.tidyverse.org},
101+
note = {R package version 1.5.0},
102+
url = {https://CRAN.R-project.org/package=stringr},
90103
}
91104

92105
@Manual{R-tibble,
93106
title = {tibble: Simple Data Frames},
94107
author = {Kirill Müller and Hadley Wickham},
95108
year = {2023},
96-
note = {https://tibble.tidyverse.org/},
109+
note = {R package version 3.2.1},
110+
url = {https://CRAN.R-project.org/package=tibble},
97111
}
98112

99113
@Manual{R-tidyr,
100114
title = {tidyr: Tidy Messy Data},
101115
author = {Hadley Wickham and Davis Vaughan and Maximilian Girlich},
102116
year = {2023},
103-
note = {https://tidyr.tidyverse.org},
117+
note = {R package version 1.3.0},
118+
url = {https://CRAN.R-project.org/package=tidyr},
104119
}
105120

106121
@Manual{R-tidyverse,
107122
title = {tidyverse: Easily Install and Load the Tidyverse},
108123
author = {Hadley Wickham},
109-
year = {2021},
110-
note = {R package version 1.3.1},
124+
year = {2023},
125+
note = {R package version 2.0.0},
111126
url = {https://CRAN.R-project.org/package=tidyverse},
112127
}
113128

@@ -120,6 +135,17 @@ @Book{ggplot22016
120135
url = {https://ggplot2.tidyverse.org},
121136
}
122137

138+
@Article{lubridate2011,
139+
title = {Dates and Times Made Easy with {lubridate}},
140+
author = {Garrett Grolemund and Hadley Wickham},
141+
journal = {Journal of Statistical Software},
142+
year = {2011},
143+
volume = {40},
144+
number = {3},
145+
pages = {1--25},
146+
url = {https://www.jstatsoft.org/v40/i03/},
147+
}
148+
123149
@Article{tidyverse2019,
124150
title = {Welcome to the {tidyverse}},
125151
author = {Hadley Wickham and Mara Averick and Jennifer Bryan and Winston Chang and Lucy D'Agostino McGowan and Romain François and Garrett Grolemund and Alex Hayes and Lionel Henry and Jim Hester and Max Kuhn and Thomas Lin Pedersen and Evan Miller and Stephan Milton Bache and Kirill Müller and Jeroen Ooms and David Robinson and Dana Paige Seidel and Vitalie Spinu and Kohske Takahashi and Davis Vaughan and Claus Wilke and Kara Woo and Hiroaki Yutani},

references.qmd

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
nocite: |
3-
@*
4-
---
5-
61
# References {.unnumbered}
72

83
```{r}

0 commit comments

Comments
 (0)