Package: mitre
Type: Package
Title: Cybersecurity MITRE Standards Data and Digraphs
Version: 0.5.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
LazyData: true
Imports: visNetwork, dplyr, plyr, tidyr, xml2, rvest, jsonlite,
        RJSONIO, stringr, httr, yaml, rlang
RoxygenNote: 7.1.1
Suggests: knitr, rmarkdown, utils, shiny, curl
VignetteBuilder: knitr
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2021-02-25 22:41:54 UTC; humbe
Author: Humbert Costas [aut, cre]
Repository: CRAN
Date/Publication: 2021-02-25 23:00:03 UTC
