r-geoflow / geoflow

Tools to Orchestrate Geospatial (Meta)Data Management Workflows and Manage FAIR Services
https://github.com/r-geoflow/geoflow/wiki
Other
40 stars 14 forks source link

Error when loading csv from github in a Rstudio server 4.3 (typo fix to be made) #338

Closed bastienird closed 11 months ago

bastienird commented 11 months ago

With latest geoflow version (0.20230720)

When running no local nor global action in entities and informing csv to be loaded from github, the following error occurs:

Error in FUN(X[[i]], ...) : object 'NULLdatasource_parts' not found Error in withVisible(...elt(i)) :

I cannot recreate this bug on my machine running on R 4.2. The bug seems to be related to the line 600 in geoflow_entity R6Class where there is a typo. ("NULLdatasource_parts[1]" which should be "datasource_parts[1]")

kikislater commented 11 months ago

Thanks Come from this commit: https://github.com/r-geoflow/geoflow/commit/75d81bef55a2188874319334d7d8351bb43521b1#diff-77d87065a56cb594e9acbc04bfd7833947759c28766f40a5798c7fdb37350838

eblondel commented 11 months ago

Fixed