SEELab / enaR

enaR = Ecological Network Analysis in R
22 stars 13 forks source link

replaced gdata::read.xls() #297

Closed andybeet closed 1 week ago

andybeet commented 1 month ago

Reason for pull request

The function gdata::read.xls used in two supporting functions (read.wand, read.enam) is a depricated function of the gdata package. Having this dependency prevents installation of the enaR package.

Remedy

Use readxl::read_xls() function instead.

Collaboration

Happy to collaborate on the package dev since we have several scientist that depend on enaR