Barry Rowlingson

Results 33 issues of Barry Rowlingson

**Describe the bug** Running pivot_longer with column names specified in a vector with `c("Y1","Y2")` works fine, but if an expression returns that vector it fails. **To Reproduce** Sample data: ```...

bug

Odd one, hard to make a reproducible example because the problem is intermittent. I have a vignette in `RMarkdown` which has a chunk that uses `withTimeout`, but I call it...

I've been asked to get a shiny app running on shinylive (in-browser running of shiny apps via webr) and I get this error image: ![image](https://github.com/daattali/shinyscreenshot/assets/888980/44cc2006-7346-430f-95c1-924bb21ad3e2) unless I comment out the...

help wanted

Ubuntu has just installed a kernel update and I'm trying to recompile and set up the network module so it works on my next boot. Currently I'm on 5.15.0-100-generic but...

subsemble seems to have been removed from CRAN: https://cran.r-project.org/web/packages/available_packages_by_name.html The archive directory was created in Jan 2019 so I suspect that's when it happened... https://cran.r-project.org/src/contrib/Archive/subsemble/ it contains versions from 2014.

geonames has some new API calls, most notably some OpenStreetMap queries such as `findNearbyStreetsOSM`. Implement these.

I can install the plugin but when activated with the checkbox it errors from somewhere in the google protobuf module: ``` Couldn't load plugin 'vector_tiles_reader' due to an error when...

This works ``` > p=mtcars %>% ggvis(~wt, ~mpg) %>% layer_points(fill = ~factor(cyl)) > export_png(p,"plot1.png") > ``` But this fails ``` > p=mtcars %>% ggvis(~wt, ~mpg, fill = ~factor(cyl)) %>% layer_points()...

Code returns a `stars` object: ``` > osm_NLD class(osm_NLD) [1] "stars" ``` But doc says `raster` object: ``` Value: The output of ‘read_osm’ is a ‘raster’ object. ``` There's also...

When `MODISoptions` calla `checkEarthdataLogin` to test login/connectivity, it seems to pass the `dlmethod` and the `MODISserverOrder`: ``` if ((is.null(opt$EarthdataLogin) || isFALSE(opt$EarthdataLogin)) && check_earthdata_login) { opt$EarthdataLogin = checkEarthdataLogin(opt$dlmethod, opt$MODISserverOrder) } ```...