Closed CaitlinBate closed 2 months ago
Hidden requirement : patchwork 1.2.0 in order to dodge this issue: https://github.com/tidyverse/ggplot2/issues/5612
submitted a ticket against the effective-fiesta toolbox repo Hugo favours to check for correct versions of ggplot and patchwork for its component functions.
Are we intending to host Hugo's final codebase? That would be preferable to the zipfile for everyone, I would think?
Sent a note to Hugo following up on all this, will update the ticket when I hear back.
I've added the patchwork version check to plot_vars (closing https://github.com/hugomflavio/effective-fiesta/issues/1)
The setwd() thing is a good catch.. I've gotten too used to just pressing CTRL SHIFT H whenever I start working on something...
It probably makes more sense to host the code on an OTN repo. If you set that up, we can fix the setwd() issue in situ.
https://github.com/ocean-tracking-network/2024-ecrworkshop-actel
Repo made! Lemme know if it's all copacetic, I'm going to edit the setup page to point to this.
Hugo has made the setwd() change in the repo, so this should be handled.
line 20 error:
bush14 <- dataToList("dataset/2014/actel_migration_results.RData") Error in readChar(con, 5L, useBytes = TRUE) : cannot open the connection In addition: Warning message: In readChar(con, 5L, useBytes = TRUE) : cannot open compressed file 'dataset/2014/actel_migration_results.RData', probable reason 'No such file or directory'
^ setting working directory manually worked here!