From 0ea3e528d975e096fba3955dfbc3a0677bdad898 Mon Sep 17 00:00:00 2001 From: Alex Kyllo Date: Wed, 11 Oct 2023 11:39:17 -0700 Subject: [PATCH] Remove word 'scalable' and {} in Roxygen strings to resolve CRAN NOTEs --- CRAN-SUBMISSION | 4 ++-- DESCRIPTION | 2 +- R/endpoint.R | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 57a25f6..4a8affd 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ Version: 1.1.3 -Date: 2023-10-04 17:33:33 UTC -SHA: 511e2a154ea0285662e8e657b1e6bc3583ae4190 +Date: 2023-10-11 18:21:33 UTC +SHA: 4181269ed8e973561e8f2f327390149ca2f70a4f diff --git a/DESCRIPTION b/DESCRIPTION index 1212c7d..34a269b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,7 +7,7 @@ Authors@R: c( person("dbplyr development team", role="cph", comment="Original framework for dplyr/database interface"), person("Microsoft", role = "cph") ) -Description: An interface to 'Azure Data Explorer', also known as 'Kusto', a fast, highly scalable data exploration service from Microsoft: . Includes 'DBI' and 'dplyr' interfaces, with the latter modelled after the 'dbplyr' package, whereby queries are translated from R into the native 'KQL' query language and executed lazily. On the admin side, the package extends the object framework provided by 'AzureRMR' to support creation and deletion of databases, and management of database principals. Part of the 'AzureR' family of packages. +Description: An interface to 'Azure Data Explorer', also known as 'Kusto', a fast, distributed data exploration service from Microsoft: . Includes 'DBI' and 'dplyr' interfaces, with the latter modelled after the 'dbplyr' package, whereby queries are translated from R into the native 'KQL' query language and executed lazily. On the admin side, the package extends the object framework provided by 'AzureRMR' to support creation and deletion of databases, and management of database principals. Part of the 'AzureR' family of packages. URL: https://github.com/Azure/AzureKusto https://github.com/Azure/AzureR BugReports: https://github.com/Azure/AzureKusto/issues License: MIT + file LICENSE diff --git a/R/endpoint.R b/R/endpoint.R index b5905ad..a488af3 100644 --- a/R/endpoint.R +++ b/R/endpoint.R @@ -9,7 +9,7 @@ #' This is a list of properties recognised by `kusto_database_endpoint`, and their alternate names. Property names not in this list will generate an error. Note that not all properties that are recognised are currently supported by AzureKusto. #' #' General properties: -#' - server: The URI of the server, usually of the form 'https://{clustername}.{location}.kusto.windows.net'. +#' - server: The URI of the server, usually of the form 'https://clustername.location.kusto.windows.net'. #' * addr, address, network address, datasource, host #' - database: The database. #' * initialcatalog, dbname