Daan Seynaeve

Results 18 comments of Daan Seynaeve

Hi, Not sure if its exactly what you want, but try adding `type: 'desktop'` to the window options in `main.js` : https://github.com/joereynolds/fanbox/blob/de9985113c0af6e4330a4ffa981097f2276393be/app/main.js#L23-L31 On linux and macOS, that should render directly...

looks like https://github.com/aws/containers-roadmap/issues/1262 is solved now

This also seems to work (changed the order of appearance in the hover template): `rbokeh::ly_points(figure(), a, ab, data.frame(a = c(1,2), ab = c(3,4)), hover = "@ab and @a")`

The suggested workaround does not seem to work and produces several warnings: `Warning messages: 1: In if (!is.na(ns_glyph_attrs[[ii]]$value)) ns_glyph_attrs[[ii]]$value 1 and only the first element will be used` I was...

Hi @ErdaradunGaztea, I think a modern example would be any of the [R universe repositories](https://r-universe.dev/search/): e.g. https://ropensci.r-universe.dev or https://tidyverse.r-universe.dev

Fair question and thanks for the context. I'm just using `deepdep::deepdep()` actually and was wondering why it was only considering CRAN irregardless of my `getOption("repos")` and traced it down to...

In retrospect I should have read better, it's mentioned in the first paragraph of the readme that http://crandb.r-pkg.org/ is used... > Perhaps using `/src/contrib/PACKAGES` that stores info about _all_ packages...

Rebased because of a recent conflict. @LisaFC I noticed there is some scope overlap with the recently added `github_url` feature. I still think the datafile approach is useful since automatically...

Hi Mark, we've started looking into this a bit further, for now in the form of separate package: https://github.com/openanalytics/tinytest2JUnit but interested to see if it could be useful to integrate...

https://cran.r-project.org/web/packages/tinytest2JUnit is available now :)