-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
26 lines (26 loc) · 1.05 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: RCriteo
Type: Package
Title: Loading Criteo Data into R
Version: 1.0.2
Date: 2016-06-07
Author: Johannes Burkhardt <[email protected]>
Maintainer: Johannes Burkhardt <[email protected]>
Description: Aims at loading Criteo online advertising campaign data into R.
Criteo <http://www.criteo.com/> is an online advertising service that enables
advertisers to display commercial ads to web users. The package provides
an authentication process for R with the Criteo API <http://kb.criteo.com/
advertising/content/5/27/en/api.html>. Moreover, the package features an
interface to query campaign data from the Criteo API. The data can be downloaded
and will be transformed into a R data frame.
Depends:
R (>= 3.1.1)
Imports:
RCurl,
XML,
httr,
plyr
License: GPL (>= 2) | MIT + file LICENSE
Encoding: UTF-8
URL: http://jburkhardt.github.io/RCriteo/, http://www.criteo.com/, http://kb.criteo.com/advertising/content/5/27/en/api.html
BugReports: https://github.com/jburkhardt/RCriteo/issues
RoxygenNote: 5.0.1