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

problem with loading library #277

Closed
smilesun opened this issue Jan 30, 2018 · 1 comment
Closed

problem with loading library #277

smilesun opened this issue Jan 30, 2018 · 1 comment

Comments

@smilesun
Copy link

smilesun commented Jan 30, 2018

library(devtools)
install_github('ramhiser/datamicroarray')
library(datamicroarray)

The above works well in a normal R console, but if I excute it with Nvim-R, the following error occur:

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

see ramhiser/datamicroarray#19

@jalvesaq
Copy link
Owner

Thanks for reporting the issue!

R CMD check datamicroarray_0.2.3.tar.gz gives:

* checking for missing documentation entries ... WARNING
Undocumented code objects:
  ‘describe_data’

The AnIndex file is empty. I'm going to push a fix now.

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

2 participants