We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
module2.R
__initi__.R
C:/project/modules/
C:/project/
# module1.R f1 <- function(x) return(x)
Running box::use(./module1[f1]) interactively from module2.R should work.
box::use(./module1[f1])
It currently works in RStudio but still not in Positron.
The text was updated successfully, but these errors were encountered:
box
No branches or pull requests
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 directoryC:/project/modules/
, withC:/project/
being our R working directory.Running
box::use(./module1[f1])
interactively frommodule2.R
should work.It currently works in RStudio but still not in Positron.
The text was updated successfully, but these errors were encountered: