Shaun Nielsen

Results 9 issues of Shaun Nielsen

I've had issues with 1) failing shiny apps (my own poor code) and 2) runtime:shiny rmds, in that when i close the browser, rscript.exe appears to still be running -...

Is it possible to simply use rmapshaper to convert between json types e.g. ``` mapshaper -i input.geojson -o output.topojson format=topojson ``` I see in `utils.R` and `sys_mapshaper()`, that the `cmd_args`...

https://book.javascript-for-r.com/shiny-widgets.html ... 17.3.3 Handle Data .. unclear if this chunk should be 'anywhere' in the `gio.js` file or within the `HTMLWidgets.widget()` body (within in factory?) .. i put it within...

A hoy! I was having troubles with getting `countup.js` to work. I believe it had to do with 2 things: the import `countup` package code, and the `CountUp` function itself....

`concordance()` with start/stop data and `timewt = S` crashes R. I've narrowed it done to the C script `Cfastkm2`. Here is a reprex ``` library(survival) fit1 concordancefit() -> docount() ->...

Is there scope for having more complex layouts with nested columns and/or rows? I would love, for example, to have a 2 column layout, and in the first column have...

Is it possible to have incremental output chunks? I like to explain the code before revealing the output. Thus, I am often writing ```{r, eval=F} #some code ``` -- ```{r,...

This link in the readme links to an older version of the database. Not sure if that is expected or not? `The Excel workbook '[Australian Shark-Incident Database_Public Version.xlsx](http://doi.org/10.5281/zenodo.5612260)' contains the...

Curious why there is not an R project file in the root directory given this is an R-centric project?