Package: moexer
Type: Package
Title: Interact with Moscow Exchange Informational and Statistical
        Server ('ISS')
Version: 0.3.0
Authors@R: 
    person("Dmitry", "Zotikov", email = "dmitry.zotikov@ungrund.org",
           role = c("aut", "cre", "cph"))
Maintainer: Dmitry Zotikov <dmitry.zotikov@ungrund.org>
Description: This is a thin wrapper around the 'MOEX' 'ISS' REST interface, see
    <https://iss.moex.com>.  It allows to quickly fetch price candles for a 
    particular security, obtain its profile information and so on.
License: GPL-3
Language: en-GB
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends: R (>= 4.2.0)
Imports: glue, purrr, httr, jsonlite, tibble, readr, rlang, stringr,
        assertthat, cli, dplyr, lubridate, ggplot2
Suggests: testthat, knitr, rmarkdown
URL: https://github.com/x1o/moexer
BugReports: https://github.com/x1o/moexer/issues
NeedsCompilation: no
Packaged: 2024-03-12 11:23:11 UTC; xio
Author: Dmitry Zotikov [aut, cre, cph]
Repository: CRAN
Date/Publication: 2024-03-12 12:30:03 UTC
Built: R 4.3.1; ; 2024-03-15 00:21:52 UTC; unix
