Skip to content

Commit

Permalink
uncomment dev.off() which caused issues initially rerunning code
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Turley committed Jun 7, 2024
1 parent 100a95a commit 1f2b819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indicator_processing/automated_download/sst.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://stackoverflow.com/questions/68666187/internetopenurl-failed-a-connection-with-the-server-could-not-be-established

rm(list = ls())
# dev.off()
dev.off()

library(lubridate)
library(maps)
Expand Down

0 comments on commit 1f2b819

Please sign in to comment.