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

Support for Positron IDE #374

Open
GitHunter0 opened this issue Oct 21, 2024 · 0 comments
Open

Support for Positron IDE #374

GitHunter0 opened this issue Oct 21, 2024 · 0 comments

Comments

@GitHunter0
Copy link

Please describe your feature request

Following discussion posit-dev/positron#5082 , it would be very good to have box modules import working in Positron IDE.

For example, consider the case below.

We have module1.R, module2.R and __initi__.R files, all in directory C:/project/modules/, with C:/project/ being our R working directory.

# module1.R
f1 <- function(x) return(x)

Running box::use(./module1[f1]) interactively from module2.R should work.

It currently works in RStudio but still not in Positron.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant