-
Notifications
You must be signed in to change notification settings - Fork 308
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
Generate docs from R API for distribution #1672
Comments
@pbashyal-nmdp Did you have a suggestion for this? I'm reading through the Writing R Extensions doc and am not really finding what I'm looking for (how to generate docs from source code comments). |
The R documentation is written in a format called Roxygen similar to JavaDoc for Java. This documentation needs to be turned into Here are the steps needed to include documentation in the distribution: Prereq:Install SparkR package.
Install
Build Help(Rd) files
You should see
Build the
|
Thanks! Trying to follow along, stuck at
|
I missed the
or install
|
Thanks, I tried that, the error is due to some missing lib on OSX at compile time. |
Looks like I either have to upgrade to OSX 10.12 or figure out how to Nope, there aren't any binary packages available for version 3.4, apparently
|
Hmm.. What OS version are you running? I'm running MacOS X 10.10.5 and R 3.3. |
10.11, see issue 127 at https://github.com/r-lib/xml2. I'm currently upgrading to 10.12... |
lucky you ;) |
Fixed in #1765. |
@pbashyal-nmdp can you review whether #1765 works for you (now merged to git head)? While testing #1651 it doesn't look to me like the R docs were included in the tarball. |
No description provided.
The text was updated successfully, but these errors were encountered: