Skip to content

Error in RSAGA::rsaga.env() #3

@raff-k

Description

@raff-k

Using the following function call

RSAGA::rsaga.env(path = "/opt/.../saga-gis-6.4.0/bin",
              root = "/opt/.../saga-gis-6.4.0") # ... stands for the full directory

I got the following error:

Verify specified path to SAGA command line program...
Found SAGA command line program. Search for not specified SAGA modules path...
Error in list.files(path = root, pattern = "libio_gdal", recursive = TRUE, :
argument "root" is missing, with no default

By debugging, the error is thrown in line 42
modules = rsaga.get.modules.path(saga.path = path) - due to the missing root-argument. If I set the root-argument in this function during debugging mode, I got a correct path.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions