-
Notifications
You must be signed in to change notification settings - Fork 9
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
Port R code from acteng/netgen here #67
Comments
cc @Robinlovelace for non ATE days. |
A subdirectory like that is fine, yes. We can auto-generate and serve the R docs alongside the hosted web app by following https://github.com/acteng/netgen/blob/main/.github/workflows/pkgdown.yaml, but putting things in a subdirectory. When the R directory is started here, I can set this up |
Just tried to create a branch linked to this issue but don't have permissions:
|
PR ready for review. |
This is done now (cannot close from this account). |
I'll set up the R docs on GH pages then close |
Based on https://github.com/acteng/netgen/blob/main/.github/workflows/pkgdown.yaml. Testing blindly by actually running in GH.
There's some functions and docs here that I'm sure will be useful to people wanting to run this with R data science background: https://github.com/acteng/netgen
Discussed with @dabreegster already, we're looking for 'loose coupling', with the functions focussing on prepping the data rather than actually calling the tool via CLI.
Assuming we go with it there are some questions: where should the package live (in an
r/
directory like odjitter being default I think)? And how can we render the auto-generated R docs (see links here): https://acteng.github.io/netgen/ ?The text was updated successfully, but these errors were encountered: