Skip to content
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

Closed
kevinushey opened this issue Oct 13, 2022 · 2 comments
Closed

configure default build task in R package projects #28

kevinushey opened this issue Oct 13, 2022 · 2 comments
Assignees
Labels
Milestone

Comments

@kevinushey
Copy link
Contributor

We should run either R CMD INSTALL or devtools::install() as appropriate.

@kevinushey
Copy link
Contributor Author

kevinushey commented Feb 14, 2023

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.

@juliasilge
Copy link
Contributor

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.

@wesm wesm added the lang: r label Feb 29, 2024
wesm pushed a commit that referenced this issue Mar 28, 2024
…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]>
wesm pushed a commit that referenced this issue Mar 28, 2024
…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]>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants