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

Unable to find 5 lines with expected number of columns" warning when freading 16 lines #1124 #1887

Closed
Fpadt opened this issue Oct 20, 2016 · 4 comments
Labels

Comments

@Fpadt
Copy link

Fpadt commented Oct 20, 2016

Hi,

seems to me that issue #1124 is back again. It appears only with 16 lines 1124
(or is my software not up to date?) I am running data.table 1.9.6

to reproduce
fread("https://www.misoenergy.org/Library/Repository/Market%20Reports/20150531_da_pbc.csv",skip=4)

read.dcf(system.file("DESCRIPTION", package="data.table"), c("Packaged","Built"))
Packaged Built
[1,] "2015-09-19 04:47:43.628 UTC; mdowle" "R 3.2.2; x86_64-w64-mingw32; 2015-10-15 03:10:44 UTC; windows"

R.version
_
platform x86_64-w64-mingw32
arch x86_64
os mingw32
system x86_64, mingw32
status
major 3
minor 3.1
year 2016
month 06
day 21
svn rev 70800
language R
version.string R version 3.3.1 (2016-06-21)
nickname Bug in Your Hair

@franknarf1
Copy link
Contributor

Yeah, it's expected that you test on the devel version before reporting a potential bug: https://github.com/Rdatatable/data.table/wiki/Support

@jangorecki
Copy link
Member

if you can build R pkgs from source, this should work

install.packages("data.table", type="source", repos="http://Rdatatable.github.io/data.table")

@Fpadt
Copy link
Author

Fpadt commented Oct 20, 2016

currently not able to build, will try on Ubuntu later this week.
For me not a big problem as I could add a record which made the issue disappear.
Shall I close this issue?

@jangorecki
Copy link
Member

@Fpadt I tried on current CRAN version and Mac and it reads file properly, feel free to reopen if issue is still reproducible for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants