-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.41 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: pacs
Title: Supplementary Tools for R Packages Developers
Version: 0.6.0
Authors@R:
person(given = "Maciej",
family = "Nasinski",
role = c("aut", "cre"),
email = "[email protected]")
Maintainer: Maciej Nasinski <[email protected]>
Description:
Supplementary utils for CRAN maintainers and R packages developers.
Validating the library, packages and lock files.
Exploring a complexity of a specific package like evaluating its size in bytes with all dependencies.
The shiny app complexity could be explored too.
Assessing the life duration of a specific package version.
Checking a CRAN package check page status for any errors and warnings.
Retrieving a DESCRIPTION or NAMESPACE file for any package version.
Comparing DESCRIPTION or NAMESPACE files between different package versions.
Getting a list of all releases for a specific package.
The Bioconductor is partly supported.
License: GPL (>= 3)
URL: https://github.com/Polkas/pacs, https://polkas.github.io/pacs/
BugReports: https://github.com/Polkas/pacs/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
Depends: R (>= 3.5.0)
Imports:
curl,
memoise,
jsonlite,
xml2,
stringi
Suggests:
remotes,
renv,
withr,
pkgsearch,
mockery,
testthat (>= 3.0.0),
knitr,
rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr