Skip to content
Prev 6695 / 12125 Next

[R-pkg-devel] R CMD build --resave-data not working

On Thu, 11 Mar 2021 12:57:00 -0800
Jonathan Callahan <jonathan at mazamascience.com> wrote:

            
I had the same problem, and asked about it some time back (c. 4
March) and was informed by Sebastian Meyer that:
A temporary workaround (again, thanks to Sebastian Meyer) is to run

    tools::resaveRdaFiles()

on your data directory prior to building.

cheers,

Rolf Turner