-
Notifications
You must be signed in to change notification settings - Fork 26
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
extendr project template #321
Conversation
Found an issue, and I will fix it in a separate PR. |
I believe I have this working, but I'm not sure what the M.O. is for doing tests. |
@Ilia-Kosenkov, do you have a recommendation for how to handle missing |
|
You can also use this in your function, call it before you access anything Line 38 in 09bfeba
|
Per our Discord discussion, I added commits so that |
Because we remove the INDEX file, it was suggested that we add its content to the package documentation, probably "Using Rust code in packages". Would be happy to do this, but should it be done in another PR? |
You should do it in this PR, and also update |
Merge branch 'main' of https://github.com/kbvernon/rextendr into project-template # Conflicts: # NEWS.md
Package is created and opened interactively with RStudio. The infrastructure works as well. This should not be exported until the arguments are changed and handled differently. This is because you're capturing all arguments via rextendr/R/create_extendr_package.R Lines 34 to 52 in cbdb5b6
|
Since this is not an exported function I am comfortable merging. |
If you approved it and the author has no permissions to merge to this repo, it is your duty to merge once all the changes are in place (in case there are any not yet pushed) @JosiahParry |
Trying to add required content to support RStudio project templates. Currently getting the following error: