James J Balamuta
James J Balamuta
`quarto-panelize` is now available: https://github.com/coatless-quarto/panelize We probably should add a documentation entry describing its use. Ditto with adding a new entry showing an application with altdoc to create package websites...
Regarding re: output text > ideally, font-scale set in code should influence output, too. > this should also be applicable to quarto-r-code cells > maybe file an feature request with...
@joelostblom the focus would solely be on the code evaluation portion. The MC/MS/FIB offerings from `{learnr}` are better left as a standalone quarto extension as the format is reusable across...
Hi @eitsupi, we're likely going to move to having some level of support for DBI-compliant packages that likely follows the usual Quarto approach: ````md ```{webr-sql} --| connection: db SELECT *...
Looks like some of the information is available via `space_project_get()` https://github.com/rstudio/rscloud/blob/85b286847dbe30db19b09a4dde5dd38b1aa4b6f3/R/spaces.R#L97-L105
Could you remove the `Error in ... ` part by using `stop(..., .call = FALSE)`?
Yes, I'm looking for a programmatic way to easily fix a "bad" data set if it was released or directly send grades back to the student project.
The duplicate request comes up if there is a pre-existing invite sent out. The payment required component was triggered after a mass request? I can post the reprex code later...
Glancing over the package, I don't think this was added. I feel like at one point I used an API to spin up spaces under my account, but I may...
Apologies for not seeing the ticket earlier. I'm not sure we should construct a function interface with `Rcpp::Nullable` for the test data. I have a couple of reasons for this:...