Unfortunately, this package doesn't work in the QGIS R Console plugin.
My test script
/home/username/R/test/test.R
contains
this.path::here()
this.path::this.path()
this.path::this.dir()
Running it in the plugin returns:
> this.path::here()
[1] "/home/username/.local/share/QGIS/QGIS3/profiles/default/python/plugins/r_console"
> this.path::this.path()
[1] "/home/username/.local/share/QGIS/QGIS3/profiles/default/python/plugins/r_console/main.R"
> this.path::this.dir()
[1] "/home/username/.local/share/QGIS/QGIS3/profiles/default/python/plugins/r_console"
Which, I guess, is probably the plugin's fault.
Should I report the issue over there?
Unfortunately, this package doesn't work in the QGIS R Console plugin.
My test script
/home/username/R/test/test.Rcontains
Running it in the plugin returns:
Which, I guess, is probably the plugin's fault.
Should I report the issue over there?