You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to use create_report to build a report and display it on the GitHub. But I find the rendered figures is under the absolute paths. So If I want to display a markdown document on the GitHub. It cannot display the unlinked figure.
Temporally, after using create_report, I manually the figure paths in the markdown document. So is there any suggestion I fix this in the create_report. I guess here::here is used in create_report.
I try to use
create_report
to build a report and display it on the GitHub. But I find the rendered figures is under the absolute paths. So If I want to display a markdown document on the GitHub. It cannot display the unlinked figure.Temporally, after using
create_report
, I manually the figure paths in the markdown document. So is there any suggestion I fix this in thecreate_report
. I guesshere::here
is used increate_report
.I will add a reproducible example.
Here is the reproducible code.
https://github.com/JiaxiangBU/test-DataExplorer/blob/91f9f1c278b24d73a75de4607433549a5b9b80c5/analysis/sample.Rmd#L2-L4
In the markdown document, the figure path is absolute.
JiaxiangBU/test-DataExplorer@91f9f1c#diff-4093ad3d0ac407c51df5ad563a5ad529R22
After I change them into the relative way.
https://github.com/JiaxiangBU/test-DataExplorer/blame/91f9f1c278b24d73a75de4607433549a5b9b80c5/output/df.md#L22
The rendered markdown document works, here is the address https://github.com/JiaxiangBU/test-DataExplorer/blob/master/output/df.md
The text was updated successfully, but these errors were encountered: