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

added parameter “zipfile = FALSE” to as.telemetry.character #1

Closed
wants to merge 2 commits into from

Conversation

xhdong-umd
Copy link
Contributor

@xhdong-umd xhdong-umd commented Feb 27, 2017

Use fread by default, fall back to read.csv for zip file.
The changes start here. There are more line ending characters changes even I have set it to posix(LF) in RStudio.

The vignette usage has been updated.

Added data.table, bit64 in DESCRIPTION.

Also #2

@chfleming
Copy link
Contributor

Discussion in Issue #2

@chfleming chfleming closed this Feb 27, 2017
@chfleming
Copy link
Contributor

@xhdong-umd

CRAN is complaining about bit64 not being called directly by the package, so I am moving bit64 from Imports to Suggests. I notice that data.table has bit64 as Suggests as well. I assume this won't hurt anything.

@xhdong-umd
Copy link
Contributor Author

data.table will try to load bit64 automatically when it see columns with big numbers.

When fread() or print() see integer64 columns are present, bit64's namespace is now automatically loaded for convenience.

If bit64 is not available, it will issue some warnings.

It should be fine to put bit64 in Suggests since it will still work.

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

Successfully merging this pull request may close these issues.

2 participants