Tutorial fails to compile on Windows OS

I'm working with the following packages that provide data and a set of tutorials.

library(remotes)
remotes::install_github("PPBDS/primer.tutorials")
library(primer.tutorials)

There seems to be an issue when compiling these tutorials - specifically the "Tools" tutorial such that the following error occurs for a handful of people on Windows machines but seems to run smoothly on the Mac OS.


Quitting from lines 74-79 (tutorial.Rmd)
Error in readPNG(file) :
unable to open C:/Users/chris/Documents/R/win-library/4.0/primer.tutorials/imagespwd.png
Calls: sourceWithProgress ... withCallingHandlers -> withVisible -> eval -> eval -> readPNG
Execution halted

I have tried to update the png package as well as any others tangent to it. I have also checked that I have the most recent R/RStudio software. I originally thought that this would be an Rtools issue, but installing that did not render any different results.

Any and all advice appreciated!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.