-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I found that updating data.table led to ITSBin functions no longer working. For example,
> check_multiday(
+ ITS.dir = "lena",
+ CSV.dir = "output",
+ time.zone = "America/Los_Angeles")
Error in .rbind.data.table(validation.allfiles, validation, fill = TRUE) :
could not find function ".rbind.data.table"
It seems to be resolved by installing an older version of data.table, such as by the following:
devtools::install_version("data.table", version = "1.13.6", repos = "http://cran.us.r-project.org")
I don't understand the code well enough to suggest a permanent fix in ITSBin, but this works for now!
Metadata
Metadata
Assignees
Labels
No labels