Skip to content

Commit

Permalink
Remove word 'scalable' and {} in Roxygen strings to resolve CRAN NOTEs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkyllo committed Oct 11, 2023
1 parent 4181269 commit 0ea3e52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion R/endpoint.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ea3e52

Please sign in to comment.