Package: rmdwc Type: Package Title: Count Words and Characters in R Markdown and Jupyter Notebooks Version: 0.3.1 Date: 2025-05-20 Authors@R: person("Sigbert", "Klinke", email = "sigbert@hu-berlin.de", role = c("aut", "cre")) Description: Computes word, character, and non-whitespace character counts in R Markdown documents and Jupyter notebooks, with or without code chunks. Returns results as a data frame. Imports: jsonlite, knitr, rstudioapi Suggests: testthat License: GPL-3 URL: https://github.com/sigbertklinke/rmdwc Encoding: UTF-8 RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) NeedsCompilation: no Repository: https://sigbertklinke.r-universe.dev Date/Publication: 2025-05-20 10:45:08 UTC RemoteUrl: https://github.com/sigbertklinke/rmdwc RemoteRef: HEAD RemoteSha: 8f20bed523c1ef259fe15a73eceb1584a78874d5 Packaged: 2026-06-14 09:49:43 UTC; root Author: Sigbert Klinke [aut, cre] Maintainer: Sigbert Klinke