Adding the snapshots as done in #339 seems to not be fully sufficient.
https://github.com/AlexsLemonade/scpcaTools/actions/runs/24194740458
Something about the file format is a bit different with the latest versions zellkonverter, most likely, because we are now getting errors that the files are different. However, all the other checks for the internal content are correct. If we think those are sufficient, we can probably suppress the snapshot check in CI as described at https://testthat.r-lib.org/reference/expect_snapshot_file.html
This is not a priority for now, but certainly something we should revisit.
Adding the snapshots as done in #339 seems to not be fully sufficient.
https://github.com/AlexsLemonade/scpcaTools/actions/runs/24194740458
Something about the file format is a bit different with the latest versions
zellkonverter, most likely, because we are now getting errors that the files are different. However, all the other checks for the internal content are correct. If we think those are sufficient, we can probably suppress the snapshot check in CI as described at https://testthat.r-lib.org/reference/expect_snapshot_file.htmlThis is not a priority for now, but certainly something we should revisit.