Vedo A.
Vedo A.
@camillemndn @matthiasgomolka @AlbertRapp there is now the https://cran.r-project.org/web/packages/pkgdown.offline/index.html package which provides the offline capabilities. @jayhesselberth thanks for all the effort put into pkgdown. This issue is hitting users behind proxies...
This is still an issue which can be reproduced running altdoc::render_docs() from the terminal. Also, for some reason a window pops up when throwing the error. Here a screenshot ...
I made a reproducible example https://github.com/vedoa/altdoc-issue304. Here the runs to reproduce the issue on all 3 mayor platforms https://github.com/vedoa/altdoc-issue304/actions/runs/15094771429
I still get the same - even with the devel version. For reference https://github.com/vedoa/altdoc-issue304/actions/runs/15095670336. I also see the same error message in https://cran.r-project.org/web/checks/check_results_altdoc.html for today mainly on mac builds. The...
Thanks a lot for the feedback. For reference https://github.com/vedoa/altdoc-issue304/actions/runs/15806898705 works as you described - once the quarto cli is installed the build works (even with the CRAN version of altdocs)....
Hi @tbantle22 , thanks for the fast response. Setup: docker-compose.yml ``` services: dolt: image: dolthub/dolt-sql-server:latest container_name: dolt-server ports: - "3306:3306" environment: - DOLT_ROOT_HOST=% volumes: - ./init:/docker-entrypoint-initdb.d workbench: image: dolthub/dolt-workbench:latest container_name:...