Package: mitre
Type: Package
Title: Cybersecurity MITRE Standards Data and Digraphs
Version: 0.6.0
Authors@R: person("Humbert", "Costas", email = "humbert.costas@gmail.com",
               role = c("aut", "cre"))
Maintainer: Humbert Costas <humbert.costas@gmail.com>
Description: Extract, transform and load MITRE standards.
    This package gives you an approach to cybersecurity data sets.
    All data sets are build on runtime downloading raw data from MITRE public services.
    MITRE <https://www.mitre.org/> is a government-funded research organization 
    based in Bedford and McLean. Current version includes most used standards as
    data frames. It also provide a list of nodes and edges with all relationships.
License: CC0
URL: https://github.com/motherhack3r/mitre
BugReports: https://github.com/motherhack3r/mitre/issues
Encoding: UTF-8
Imports: dplyr, plyr, tidyr, xml2, rvest, jsonlite, RJSONIO, stringr,
        httr, yaml, rlang, igraph
RoxygenNote: 7.1.1
Suggests: visNetwork, knitr, rmarkdown, utils, shiny, curl, testthat
        (>= 3.0.0)
VignetteBuilder: knitr
Depends: R (>= 2.10)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-04-24 16:45:08 UTC; humbe
Author: Humbert Costas [aut, cre]
Repository: CRAN
Date/Publication: 2021-04-24 22:40:02 UTC
