datamicroarray icon indicating copy to clipboard operation
datamicroarray copied to clipboard

problems with loading library

Open smilesun opened this issue 8 years ago • 0 comments

running library(datamicroarray) in vim plugin Nvim-R for the first time, I get the following error:

Error in read.table(idx, sep = "\t", quote = "", stringsAsFactors = FALSE) : 
  no lines available in input

traceback direct to

5: stop("no lines available in input")
4: read.table(idx, sep = "\t", quote = "", stringsAsFactors = FALSE)
3: GetFunDescription(packlist)
2: nvim.bol(paste0(bdir, "omnils_", p, "_", pvi), p, TRUE)
1: nvimcom:::nvim.buildomnils("datamicroarray")

running the load library again in the same R session the problem would not occur.

in the Nvim-R issue tracker: https://github.com/jalvesaq/Nvim-R/issues/277

smilesun avatar Jan 24 '18 10:01 smilesun