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.

28 lines
764 B

Package: zeekr
Type: Package
Title: Tools to Make Analyses Using Zeek Easier
Version: 0.1.0
Date: 2021-07-25
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: [Zeek](https://zeek.org/) is an open source network security monitoring
system. Tools are provided to make it a bit easier to work with Zeek to perform
analyses with R.
URL: https://git.rud.is/hrbrmstr/zeekr
BugReports: https://git.rud.is/hrbrmstr/zeekr/issues
Encoding: UTF-8
License: AGPL
Suggests:
covr, tinytest
Depends:
R (>= 3.6.0)
Imports:
utils,
arrow,
ndjson,
tools
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1