Replies: 1 comment 2 replies
-
Not sure I follow the question. Are you asking why If so, this is a common point of confusion but it has less to do with Kaiaulu and more how it works when you are using the RStudio IDE. When you press play on the code block, you are executing the .Rmd file. That is on vignettes, hence ../../. However, if you copy and paste the code to the console, then you are running from whatever directory is specified, which generally is kaiaulu/kaiaulu. Or are you saying the config specifies to be in |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I received this error when running the dv8_showcase:
Error in parse_gitlog(perceval_path, git_repo_path) :
Unable to generate git log from this repository. Perhaps the path specified was incorrect or the repository has no commits?
I checked the value of perceval_path and it is correct.
The git_repo_path is: "../../rawdata/pdfbox/git_repo/.git"
The showcase is being run in ~/Documents/GitHub/kaiaulu/kaiaulu
so the git_repo_path will turn into ~/Documents/GitHub/rawdata/pdfbox/git_repo/.git
But I was advised to create the rawdata folder within ~/Documents/GitHub/kaiaulu, which is what I did. The folder is:
/Users/rnkazman/Documents/GitHub/kaiaulu/rawdata
Clearly these do not match. What is the prefered solution?
Beta Was this translation helpful? Give feedback.
All reactions