Package: mstrio
Type: Package
Title: Interface for 'MicroStrategy' REST API
Version: 11.3.5.101
Maintainer: Piotr Kowal <pkowal@microstrategy.com>
Authors@R: c(
    person("Piotr", "Kowal", email = "pkowal@microstrategy.com", role = c("aut", "cre"))
    )
Description: Interface for creating data sets and extracting data through the
    'MicroStrategy' REST API. Access the demo API at
    <https://demo.microstrategy.com/MicroStrategyLibrary/api-docs/index.html>.
License: Apache License 2.0 | file LICENSE
Encoding: UTF-8
Depends: R (>= 3.6.0)
Imports: httr (>= 1.4.1), crul, openssl (>= 1.4.1), jsonlite (>= 1.6),
        methods, data.table, R6, markdown, rstudioapi, shinyjs, shiny,
        vctrs (>= 0.3.8)
Suggests: httptest, knitr, rmarkdown, testthat
VignetteBuilder: knitr
RoxygenNote: 7.1.2
Collate: 'api-authentication.R' 'api-cubes.R' 'api-datasets.R'
        'api-projects.R' 'api-reports.R' 'api-misc.R' 'connection.R'
        'cube.R' 'dataset.R' 'report.R' 'utils-model.R'
        'utils-formjson.R' 'utils-parser.R' 'utils-encoder.R'
        'utils-errors.R' 'utils-filter.R' 'utils-files.R' 'utils-gui.R'
        'utils-import.R' 'utils-helpers.R' 'utils-export.R' 'server.R'
        'app.R'
NeedsCompilation: no
Packaged: 2022-04-13 14:22:16 UTC; jenkins
Author: Piotr Kowal [aut, cre]
Repository: CRAN
Date/Publication: 2022-04-13 14:40:05 UTC
Built: R 4.2.0; ; 2022-05-11 01:28:46 UTC; unix
