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

feat: Give you the option of running R scripts in the folder in which they are stored. #62

Closed
Cervangirard opened this issue Jul 16, 2024 · 1 comment · Fixed by #124
Assignees
Labels
enhancement New feature or request

Comments

@Cervangirard
Copy link

The aim would be to give you the opportunity to launch the R script in the folder where it is located, as would be the case for a Rmarkdown, for example.

That could be possible if we change the behaviour of this quarto_execute_dir
image

@Cervangirard Cervangirard added the enhancement New feature or request label Jul 16, 2024
@akselthomsen akselthomsen linked a pull request Dec 13, 2024 that will close this issue
@akselthomsen akselthomsen self-assigned this Dec 13, 2024
@akselthomsen
Copy link
Contributor

In #124 I have implemented a new option execute_dir where you can either specify a character path to be used for all scripts, or a function, that given the path to the script returns the appropriate execute dir.

akselthomsen added a commit that referenced this issue Dec 17, 2024
* feat: #77 evaluate expressions in yaml
* feat: #62 possible to change execute directory of the quarto process with an option
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants