Skip to content

compatibility of load() in R 2.15.2

3 messages · Jack Tanner, David Winsemius, PIKAL Petr

#
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?
#
On Nov 25, 2012, at 10:50 PM, Jack Tanner wrote:

            
No longer works?
#
Hi
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