From 653f13e56e3b4fb8c3677201371337a0654579c3 Mon Sep 17 00:00:00 2001 From: PondiB Date: Wed, 12 Apr 2023 21:18:39 +0200 Subject: [PATCH] remove based as it was removed on openeo r client 1.2.0 --- examples/R-Client-bfast-brandenburg.R | 3 +-- examples/R-Client-ndvi-amazonia.R | 3 +-- examples/R-Client-truecolors-newyork.R | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/examples/R-Client-bfast-brandenburg.R b/examples/R-Client-bfast-brandenburg.R index e9e49ef..3ab9ecf 100644 --- a/examples/R-Client-bfast-brandenburg.R +++ b/examples/R-Client-bfast-brandenburg.R @@ -5,8 +5,7 @@ con = connect("http://:8000") # basic login with default params login(user = "user", - password = "password", - login_type = "basic") + password = "password") # get the collection list collections = list_collections() diff --git a/examples/R-Client-ndvi-amazonia.R b/examples/R-Client-ndvi-amazonia.R index 2ac452d..7859d21 100644 --- a/examples/R-Client-ndvi-amazonia.R +++ b/examples/R-Client-ndvi-amazonia.R @@ -5,8 +5,7 @@ con = connect("http://:8000") # basic login with default params login(user = "user", - password = "password", - login_type = "basic") + password = "password") # get the collection list collections = list_collections() diff --git a/examples/R-Client-truecolors-newyork.R b/examples/R-Client-truecolors-newyork.R index 212ce2e..1f503e0 100644 --- a/examples/R-Client-truecolors-newyork.R +++ b/examples/R-Client-truecolors-newyork.R @@ -5,8 +5,7 @@ con = connect("http://:8000") # basic login with default params login(user = "user", - password = "password", - login_type = "basic") + password = "password") # get the collection list collections = list_collections()