recycle rep to pass data.table 1.12.2#2
recycle rep to pass data.table 1.12.2#2venelin merged 1 commit intovenelin:masterfrom mattdowle:master
Conversation
|
Dear Matt, Thanks for this. I've now added you as a ctb to the authors list of the package. I've merged the pull request into the master branch and fixed the failing vignette-build. The second problematic line was correctly coded, so I've rolled-back your change on it. To clarify, group (or column) 13 in your commented block had .N=2 due to a different issue (which is now solved). Therefore, all but one column should have .N=1 in this case and recycling should be as usual here. I think, I am ready to submit this updated version to CRAN. Let me know if you know of another possible issue with that. Best, |
|
Dear Venelin, |
|
Dear Matt, Thanks for double-checking. The "magic number" error should be due to the use of git lfs for .RData files in the POUMM repository. To speed-up the build of vignettes, I was using some cached objects stored in a .RData file in the vignettes directory. If you do a normal clone of the POUMM repository, it would not pull the .RData file itself, but a text file containing a symbolic link to the binary file on the lfs system. To solve the issue (and because I was never satisfied with having this .RData file in the vignettes directory), I've now stored these cache objects as a data object - a .rda file in the package's data directory. Your test should pass now, because lfs tracking for .rda files is not enabled. Cheers, |
|
Dear Venelin, |
|
Dear Matt, Are the two notes you see the following:
Cheers, |
|
Yes those are the two. |
DE0sI7+Lj6zIH2JdT+hknN6uNYqkhh9whDj3wKcw5VlqOu9daDPw8Z3mJxRTMb+s 4t4ImnKApjp9qVlO5wP+/pbaCCVmeM9wh+tB0JP4u91RdVo+gzVzFvezub9FFnwz iS4CA7mdED1VjoCk0ojhoVQncFXy3ZZ+E7VjORjRqpeF21+IX0rig0KBqpzqpBd6 E44FTYNB6Lpj4pJGwFH6+4hf81b3JifBeWhp/h53WcBUPpiWf4TjaagFn/ABaU/e tGaeXM/0cQYdDiqT3MBpJW3cEYwGBzP3orMElulLnDxTqC2NVn/XYYpERRMSWTU= =KkPd -----END PGP SIGNATURE----- Merge pull request #2 from mattdowle/master recycle rep to pass data.table 1.12.2
Dear Venelin,
As discussed on email.
Hope ok.
Thanks, Matt