Alex
Alex
Currently if you don't load tidyverse, then an error will be produced. It'd be worth adding import/importFrom tags to your functions to specify which external functions are needed and listing...
One thing that's really hard to do in ggplot is connecting points exactly with a smoothed line (like Excel will). `ggbump::geom_bump` seems to do this by default and I can...
- Specify imports in functions - Change ggplt2 to Depends
Hi, I was looking into implementing GLCM Sum Average in my own R package and noticed a potential mistake in the code in this repository (ailich/GLCMTextures#26). I could be wrong...
Previously I was able to pass R objects to run_qgis when using GRASS functions, but after updating R/packages it now only works when the path is specified (R version 3.6.3;...
The paper on RQGIS mentions the ability to connect with the Orfeo Toolbox. `qgis_session_info()` shows connections to qgis, gdal grass6, grass7, and saga, but not OTB. Is connecting to OTB...
I ran through the example in the package installation instructions and got an error when running the line ``` out = run_qgis(alg = "qgis:polygoncentroids", params = params, load_output = TRUE)...
Hi, I was looking through the tutorial and I'm a bit confused on how to edit the default YAML fields for the template. For example, if I change the title...
When I create the `mydown` package as in the example, and then use the template without any editing, I'm getting an R code warning printed at the top  they state "simply defining D to be the five-dimenensional Euclidean distance in labxy space will cause inconsistencies in clustering behavior for different...