Commits


Antoine Pitrou authored and Jonathan Keane committed 6b15e1aa1c2
ARROW-13039: [R] Fix error message handling `cpp11::stop` exposes a printf()-style interface. By passing the error message as the first argument, any `%` character in the message would be mistakenly interpreted as a format code and would trigger reading additional data from the C stack. Closes #10506 from pitrou/ARROW-13039-r-error-formatting Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Jonathan Keane <jkeane@gmail.com>