Skip to content

problems with loading library #19

@smilesun

Description

@smilesun

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: jalvesaq/Vim-R#277

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