I have some large-ish files that are the output of save() from R 2.15.1, which that version can load() just fine. After upgrading to 2.15.2, load() no longer works on these files. Is this a known issue?
compatibility of load() in R 2.15.2
3 messages · Jack Tanner, David Winsemius, PIKAL Petr
On Nov 25, 2012, at 10:50 PM, Jack Tanner wrote:
I have some large-ish files that are the output of save() from R 2.15.1, which that version can load() just fine. After upgrading to 2.15.2, load() no longer works on these files. Is this a known issue?
No longer works?
David Winsemius, MD Alameda, CA, USA
Hi
-----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r- project.org] On Behalf Of David Winsemius Sent: Monday, November 26, 2012 9:11 AM To: Jack Tanner Cc: r-help at stat.math.ethz.ch Subject: Re: [R] compatibility of load() in R 2.15.2 On Nov 25, 2012, at 10:50 PM, Jack Tanner wrote:
I have some large-ish files that are the output of save() from R 2.15.1, which that version can load() just fine. After upgrading to 2.15.2, load() no longer works on these files. Is this a known issue?
What does mean no longer works? Any error message? I can only guess, but maybe objects in those saved files were created with some packages which are not installed in your new R version. If this is the case just install those packages and all shall be OK. Regards Petr
No longer works? -- David Winsemius, MD Alameda, CA, USA
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting- guide.html and provide commented, minimal, self-contained, reproducible code.