Package: BioTooltipR Title: Add Bio Tooltips to HTML Reports Version: 0.1.0 Authors@R: person("Matthew J.", "Meier", email = "matthew.meier@hc-sc.gc.ca", role = c("aut", "cre")) Description: Provides lightweight helpers for adding gene and chemical tooltips to R Markdown, Quarto, Shiny, pkgdown, and other HTML outputs. The package emits small HTML spans with module-specific data attributes and attaches the browser-side 'bio-tooltips' JavaScript and CSS assets through 'htmltools'. Entity lookup and rendering are handled in the browser by 'bio-tooltips'; this package does not query biological databases from R during package checks. Language: en-US License: MIT + file LICENSE URL: https://github.com/mattjmeier/BioTooltipR BugReports: https://github.com/mattjmeier/BioTooltipR/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) Depends: R (>= 4.1) Imports: htmltools, jsonlite, knitr, utils Suggests: DT, htmlwidgets, plotly, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 RoxygenNote: 7.3.2 Repository: https://mattjmeier.r-universe.dev Date/Publication: 2026-06-23 16:02:39 UTC RemoteUrl: https://github.com/mattjmeier/biotooltipr RemoteRef: HEAD RemoteSha: 921cedd6da0e880e94d845c184fdb2ac4f10482f NeedsCompilation: no Packaged: 2026-07-01 08:58:12 UTC; root Author: Matthew J. Meier [aut, cre] Maintainer: Matthew J. Meier