-
Notifications
You must be signed in to change notification settings - Fork 53
Add cpp11 faq documentation #178
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should number the FAQ entries, and I would put each question in a header, e.g. #### or ### so they they are linkable.
vignettes/cpp11_faq.Rmd
Outdated
|
|
||
| #### 8. How can I tell whether a vector is named? | ||
|
|
||
| TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can update this now with x.named() right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep! 👍
|
I think the fix for #195 caused faq 10 to not work as before so I've changed it a bit but I may be mistaken! |
vignettes/cpp11_faq.Rmd
Outdated
| } | ||
| ``` | ||
|
|
||
| * Otherwise this will return a 0 length logical vector: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating this, it was a recent change in behavior, but I think we have better behavior now!
Initial pull request draft. Let's work on this together!