-
This would be useful for my [codebook](https://github.com/rubenarslan/codebook) package.
-
- [x] Make pkgdown site
- [x] Add CRAN badge to readme
- [x] Add get started vignette to pkgdown site (essentially an even slimmer version of the contrasts vignette)
- [x] Update citation informati…
-
Thanks for making this package, I've been exploring it in a blog post I'm working on and it's really great! Quick question:
Do the `enter` and `exit` functions work with `transition_reveal()` and `…
-
Hi, thanks for the neat repo! 💯 🚀
I have a very basic site created with Quarto (private repo) that I'm trying to set GH Actions for automatic deployment on GH Pages. The repo doesn't yet have a gh…
-
In order for the `loanportr` package to have significant traction in the R community, we need to submit it to CRAN.
Submitting to CRAN is a lot more work than just providing a version on GitHub, b…
-
This is for a package that specifies quarto as VignetteBuilder.
```
Reading vignettes/CDNMmodgen.qmd
Running `quarto render`
Error:
! in callr subprocess.
Caused by error in `purrr::map_chr(pie…
-
The "Publishing" section of the pkgdown website would be more useful to users if it was framed in terms of the needs of the users of learnr tutorials. We (@mine-cetinkaya-rundel @jules32 @isteves and …
-
None of the function help pages in the azuremlsdk library include a See Also section. Including relevant functions in a See Also section would help users discover functions and navigate the help syste…
-
I tracked this bug down to https://github.com/quarto-dev/quarto-cli/issues/2671. The actual bug is reproduced there in a minimal reprex, so I'm just going to show an example of what a user of `pkgdown…
-
I have packages that export C++ header files located in inst/include. Can I use this package to document them?