Package: rym
Type: Package
Title: R Interface to Yandex Metrica API
Version: 1.0.6
Authors@R: 
    c(person(given  = "Alexey",
             family = "Seleznev",
             role   = c("aut", "cre"),
             email  = "selesnow@gmail.com",
             comment = c(ORCID = "0000-0003-0410-7385")),
      person(given = "Netpeak",
             role = c("cph")))
Maintainer: Alexey Seleznev <selesnow@gmail.com>
Description: Allows work with 'Management API' for load counters, segments, filters,
	user permissions and goals list from Yandex Metrica, 'Reporting API' allows you to get 
	information about the statistics of site visits and other data without
	using the web interface, 'Logs API' allows to receive non-aggregated data and 
	'Compatible with Google Analytics Core Reporting API v3' allows 
	receive information about site traffic and other data using field names 
	from Google Analytics Core API.	For more information see official 
	documents <https://yandex.ru/dev/metrika/doc/api2/concept/about-docpage>.
Depends: R (>= 3.5.0)
BugReports: https://github.com/selesnow/rym/issues
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
License: GPL-2
Imports: httr, stringr, utils, purrr
URL: https://selesnow.github.io/rym/
Encoding: UTF-8
Language: ru
NeedsCompilation: no
Packaged: 2023-03-17 11:38:57 UTC; SAMSUNG
Author: Alexey Seleznev [aut, cre] (<https://orcid.org/0000-0003-0410-7385>),
  Netpeak [cph]
Repository: CRAN
Date/Publication: 2023-03-17 12:00:02 UTC
Built: R 4.5.1; ; 2025-10-06 02:25:11 UTC; windows
