File: control

package info (click to toggle)
r-cran-googlesheets4 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,048 kB
  • sloc: sh: 13; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 1,715 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
38
39
40
41
42
43
44
45
Source: r-cran-googlesheets4
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-cellranger,
               r-cran-cli (>= 3.0.0),
               r-cran-curl,
               r-cran-gargle (>= 1.5.0),
               r-cran-glue,
               r-cran-googledrive (>= 2.1.0),
               r-cran-httr,
               r-cran-ids,
               r-cran-lifecycle,
               r-cran-magrittr,
               r-cran-purrr,
               r-cran-rematch2,
               r-cran-rlang (>= 1.0.2),
               r-cran-tibble,
               r-cran-vctrs,
               r-cran-withr
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-googlesheets4
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-googlesheets4.git
Homepage: https://cran.r-project.org/package=googlesheets4
Rules-Requires-Root: no

Package: r-cran-googlesheets4
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R access Google sheets using the sheets API V4
 Interact with Google Sheets through the Sheets API v4
 <https://developers.google.com/sheets/api>. "API" is an acronym for
 "application programming interface"; the Sheets API allows users to
 interact with Google Sheets programmatically, instead of via a web
 browser. The "v4" refers to the fact that the Sheets API is currently
 at version 4. This package can read and write both the metadata and
 the cell data in a Sheet.