Daniel Falbel

Results 245 comments of Daniel Falbel

Alright! I tought htmlwidgets could print raw html, just like the googleVis package. Thanks Yihui! I'll try to move my blog to this format!

Yeah, I also expected it to error. But while it's not an error it might be kind of unexpected to get it truncated as the user may not be aware...

I mean this: `/x86_64-w64-mingw32.static.posix/bin`. Edit: It's actually not truncated, but it seems rtools is installed in `/`, so the added path is shown in this [line](https://github.com/dfalbel/testrtools/runs/6800762495?check_suite_focus=true#step:4:12) In comparison, you won't...

Yes, this would work great for me!

I am definitely interested!

> We did discuss having an option to return an object with a "rust.error" class or similar. This would be far cleaner than converting a panic to a R `longjump`....

Yeah, you can probably use some client side JS to check if the page has been reloaded. For example: https://stackoverflow.com/questions/5004978/check-if-page-gets-reloaded-or-refreshed-in-javascript

I am mostly using R6 to wrap C++ classes. In my use case, I have a `self$pointer` and all methods are sending this pointer to cpp make the calcs. When...

It would be nice if something like this worked: ``` pb1