Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linking fails on single file #13

Closed
qgeissmann opened this issue May 4, 2018 · 1 comment
Closed

linking fails on single file #13

qgeissmann opened this issue May 4, 2018 · 1 comment

Comments

@qgeissmann
Copy link
Contributor

qgeissmann commented May 4, 2018

dir <- scopr_example_dir()
test_file <- paste(dir, "ethoscope_results/029/E_029/2016-01-25_21-14-55/2016-01-25_21-14-55_029.db",sep="/")
out <- link_ethoscope_metadata(test_file)

we get:

Error in link_ethoscope_metadata(test_file) : 
  You must specify a result_dir to lookup results!
In addition: Warning message:
In data.table::fread(query) :
  Stopped early on line 2. Expected 1 fields but found 1. Consider fill=TRUE and comment.char=. First discarded non-empty line: <<>>

So basically, the new datatable does NOT through any error when reading (trying to) a db file.

@qgeissmann
Copy link
Contributor Author

This is related to Rdatatable/data.table#2834.

qgeissmann added a commit that referenced this issue May 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant