File: control

package info (click to toggle)
r-cran-rtweet 2.0.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,068 kB
  • sloc: sh: 13; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,342 bytes parent folder | download
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
27
28
29
30
31
32
33
34
35
36
37
Source: r-cran-rtweet
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-bit64,
               r-cran-curl (>= 4.3.2),
               r-cran-httr,
               r-cran-httr2 (>= 1.0.0),
               r-cran-jsonlite,
               r-cran-lifecycle (>= 1.0.0),
               r-cran-progress,
               r-cran-rlang,
               r-cran-tibble,
               r-cran-withr (>= 2.5.0)
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-rtweet
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-rtweet.git
Homepage: https://cran.r-project.org/package=rtweet
Rules-Requires-Root: no

Package: r-cran-rtweet
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: collecting twitter data in GNU R
 An implementation of calls designed to collect and organize Twitter data
 via Twitter's REST and stream Application Program Interfaces (API),
 which can be found at the following URL:
 <https://developer.twitter.com/en/docs>. This package has been peer-
 reviewed by rOpenSci (v. 0.6.9).