-
Notifications
You must be signed in to change notification settings - Fork 17
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
R CMD check errors #270
Comments
It's my fault, I will fix them. I was fixing some of the problems with copying (or not) the sty file on compile and setting up line numbering, draft watermark, etc. it turns out its complicated to do that if the person has decided not to copy the sty file, because that file could now have anything in it and not be in a known state. The way it was was a bit of a mess and there was a couple of bugs I stumbled across while trying to compile a document. I really should have used a branch, my bad on this one. |
@cgrandin glad that it is traceable and can be fixed, I have a ResDoc to finish and was kind of stumped at not being able to render. I will keeping an eye out on the commits and will rebuild once you have fixed the issue. |
So that we have a working main branch, I have reverted the files in That is done by these 2 commits: I attempted to not touch any the modifications to docx parts that you worked on @ricardd, but may have missed something. All unit tests pass again on my machine and all document types are rendering. |
Likely because I missed removing one of the pandoc package calls that was added in the unit tests and the pandoc R package is in Suggests but not Imports so you may not have had it installed locally. Should be fixed now. da831f1 |
There have been lots of errors on R CMD check on continuous integration since about 3 weeks ago. I'm getting errors locally too, but there are so many issues I'm not sure where to start or what precipitated this. @cgrandin do you know what's going on? @ricardd
The text was updated successfully, but these errors were encountered: