quarto-dev / quarto-r

R interface to quarto-cli
https://quarto-dev.github.io/quarto-r/
145 stars 24 forks source link

Add Quarto Pub option to quarto_publish_doc() and quarto_publish_site() #177

Closed davidkane9 closed 6 months ago

davidkane9 commented 6 months ago

The help page for quarto_publish_doc and friends specifies that:

Publish Quarto documents to Posit Connect, ShinyApps, and RPubs

It would be helpful if these functions also allowed us to publish to Quarto Pub. My specific use case is helping beginner students to put a Quarto website on the the web, for all to see for free. Posit Connect costs money while ShinyApps and RPubs do not handle websites. So, I think my only option is to show students how to use Quarto CLI, which is tough for beginners.

cderv commented 6 months ago

This will be done by wrapping the quarto publish command.

rsconnect package is also now the recommended way to publish to Posit Connect, Posit Cloud and ShinyApps.io

We'll soon deprecate those functions

So options will be

It is the same team working on both Quarto R package, and Quarto CLI and so work need to be split, and priority is just right now on the CLI. I'll do an update of Quarto R probably after next CLI update.

cderv commented 6 months ago

Just to be clear, I am closing because of the two linked issue existing already.

So, I think my only option is to show students how to use Quarto CLI, which is tough for beginners.

Posit Cloud is another option that is available through rsconnect package in the meantime if this helps to have an R wrapper. But it requires a Posit Cloud account I guess.