Colin Fay

Results 235 comments of Colin Fay

Hey @lorenzwalthert, Indeed there is a little bit of overlap in the general purpose :) `{remedy}` is designed to make writing in markdown easier, just as `{stylermd}`. Not sure how...

What does it create on chunks? `library()` calls?

Totally agreed. I'm not sure how we can proceed to link this page to the content of a package though

The functions should return a list for the HTTP message, @psolymos has a template for that.

Maybe without getting the code in your script, something like how RStudio "Import Dataset" works with the code on the bottom right corner : ![capture d ecran 2017-09-25 a 09...

That function could also run `usethis::use_testthat()` if `verify_testthat_used ()` is FALSE

Hey, This might have been fixed, the following code works: + `index.ts` ```typescript import express from "express"; import { WebR } from "webr"; const app = express(); const webR =...

Examples at: + http://connect.thinkr.fr/learnr-colored-output/ + http://connect.thinkr.fr/learnr-colored-output-gradethis/

@trestletech @schloerke @dcossyleon As of our last discussion, this is now the default behavior: - Run Code always output the console - If this output is an error, a colored...

@dcossyleon this is implemented in the last commit: ![Screenshot 2020-10-13 at 10 51 22](https://user-images.githubusercontent.com/17936236/95838476-1b2f0100-0d42-11eb-924b-d47a610f7e83.png) ![Screenshot 2020-10-13 at 10 51 37](https://user-images.githubusercontent.com/17936236/95838479-1c602e00-0d42-11eb-8894-d6a7a5535bbb.png)