Closed s-andrews closed 4 years ago
Should be fixed now, removed local dependencies and made a change to .rda from .rds files
Yes, it now installs successfully. I just get a bunch of warnings about:
WARNING: Added dependency on R >= 3.5.0 because serialized objects in serialize/load version 3 cannot be read in older versions of R. File(s) containing such objects: 'Trainingdata/data/Biochemical_Oxygen_Demand.rda'
...lots of times. Looks like you need to add an R version dependency to your config file.
Yeah I got those too, I was just confused as to why it had a dependency on an older version of r?
Sent from my iPhone
On 21 Jul 2020, at 11:39 am, Simon Andrews notifications@github.com wrote:
Yes, it now installs successfully. I just get a bunch of warnings about:
WARNING: Added dependency on R >= 3.5.0 because serialized objects in serialize/load version 3 cannot be read in older versions of R. File(s) containing such objects: 'Trainingdata/data/Biochemical_Oxygen_Demand.rda'
...lots of times. Looks like you need to add an R version dependency to your config file.
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHubhttps://github.com/StevenWingett/LifeSciencesTrainingDatasets/issues/1#issuecomment-661779328, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQKBWY6NR5W27633VLH63P3R4VV6BANCNFSM4PCNGKUA.
Updated dependency to a more recent r version
Yeah I got those too, I was just confused as to why it had a dependency on an older version of r?
It doesn't, it has a dependency on R>=3.5, it's preventing R versions older than 3.5 using it as they don't support that RDA/S format.