Package: dataCompare
Title: A 'shiny' App to Compare Two Data Frames
Version: 1.0.5
Authors@R: 
    person("Sergio", "Ewane Ebouele", , "info@dataforknow.com", role = c("aut", "cre"))
Description: A tool developed with the 'Golem' framework which provides 
                     an easier way to check cells differences between two data 
                     frames. The user provides two data frames for comparison, 
                     selects IDs variables identifying each row of input data, 
                     then clicks a button to perform the comparison. Several 
                     'R' package functions are used to describe the data 
                     and perform the comparison in the server of the 
                     application. The main ones are comparedf() from 'arsenal' 
                     and skim() from 'skimr'. For more details see the 
                     description of comparedf() from the 'arsenal' package and 
                     that of skim() from the 'skimr' package.
License: MIT + file LICENSE
URL: https://github.com/seewe/dataCompare
BugReports: https://github.com/seewe/dataCompare/issues
Imports: arsenal, config, data.table, devtools, dplyr, DT, explore,
        golem, htmltools, magrittr, shiny, shinycssloaders,
        shinydashboard, shinydashboardPlus, shinyWidgets, skimr, tools,
        utils
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2024-11-28 07:46:55 UTC; Utilisateur
Author: Sergio Ewane Ebouele [aut, cre]
Maintainer: Sergio Ewane Ebouele <info@dataforknow.com>
Depends: R (>= 3.5.0)
Repository: CRAN
Date/Publication: 2024-11-28 08:00:02 UTC
