You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

22 lines
747 B

Package: spectr
Type: Package
Title: Wrappers for Selected Chrome Remote Interface Utilities
Version: 0.1.0
Date: 2019-08-17
Authors@R: c( person("Bob", "Rudis", email = "bob@rud.is", role =
c("aut", "cre"), comment = c(ORCID = "0000-0001-5670-2640")) )
Maintainer: Bob Rudis <bob@rud.is>
Description: Wrappers for Selected Chrome Remote Interface Utilities
URL: https://gitlab.com/hrbrmstr/spectr
BugReports: https://gitlab.com/hrbrmstr/spectr/issues
SystemRequirements: node.js >= 12.0.0
Encoding: UTF-8
License: AGPL
Suggests: covr, tinytest, dplyr, tidyr
Depends: R (>= 3.2.0)
Imports: processx, jsonlite, psl, curlparse, magick, xml2
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
Remotes:
hrbrmstr/psl,
hrbrmstr/curlparse