Steve Condylios

Results 44 issues of Steve Condylios

Is there some way to view server logs? E.g. ```R writeLines("Hi", "index.html") servr::httd() # createTcpServer: address already in use # To stop the server, run servr::daemon_stop(2) or restart your R...

Regards #1811 - Adds `html_to_r()` to easily extract R code from `.html` files generated through R Markdown - Adds tests for `html_to_r()`

There appears to be no fast and easy way to extract the R code from HTML files generated via R Markdown. ### Example Max and Davis's [applied-ml](https://github.com/rstudio-conf-2020/applied-ml) workshop is a...

feature

This is only a suggestion for improvement. It could be useful to have some method of converting existing `.md` files to `.Rmd` Rationale: anyone who made `.md` files _without_ `.Rmd`...

feature
help needed

Just an idea, but it would be very cool to made a small shiny app that could allow the user to toggle colours using sliders (rather than typing in hex...

In some countries, the 'default' way of rounding is to always round anything ending with 0.5 *up*, however, that's not consistent across all parts of the world. Surprisingly (to me,...

I find my way to [this](https://stackoverflow.com/a/1474125/5783745) stack overflow question on how to install a package from source at least once a month. One day I will remember it, but until...

r-dev-day-candidate
documentation

It's rare to see such abundance of great examples in a gem's readme! 😃 I wonder if it's possible to include some examples for videos too? That would help someone...

`put_acl()` doesn't seem to set the new ACL as expected, instead, the ACL remains unchanged ### Example If we insert a public-read permission into the ACL, like so ```R library(aws.s3)...

To make `get_bucket()` more reliable in automation, I suggest removing the default limit of 1000 objects, given this is low for a function whose performance is fast, and that the...