Tom Cardoso. Author, maintainer.
- creator and maintainer
-
-
-
Michael Pereira. Contributor.
-
-
-
-
The Globe and Mail Inc.. Copyright holder.
-
-
-
+
+
Cardoso T (2024).
+upstartr: Utilities Powering the Globe and Mail's Data Journalism Template.
+R package version 0.1.2, https://globeandmail.github.io/upstartr/, https://github.com/globeandmail/upstartr.
+
+
@Manual{,
+ title = {upstartr: Utilities Powering the Globe and Mail's Data Journalism Template},
+ author = {Tom Cardoso},
+ year = {2024},
+ note = {R package version 0.1.2, https://globeandmail.github.io/upstartr/},
+ url = {https://github.com/globeandmail/upstartr},
+}
Upstartr is a companion package to The Globe and Mail’s data journalism template, startr. It contains a series of functions meant to be consumed by the template project, plus additional helpful functions for day-to-day data journalism.
-
-
-Installation
+
+
upstartr
+
+
+
Upstartr is a companion package to The Globe and Mail’s data journalism template, startr. It contains a series of functions meant to be consumed by the template project, plus additional helpful functions for day-to-day data journalism.
Adds an extra newline to the initialize_startr() log messages so that it stays on its own line.
-
Fixes an issue with write_plot() where the format parameter was inadvertently being passed to ggsave(), which would then throw an error.
-
+
+
Version 0.1.2
+
Small bug fix: - Fixes an error where initialize_startr() breaks if cancensus is among listed packages due to an errant comma.
-
-
-Version 0.1.0 2021-02-15
-
+
+
Version 0.1.12021-02-23
+
Small bug fixes: - Adds an extra newline to the initialize_startr() log messages so that it stays on its own line. - Fixes an issue with write_plot() where the format parameter was inadvertently being passed to ggsave(), which would then throw an error.
The pre-processing step, run as part of upstartr::run_process
+
The pre-processing step, run as part of upstartr::run_process
during the process.R stage of a startr project, logs all variables
currently in the global environment, which will then be removed during the
post-processing step to keep the startr environment unpolluted.