Florian Detsch
Florian Detsch
Question directly copied from [StackOverflow](https://stackoverflow.com/questions/58839450/r-knitr-use-spin-with-r-and-python-code/58880761#58880761): With the advent of **reticulate**, combining R and Python in a single .Rmd document has become increasingly popular among the R community (myself included). Now,...
Upon running the first example in `?viewRGB`, I get ```r library(mapview) library(plainview, include.only = "poppendorf") viewRGB(poppendorf, r = 4, g = 3, b = 2) ``` > Error in h(simpleError(msg,...
`viewRGB()` works fine with **Raster** input, but does not support **stars** objects as of yet. Would you be willing to implement that? ```r data( "KiLi" , package = "Orcs" )...
Not sure whether this goes way beyond the scope of the **poorman**, but would basic dissolve functionality for **sf** objects - as offered by **dplyr** - be something you might...
I get the following error when using activation functions `elu`, `lelu`, and `selu`: > InvalidActivationFunction: No such activation function: 'elu' (similar for the latter two). Have these been deprecated? If...
Hi, at the moment, the [TileLayer Plugin 0.80](https://plugins.qgis.org/plugins/TileLayerPlugin/version/0.80/) is compatible with QGIS 2.8 or higher (theoretically up to 2.99) only. Are there any plans to release an updated version for...
I encountered the following error when trying to run `gitbookInfo()` as described in your [online tutorial](http://jason.bryer.org/Rgitbook/installation/gitbookInfo.html). ``` > gitbookInfo() npm http GET https://registry.npmjs.org/gitbook npm http 304 https://registry.npmjs.org/gitbook Error in if...
Thanks for your work. Are there plans to integrate the "traditional" `bfast()` function as well?
See NSIDC section in `./exec/exec-modis_dl.R` to reproduce.