Skip to content

Feature request: support the QGIS R Console plugin #27

Description

@lstrtstr

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions