Package: TKCat Type: Package Title: Tailored Knowledge Catalog Version: 1.2.2 Authors@R: c( person( "Patrice", "Godard", role = c("aut", "cre","cph"), email = "patrice.godard@gmail.com" ) ) Description: Facilitate the management of data from knowledge resources that are frequently used alone or together in research environments. In 'TKCat', knowledge resources are manipulated as modeled database (MDB) objects. These objects provide access to the data tables along with a general description of the resource and a detailed data model documenting the tables, their fields and their relationships. These MDBs are then gathered in catalogs that can be easily explored and shared. Finally, 'TKCat' provides tools to easily subset, filter and combine MDBs and create new catalogs suited for specific needs. URL: https://patzaw.github.io/TKCat/, https://github.com/patzaw/TKCat/ BugReports: https://github.com/patzaw/TKCat/issues Depends: R (>= 4.1), ReDaMoR (>= 1.0.0), DBI, visNetwork, dplyr Imports: ClickHouseHTTP, rlang, tidyselect, askpass, shiny, shinydashboard, DT, htmltools, readr, jsonlite, jsonvalidate (>= 1.3.2), markdown, promises, future, xml2, Matrix, uuid, crayon, roxygen2 Suggests: knitr, rmarkdown, RClickhouse, stringr, data.tree, BED License: GPL-3 Encoding: UTF-8 VignetteBuilder: knitr Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev libssl-dev libnode-dev libx11-dev zlib1g-dev Repository: https://patzaw.r-universe.dev Date/Publication: 2026-06-12 05:42:23 UTC RemoteUrl: https://github.com/patzaw/tkcat RemoteRef: HEAD RemoteSha: 65e11b3fcd933b51d5ce022c52857ecc9b81466f NeedsCompilation: no Packaged: 2026-06-12 07:54:26 UTC; root Author: Patrice Godard [aut, cre, cph] Maintainer: Patrice Godard