Package: ReDaMoR
Type: Package
Title: Relational Data Modeler
Version: 0.7.2
Authors@R: c(
    person(
        "Patrice", "Godard",
        role = c("aut", "cre","cph"),
        email = "patrice.godard@gmail.com"
    )
    )
Maintainer: Patrice Godard <patrice.godard@gmail.com>
Description: The aim of this package is to manipulate relational
   data models in R.
   It provides functions to create, modify and export data models
   in json format.
   It also allows importing models created
   with 'MySQL Workbench' (<https://www.mysql.com/products/workbench/>).
   These functions are accessible through a graphical user
   interface made with 'shiny'.
   Constraints such as types, keys, uniqueness and mandatory fields are
   automatically checked and corrected when editing a model.
   Finally, real data can be confronted to a model to check their compatibility.
URL: https://patzaw.github.io/ReDaMoR/,
        https://github.com/patzaw/ReDaMoR/
BugReports: https://github.com/patzaw/ReDaMoR/issues
Depends: R (>= 3.5), dplyr, magrittr, visNetwork
Imports: readr, shiny, shinyjs, jsonlite, DT, colourpicker, rintrojs,
        markdown, rstudioapi, crayon, utils, graphics, stats, Matrix
Suggests: knitr, rmarkdown, igraph, base64enc
License: GPL-3
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2023-07-04 10:01:14 UTC; pgodard
Author: Patrice Godard [aut, cre, cph]
Repository: CRAN
Date/Publication: 2023-07-06 00:14:14 UTC
Built: R 4.2.0; ; 2023-07-06 12:01:04 UTC; unix
