Hi,
I just noticed that the connect method returns an error when I set the url via new. I tested with openeo 1.1.0
library(openeo)
#>
#> Attaching package: 'openeo'
#> The following objects are masked from 'package:base':
#>
#> capabilities, debug
x = OpenEOClient$new(host = "example.foo")
x$connect()
#> Note: Host-URL is missing
Created on 2021-12-01 by the reprex package (v2.0.1)