File: control

package info (click to toggle)
r-cran-pkgdown 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,612 kB
  • sloc: javascript: 458; makefile: 14; sh: 13
file content (53 lines) | stat: -rw-r--r-- 1,820 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
46
47
48
49
50
51
52
53
Source: r-cran-pkgdown
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>,
           Steffen Moeller <moeller@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-bslib,
               r-cran-callr (>= 3.7.3),
               r-cran-cli,
               r-cran-desc,
               r-cran-digest,
               r-cran-downlit (>= 0.4.0),
               r-cran-fs,
               r-cran-httr2,
               r-cran-jsonlite,
               r-cran-magrittr,
               r-cran-memoise,
               r-cran-purrr,
               r-cran-ragg,
               r-cran-rlang (>= 1.0.0),
               r-cran-rmarkdown,
               r-cran-tibble,
               r-cran-whisker,
               r-cran-withr (>= 2.4.3),
               r-cran-xml2,
               r-cran-yaml
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-pkgdown
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-pkgdown.git
Homepage: https://cran.r-project.org/package=pkgdown
Rules-Requires-Root: no

Package: r-cran-pkgdown
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends},
         r-cran-rmarkdown (>= 2.16+dfsg-1~),
# <dh-update-R>do not delete this</dh-update-R>
         libjs-bootstrap,
         libjs-bootswatch,
         libjs-jquery,
         libjs-mathjax
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: make static HTML documentation for a GNU R package
 Generate an attractive and useful website from a source
 package.  'pkgdown' converts your documentation, vignettes, 'README',
 and more to 'HTML' making it easy to share information about your
 package online.