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
Reason for pull request
The function
gdata::read.xls
used in two supporting functions (read.wand
,read.enam
) is a depricated function of thegdata
package. Having this dependency prevents installation of theenaR
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