Remove word 'scalable' and {} in Roxygen strings to resolve CRAN NOTEs

This commit is contained in:
Alex Kyllo 2023-10-11 11:39:17 -07:00
Родитель 4181269ed8
Коммит 0ea3e528d9
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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: <https://azure.microsoft.com/en-us/products/data-explorer/>. 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: <https://azure.microsoft.com/en-us/products/data-explorer/>. 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

Просмотреть файл

@ -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