Skip to content

Commit 8550016

Browse files
committed
Initial 2025 tech doc build
1 parent 256fa7e commit 8550016

File tree

3 files changed

+578
-121
lines changed

3 files changed

+578
-121
lines changed

_bookdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ rmd_files:
5757
- "chapters/grayseal.Rmd"
5858
- "chapters/seabird_ne.Rmd"
5959
- "chapters/cetacean_acoustic.Rmd"
60-
- "chapters/wea_sound"
60+
- "chapters/wea_sound.Rmd"
6161
- "chapters/species_groupings.rmd"
6262
#
6363
#

packages.bib

Lines changed: 28 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,40 @@ @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-bookdown,
1111
title = {bookdown: Authoring Books and Technical Documents with R Markdown},
1212
author = {Yihui Xie},
1313
year = {2024},
14-
note = {R package version 0.38},
14+
note = {R package version 0.41},
1515
url = {https://github.com/rstudio/bookdown},
1616
}
1717

1818
@Manual{R-dplyr,
1919
title = {dplyr: A Grammar of Data Manipulation},
2020
author = {Hadley Wickham and Romain François and Lionel Henry and Kirill Müller and Davis Vaughan},
21-
year = {2024},
22-
note = {R package version 1.1.4.9000},
21+
year = {2023},
22+
note = {R package version 1.1.4},
2323
url = {https://dplyr.tidyverse.org},
2424
}
2525

2626
@Manual{R-DT,
2727
title = {DT: A Wrapper of the JavaScript Library DataTables},
2828
author = {Yihui Xie and Joe Cheng and Xianying Tan},
29-
year = {2024},
30-
note = {R package version 0.32},
29+
year = {2023},
30+
note = {R package version 0.29},
3131
url = {https://github.com/rstudio/DT},
3232
}
3333

34+
@Manual{R-ecodata,
35+
title = {ecodata: Documentation of Ecosystem Indicator Reporting},
36+
author = {Brandon Beltz and Kimberly Bastille and Sean Hardison},
37+
note = {R package version 5.0.2},
38+
year = {2024},
39+
}
3440

3541
@Manual{R-forcats,
3642
title = {forcats: Tools for Working with Categorical Variables (Factors)},
@@ -60,7 +66,7 @@ @Manual{R-htmlwidgets
6066
title = {htmlwidgets: HTML Widgets for R},
6167
author = {Ramnath Vaidyanathan and Yihui Xie and JJ Allaire and Joe Cheng and Carson Sievert and Kenton Russell},
6268
year = {2023},
63-
note = {R package version 1.6.4},
69+
note = {R package version 1.6.2},
6470
url = {https://github.com/ramnathv/htmlwidgets},
6571
}
6672

@@ -75,8 +81,8 @@ @Manual{R-kableExtra
7581
@Manual{R-knitr,
7682
title = {knitr: A General-Purpose Package for Dynamic Report Generation in R},
7783
author = {Yihui Xie},
78-
year = {2023},
79-
note = {R package version 1.45},
84+
year = {2024},
85+
note = {R package version 1.49},
8086
url = {https://yihui.org/knitr/},
8187
}
8288

@@ -88,6 +94,13 @@ @Manual{R-lubridate
8894
url = {https://lubridate.tidyverse.org},
8995
}
9096

97+
@Manual{R-miniUI,
98+
title = {miniUI: Shiny UI Widgets for Small Screens},
99+
author = {Joe Cheng},
100+
year = {2018},
101+
note = {R package version 0.1.1.1},
102+
url = {https://CRAN.R-project.org/package=miniUI},
103+
}
91104

92105
@Manual{R-purrr,
93106
title = {purrr: Functional Programming Tools},
@@ -100,33 +113,33 @@ @Manual{R-purrr
100113
@Manual{R-readr,
101114
title = {readr: Read Rectangular Text Data},
102115
author = {Hadley Wickham and Jim Hester and Jennifer Bryan},
103-
year = {2022},
104-
note = {R package version 2.1.2},
116+
year = {2023},
117+
note = {R package version 2.1.4},
105118
url = {https://readr.tidyverse.org},
106119
}
107120

108121
@Manual{R-rmarkdown,
109122
title = {rmarkdown: Dynamic Documents for R},
110123
author = {JJ Allaire and Yihui Xie and Christophe Dervieux and Jonathan McPherson and Javier Luraschi and Kevin Ushey and Aron Atkins and Hadley Wickham and Joe Cheng and Winston Chang and Richard Iannone},
111124
year = {2024},
112-
note = {R package version 2.27},
125+
note = {R package version 2.29},
113126
url = {https://github.com/rstudio/rmarkdown},
114127
}
115128

116129
@Manual{R-servr,
117130
title = {servr: A Simple HTTP Server to Serve Static Files or Dynamic Documents},
118131
author = {Yihui Xie},
119132
year = {2024},
120-
note = {R package version 0.29},
133+
note = {R package version 0.30},
121134
url = {https://github.com/yihui/servr},
122135
}
123136

124137
@Manual{R-stocksmart,
125138
title = {stocksmart: Provides access to NOAAs stock SMART data},
126139
author = {Andy Beet},
127-
note = {R package version 0.6.26},
140+
year = {2023},
141+
note = {R package version 0.6.12},
128142
url = {https://github.com/NOAA-EDAB/stocksmart},
129-
year = {2024},
130143
}
131144

132145
@Manual{R-stringr,

0 commit comments

Comments
 (0)