Skip to content

data.table version issue #1

@JohnFranchak

Description

@JohnFranchak

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions