Skip to content

Commit

Permalink
i #308 Fixed Relative Paths in a Notebook
Browse files Browse the repository at this point in the history
- The project configuration sections of a notebook was incorrectly using the project directory (kaiaulu/) as its working directory rather than the directory that it resides in (/vignettes/) as its working directory.
  • Loading branch information
beydlern committed Oct 18, 2024
1 parent ac36de2 commit 9f999c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/understand_showcase.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ For our variables we will be grabbing them from our configuration file kaiaulu.y
- And our code_language. Although self-explanatory, Understand supports [many languages](https://support.scitools.com/support/solutions/articles/70000582794-supported-languages)- but for today we will be analyzing a Java project.

```{r}
conf <- parse_config("conf/kaiaulu.yml")
conf <- parse_config("../conf/kaiaulu.yml")
keep_dependencies_type <- get_understand_keep_dependencies_type(conf)
project_path <- get_understand_project_path(conf)
understand_folder <- get_understand_output_path(conf)
Expand Down

0 comments on commit 9f999c1

Please sign in to comment.