-
Notifications
You must be signed in to change notification settings - Fork 71
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
sorting article has a failing stopifnot expression #65
Comments
JJ, Thanks for the note, I'll look into it and figure out why it is failing. Thanks, On Tue, Feb 3, 2015 at 4:49 PM, JJ Allaire [email protected] wrote:
|
Pinging @rbresearch Ross, any news on this? |
Hi Dirk, Sorry for the late response. I was stumped by this at first, but now I check that the nth sorted elements of the vectors are equalstopifnot(all.equal(stl_nth_element(x, 43)[43], sort(x, partial=43)[43])) There appears to be a bug in the stl_nth_element function and I made a Ross On Sun, Mar 22, 2015 at 1:27 PM, Dirk Eddelbuettel <[email protected]
|
Thank you! I was out traveling but will take a look. |
@rbresearch I just made a change to the Gallery which causes articles to fail if they stop with an error. After doing this I noticed that the following expression from your sorting article was failing it's test
I temporarily removed the code so that the Gallery would build: f3de013
However it seems worth pursuing why the test is failing (it may have never worked in the first place but the error was just printed and we never noticed it).
The text was updated successfully, but these errors were encountered: