Open paulduf opened 2 months ago
Hi, would you be able to share a repo where this happens? Also, do you use quarto or another tool?
Hi @paulduf, do you still have this bug? If so, can you let us know what tool you're using and if you have a public repository we could use?
Hello, I kindof lost track of this issue, because I switched to pkgdown
, so I'm not sure I can reproduce easily. The repo was private anyway, but it was really barebone at that point in time.
Hello, I am having an issue trying to render the docs following the "Get started" example
The .Rd file is very basic
Running
rlang::last_trace()
I getError: Can't show last error because no error was recorded yet
because I guess I cannot catch the error coming from a subprocess, so I'm a bit disappointed how to further debug this.