explicit collation order no longer needed

This commit is contained in:
hong-revo 2018-05-07 04:27:18 +10:00
Родитель 59b997b8dd
Коммит 8517488205
2 изменённых файлов: 0 добавлений и 12 удалений

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

@ -15,13 +15,3 @@ Imports:
jsonlite,
R6
RoxygenNote: 6.0.1
Collate:
'AzureSMRbase.R'
'AzureToken.R'
'az_auth.R'
'az_resgroup.R'
'az_resource.R'
'az_subscription.R'
'az_template.R'
'call_azure_rm.R'
'utils.R'

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

@ -1,5 +1,4 @@
### Azure Context class: authentication functionality for AAD
#' @include AzureToken.R
#' @export
az_context <- R6::R6Class("az_context",
@ -52,4 +51,3 @@ public=list(
}
))