datamicroarray
datamicroarray copied to clipboard
problems with loading library
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