r-spatial / link2GI

Simplify the linking of GIS/RS and CLI tools
https://r-spatial.github.io/link2GI
GNU General Public License v3.0
25 stars 7 forks source link

Conflict with RStoolbox #21

Closed aloboa closed 4 years ago

aloboa commented 5 years ago
> require(link2GI)
Loading required package: link2GI
> require(RStoolbox)
Loading required package: RStoolbox
Error in get(genname, envir = envir) : object 'group_map' not found
Error in get(genname, envir = envir) : object 'group_split' not found

Conversely

> require(RStoolbox)
Loading required package: RStoolbox
> require(link2GI)
Loading required package: link2GI
Error: package or namespace load failed for ‘link2GI’:
 .onLoad failed in loadNamespace() for 'sf', details:
  call: get(genname, envir = envir)
  error: object 'group_map' not found
gisma commented 5 years ago

With the current github version 0.3-6 I see

> require("RStoolbox")
Loading required package: RStoolbox```

vice versa

```> require(RStoolbox)
Loading required package: RStoolbox
> require(link2GI)
Loading required package: link2GI

pls check and provide Sessioninfo and OS

gisma commented 4 years ago

@aloboa is this issue still active?

aloboa commented 4 years ago

Works with current versions of both packages RStoolbox_0.2.6.9999 link2GI_0.3-8