Etienne B. Racine
Etienne B. Racine
I'm not sure if this is a bug with selectize.js or shiny, but the `updateSelectizeInput()` cannot receive a value higher than 1000 for `selected`. I use a `numericInput` to update...
This is a feature request for `$$` support for pdf output. I'm moving the discussion from https://github.com/rstudio/rticles/issues/326 For epub, [the syntax seems to be supported](https://github.com/rstudio/bookdown/issues/190#issuecomment-541709385): ``` md $$ (\#eq:label) math...
I think that it could be easier to use cross-referencing in `rticles`. References to tables, figures and equations are ubiquitous to scientific papers. `bookdown` provides a generic solution that, I...
```r st_read(con, query = "select st_point(1, 1)::point") #' st_point #' 1 (1,1) #' Warning message: #' In st_read.DBIObject(con, query = "select st_point(1, 1)::point") : #' Could not find a simple...
The error message from #799 ``` #> Error: Can't combine `x` and `y` . ``` Is confusing because one would expect two `sfc_GEOMETRY` to be combinable. I haven't looked in-depth,...
I found that `odbc` package creates `timestamp` columns `without time zone`, even if the time zone is present in R. This can shift time when reading and writing in different...
I think handling missing data across engines might be a challenge. I see four levels of missingness: - **Geometry** is missing. The location is unknown, but there could be other...
Among the attributes `sf` keeps, are the aggregation attributes, which I don't think have any equivalent in `geopandas`. From the [st_sf](https://r-spatial.github.io/sf/reference/sf.html#details): > `agr`, attribute-geometry-relationship, specifies for each non-geometry attribute column...
I'm not sure I'm doing this correctly, but I would like to trace vectors on a raster using mapedit. I tried using raster and stars objects and they both produce...
I have an issue when setting up my account on Azure Cloud Shell using the instructions in the [README](https://github.com/Azure/doAzureParallel/blob/master/README.md#setup). I have an Azure Batch Service account, I tried restarting the...