-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[Question] How to make a system command in fread() pass CRAN Windows checks? #1110
Comments
Did 1.0.0 version of your package pass cran check OK for those OSes? Can't help you much but I recommend to setup travis-ci, it helps quite a lot. Recently it gets native support for R which makes it much simpler to setup (example logR/.travis.yml). Also you can link a line in file directly by adding |
After thinking about this, in long-run there will probably be more arguments added to @jangorecki - thanks for the tips, I'll definitely have a look at travis-ci. Closing this issue. |
Thanks for the report. I've tested this with R versions 3.0.3, 3.1.1 and 3.1.3, with data.table versions 1.9.2, 1.9.4 and 1.9.5 on windows 8.1, with corresponding Rtools versions.. Not able to reproduce at all. I'll keep it open because the issue seems to be in |
Thanks Arun. I wrote this temporary workaround for
} Obviously there are other checks that have to happen now, which I omitted. Unfortunately this is a lot slower than using the |
Can't reproduce. |
Hi guys. I'm wondering if you can give me a push in the right direction. My package,
retrosheet
, fails Windows CRAN checks for r-release and r-oldrel, but passes the Windows r-devel check. Here are the check results.http://cran.r-project.org/web/checks/check_results_retrosheet.html
The culprit line is on line 59 of
https://github.com/rmscriven/retrosheet/blob/master/R/getPartialGamelog.R
Specifically, CRAN reports the following,
I'm hoping you might be able to give me a few pointers on how to get the function to pass all Windows checks, as I am having trouble going about it.
Cheers.
The text was updated successfully, but these errors were encountered: