Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
If I declare a function taking a scalar and call it with a vector, R dies. Ideally Rcpp would check the length of the input and throw.
I understand this is likely a non-trivial fix. Nevertheless...