-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The RSS feed for this site did not contain the full content of the articles in this project on previous commits due to an ongoing issue with the {distill} package. To address this, the Rmarkdown files in this projet were rendered again after installing the development version of distill using 'devtools::install_github("rstudio/distill")'. While rendering the articles again using this development version of {distill}, errors arose with 'ggplot2::ggsave()' commands and with the relative paths to these saved files. The ggsave() commands were removed as they were no longer needed and the file paths were fixed. The ggsave() commands were redundant as the plots are already written to files during rendering of distill articles using 'rmarkdown::render()'. This commit was delayed due to issues installing the {sf} package used in the US Post Offices article, despite having met the system requirements outlined on CRAN. The package was successfully installed once the path to the system libraries was specified during the installation using an additional argument. For example: 'install.packages("sf", configure.args = "--with-proj-lib=/usr:/lib")'
- Loading branch information
Ronan
committed
Jun 27, 2021
1 parent
e9850ed
commit 3608329
Showing
88 changed files
with
1,790 additions
and
569 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+266 KB
(100%)
_posts/2021-03-21-bechdel-test/bechdel-test_files/figure-html5/figure1-1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-20.7 KB
(85%)
_posts/2021-03-21-bechdel-test/bechdel-test_files/figure-html5/figure2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-19.7 KB
(84%)
_posts/2021-03-21-bechdel-test/bechdel-test_files/figure-html5/figure3-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
_posts/2021-03-21-bechdel-test/bechdel-test_files/header-attrs-2.9.1/header-attrs.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to | ||
// be compatible with the behavior of Pandoc < 2.8). | ||
document.addEventListener('DOMContentLoaded', function(e) { | ||
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); | ||
var i, h, a; | ||
for (i = 0; i < hs.length; i++) { | ||
h = hs[i]; | ||
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 | ||
a = h.attributes; | ||
while (a.length > 0) h.removeAttribute(a[0].name); | ||
} | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-39.4 KB
(73%)
...-video-games-and-sliced/video-games-and-sliced_files/figure-html5/figure1-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-30.9 KB
(73%)
...-video-games-and-sliced/video-games-and-sliced_files/figure-html5/figure2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
...23-video-games-and-sliced/video-games-and-sliced_files/header-attrs-2.9.1/header-attrs.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to | ||
// be compatible with the behavior of Pandoc < 2.8). | ||
document.addEventListener('DOMContentLoaded', function(e) { | ||
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); | ||
var i, h, a; | ||
for (i = 0; i < hs.length; i++) { | ||
h = hs[i]; | ||
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 | ||
a = h.attributes; | ||
while (a.length > 0) h.removeAttribute(a[0].name); | ||
} | ||
}); |
Oops, something went wrong.