-
Notifications
You must be signed in to change notification settings - Fork 26
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
small PR to use cpp11 #66
Conversation
the modification to the CI pipeline is to avoid this:
this is the opposite of the problem I had with Rcpp in the cluster, it shows the same with Tesseract 5 and this error with cpp11 happens on Ubuntu with Tesseract 4 installed I shall try to write a code that works with v4 and v5 later |
Hi @jeroen |
@jeroen I went back to the original CI script and it works, but it also works if I install Tesseract 5 to test with Ubuntu |
hi @jeroen |
this PR here does not introduce breakage, but it works under the assumption that we have tesseract >= 5
the real change here is src/ + DESCRIPTION
the rest is roxygen changes and modifications to pass all checks with devtools