Package: virustotal
Title: R Client for the VirusTotal API
Version: 0.5.0
Authors@R: person("Gaurav", "Sood", email = "gsood07@gmail.com", 
                  role = c("aut", "cre"))
Author: Gaurav Sood [aut, cre]
Maintainer: Gaurav Sood <gsood07@gmail.com>
Description: Provides a comprehensive R interface to the VirusTotal API (v2 and v3), 
    a Google service that analyzes files and URLs for viruses, worms, trojans and 
    other malware. Features include file/URL scanning, domain categorization, 
    passive DNS information, IP reputation analysis, and comment/voting systems.
    Implements rate limiting, error handling, and response validation for robust 
    security analysis workflows.
URL: https://github.com/themains/virustotal,
        https://themains.github.io/virustotal/,
        http://themains.github.io/virustotal/
BugReports: https://github.com/themains/virustotal/issues
Depends: R (>= 4.0.0)
License: MIT + file LICENSE
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
Imports: httr (>= 1.4.0), dplyr (>= 1.0.0), base64enc (>= 0.1-3),
        jsonlite (>= 1.7.0), checkmate (>= 2.0.0), rlang (>= 1.0.0)
Suggests: knitr (>= 1.30), rmarkdown (>= 2.0), testthat (>= 3.0.0),
        lintr (>= 3.0.0), httptest (>= 4.0.0), covr, pkgdown, spelling
RoxygenNote: 7.3.3
Config/testthat/edition: 3
Config/Needs/website: pkgdown
NeedsCompilation: no
Packaged: 2025-12-15 19:15:08 UTC; soodoku
Repository: CRAN
Date/Publication: 2025-12-16 06:10:12 UTC
Built: R 4.4.1; ; 2025-12-16 07:55:42 UTC; unix
