-
Notifications
You must be signed in to change notification settings - Fork 91
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
configure default build task in R package projects #28
Comments
IMHO, this is worth doing for MVP so that R package authors who want to give Positron a spin still have a straightforward way to build + test packages they're working on. We've discussed later offloading this responsibility to a separate extension maintained by e.g. the tidyverse team, but in the interim we should have a small stop-gap solution. |
We didn't exactly configure the default build task, but we did make a set of tasks and commands that are mapped to cmd + shift + B. |
…ython language in spec Merge pull request #28 from posit-dev/issue-235 Use human-friendly name for Python language in spec -------------------- Commit message for posit-dev/positron-python@b81e47d: Use human-friendly name for Python language in spec This is only used for the language runtime.metadata.languageName which shows up in some of our UI controls. Note: this is distinct from the languageId, which does need to match the language 'python' and is set separately on language runtime registration through adaptKernel. Authored-by: Pete Farland <[email protected]> Signed-off-by: Pete Farland <[email protected]>
…ython language in spec Merge pull request #28 from posit-dev/issue-235 Use human-friendly name for Python language in spec -------------------- Commit message for posit-dev/positron-python@b81e47d: Use human-friendly name for Python language in spec This is only used for the language runtime.metadata.languageName which shows up in some of our UI controls. Note: this is distinct from the languageId, which does need to match the language 'python' and is set separately on language runtime registration through adaptKernel. Authored-by: Pete Farland <[email protected]> Signed-off-by: Pete Farland <[email protected]>
We should run either
R CMD INSTALL
ordevtools::install()
as appropriate.The text was updated successfully, but these errors were encountered: