Influenza.tab not compatible with Mac OS X

Issue #13 resolved
Jason Vander Heiden created an issue

Trying to load the demo file on an OS X system:

> dbPath <- system.file("extdata", "Influenza.tab", package="shm")
> db <- readChangeoDb(dbPath)

Gives:

Error in read.table(file = file, header = header, sep = sep, quote = quote,  :
  no lines available in input

Opening and resaving the file in Excel on a Mac solves the issue, so it's probably a newline encoding problem.

Comments (1)

  1. Log in to comment