-
Notifications
You must be signed in to change notification settings - Fork 232
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
setClassUnion causes missing name error. #514
Comments
Please provide a reproducible example. There are three things you need to include to make your example reproducible: required packages, data, and code.
Try and find the smallest subset of your data that still reveals
Finish by checking that you have actually made a reproducible example by starting a fresh R session and copying and pasting your script in. |
I took a stab in the dark — I think this will probably fix your problem |
Sorry,
|
That now works fine for me (and you can use |
Thanks for the quick fix! |
If you have a setClassUnion statement in your code, roxygen2 (version 5.0.1) will throw a missing name error when you build the package (done using RStudio 0.99.903, on a Windows 7 machine). If you move the setClassUnion statement above of all the roxygen2 documentation statemetns , i.e. everything starting #' @xxxx then the error goes away. If you are just trying to document a class union, then the documentation is not produced.
The text was updated successfully, but these errors were encountered: