- Fix test that broke on Linux due to upgrading the tzdata system package.
- Import S3 generics
tidyr::nest()
andtidyr::unnest()
- Fix S3 method consistency issues with r-devel
- Fixed bug in KQL translation of
%in%
operator so that it now works when the right hand side is either a vector or a tabular expression.
- New function
export()
to export query results to Azure Storage. server
argument ofkusto_database_endpoint
can be just cluster name and no longer needs to be the fully qualified URI. E.g. can pass eitherserver = "help"
orserver = "https://help.kusto.windows.net"
- Changed default
get_kusto_token()
auth_type from "device_code" to "authorization_code" for easier to use sign-in flow. - Added
$
as an infix operator in a KQL expression now translates to.
to enable nested dynamic field access. - Added
slice_sample
dplyr verb
- Re-release to resolve "Version contains large components" note.
- Regenerate .Rd files for R 4.2+ using updated Roxygen to fix HTML5 issues.
- Switch to AAD v2 when obtaining OAuth tokens with
get_kusto_token
.
- Compatibility update for dplyr 1.0.0.
- Compatibility update for tidyselect 1.0.0.
- Default
queryconsistency
query setting changed tostrongconsistency
, which fixes query errors under certain cluster configurations. - New maintainer (Alex Kyllo; [email protected]).
- Compatibility update for tidyr 1.0.
- Implement
nest
andunnest
verbs.
- Initial CRAN submission.