Package: rsqliteadmin
Title: A GUI to Manage SQLite Databases
Description: A comprehensive tool written in R Shiny to explore, manage and update SQLite Databases.
Version: 1.0.1
Date: 2021-07-05
Authors@R: c(
    person(
        "Vijay", "Barve",
        email = "vijay.barve@gmail.com", 
        role = c("aut"),
        comment = c(ORCID = '0000-0002-4852-2567')),
    person(
        "Thiloshon", "Nagarajah",
        email = "thiloshon@gmail.com",
        role = c("aut"),
        comment = c(ORCID = '0000-0001-8607-7145')),
    person(
        "Narayani", "Barve",
        email = "narayani.ku@gmail.com",
        role = c("aut"),
        comment = c(ORCID = '0000-0002-7893-8774')),
    person(
        "Marlon E.", "Cobos",
        email = "manubio13@gmail.com",
        role = c("aut"),
        comment = c(ORCID = '0000-0002-2611-1767')),
    person(
        "Divyansh", "Chawla", 
        email = "code.divyansh@gmail.com", 
        role = c("cre", "aut"))
    )
Maintainer: Divyansh Chawla <code.divyansh@gmail.com>
Imports: config, golem, shiny, RSQLite, DT, shinyFiles, fs, shinyAce,
        shinyjqui, shinydashboard, disk.frame, data.table, magrittr
RoxygenNote: 7.1.1
URL: https://github.com/rsqliteadmin/rsqliteadmin
BugReports: https://github.com/rsqliteadmin/rsqliteadmin/issues
License: GPL-3
Encoding: UTF-8
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-07-04 19:18:34 UTC; divya
Author: Vijay Barve [aut] (<https://orcid.org/0000-0002-4852-2567>),
  Thiloshon Nagarajah [aut] (<https://orcid.org/0000-0001-8607-7145>),
  Narayani Barve [aut] (<https://orcid.org/0000-0002-7893-8774>),
  Marlon E. Cobos [aut] (<https://orcid.org/0000-0002-2611-1767>),
  Divyansh Chawla [cre, aut]
Depends: R (>= 3.5.0)
Repository: CRAN
Date/Publication: 2021-07-04 20:50:02 UTC
Built: R 4.1.0; ; 2021-07-05 12:00:54 UTC; unix
