-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.13 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
27
Package: RcppAPT
Type: Package
Title: 'Rcpp' Interface to the APT Package Manager
Version: 0.0.10
Date: 2024-11-29
Authors@R: person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0001-6419-907X"))
Description: The 'APT Package Management System' provides Debian and
Debian-derived Linux systems with a powerful system to resolve package
dependencies. This package offers access directly from R. This can
only work on a system with a suitable 'libapt-pkg-dev' installation
so functionality is curtailed if such a library is not found.
License: GPL (>= 2)
Imports: Rcpp (>= 0.11.0)
LinkingTo: Rcpp
Suggests: simplermarkdown
VignetteBuilder: simplermarkdown
URL: https://github.com/eddelbuettel/rcppapt,
https://dirk.eddelbuettel.com/code/rcpp.apt.html
BugReports: https://github.com/eddelbuettel/rcppapt/issues
RoxygenNote: 6.1.0
NeedsCompilation: yes
Packaged: 2024-11-29 19:21:30 UTC; edd
Author: Dirk Eddelbuettel [aut, cre] (<https://orcid.org/0000-0001-6419-907X>)
Maintainer: Dirk Eddelbuettel <[email protected]>
Repository: CRAN
Date/Publication: 2024-11-29 19:30:02 UTC