PolMine / LinkTools

R package with tools for data linkage
GNU General Public License v3.0
0 stars 0 forks source link

Require R >= 3.5.0 #2

Closed ablaette closed 1 year ago

ablaette commented 1 year ago

When building the package, I see the following warning:

* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
  NB: this package now depends on R (>= 3.5.0)
  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:
    ‘LinkTools/data/stammdaten_wikidatafied_2022_02_01_min.rda’

Should be easy to fix by modifying Depends: in the DESCRIPTION file as follows:

Depends:
  R (>= 3.5.0)