-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
198 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,37 @@ | ||
Package: ryandexdirect | ||
Type: Package | ||
Title: Load Data From Yandex Direct | ||
Version: 3.2.0.9000 | ||
Date: 2019-06-20 | ||
Description: Load data from 'Yandex Direct' API V5 <https://tech.yandex.ru/direct/doc/dg/concepts/about-docpage/> into R. Provide function for load lists of campaings, ads, keywords and other objects from 'Yandex Direct' account. Also you can load statistic from API 'Reports Service' <https://tech.yandex.ru/direct/doc/reports/reports-docpage/>. And allows keyword bids management. | ||
Title: Load Data From 'Yandex Direct' | ||
Version: 3.2.2 | ||
Date: 2019-10-31 | ||
Description: Load data from 'Yandex Direct' API V5 | ||
<https://tech.yandex.ru/direct/doc/dg/concepts/about-docpage/> into R. | ||
Provide function for load lists of campaings, ads, keywords and other | ||
objects from 'Yandex Direct' account. Also you can load statistic from | ||
API 'Reports Service' <https://tech.yandex.ru/direct/doc/reports/reports-docpage/>. | ||
And allows keyword bids management. | ||
License: GPL-2 | ||
Authors@R: c(person(given = "Alexey", family = "Seleznev", role = c("aut", "cre"), email = "[email protected]")) | ||
Authors@R: | ||
c(person(given = "Alexey", | ||
family = "Seleznev", | ||
role = c("aut", "cre"), | ||
email = "[email protected]")) | ||
Author: Alexey Seleznev [aut, cre] | ||
Maintainer: Alexey Seleznev <[email protected]> | ||
Depends: R (>= 3.5.0) | ||
BugReports: https://github.com/selesnow/ryandexdirect/issues | ||
URL: https://selesnow.github.io/ryandexdirect | ||
Imports: utils, httr, bitops, jsonlite, xml2, data.table, readr, magrittr, dplyr | ||
Suggests: knitr, rmarkdown, kableExtra | ||
VignetteBuilder: knitr | ||
URL: https://selesnow.github.io/ryandexdirect, https://t.me/R4marketing | ||
Imports: utils, | ||
httr, | ||
bitops, | ||
jsonlite, | ||
xml2, | ||
data.table, | ||
readr, | ||
magrittr, | ||
dplyr | ||
Suggests: knitr, | ||
rmarkdown, | ||
kableExtra | ||
Encoding: UTF-8 | ||
Language: ru | ||
VignetteBuilder: knitr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.