Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
raff-k opened this issue Nov 18, 2019 · 0 comments
Open

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

raff-k opened this issue Nov 18, 2019 · 0 comments

Comments

@raff-k
Copy link

raff-k commented Nov 18, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant