ocean-tracking-network / 2024-symp-ecr-setup

Repo for code and setup info for the 2024 OTN Symposium ECR workshop
https://ocean-tracking-network.github.io/2024-symp-ecr-setup
Other
0 stars 0 forks source link

Flavio fixes #6

Closed CaitlinBate closed 2 months ago

CaitlinBate commented 2 months ago

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!

jdpye commented 2 months ago

Hidden requirement : patchwork 1.2.0 in order to dodge this issue: https://github.com/tidyverse/ggplot2/issues/5612

jdpye commented 2 months ago

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?

jackVanish commented 2 months ago

Sent a note to Hugo following up on all this, will update the ticket when I hear back.

hugomflavio commented 2 months ago

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.

jackVanish commented 2 months ago

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.

jackVanish commented 2 months ago

Hugo has made the setwd() change in the repo, so this should be handled.