Package: solarizeddocx Title: A 'Solarized' Theme for 'RMarkdown` `Docx` Documents Version: 0.0.1.9000 Authors@R: c( person( given = "Tristan", family = "Mahr", role = c("aut", "cre"), email = "tristan.mahr@wisc.edu", comment = c(ORCID = "0000-0002-8890-5116") ), person( given = "Ethan", family = "Schoonover", role = c("ctb", "cph"), comment = "Solarized color themes" ), person( given = "John", family = "MacFarlane", role = c("ctb", "cph"), comment = "Pandoc templates" ), person( family = "KDE contributors", role = "ctb", comment = "R syntax definition https://github.com/KDE/syntax-highlighting/blob/master/data/syntax/r.xml" ) ) Description: An 'RMarkdown' output format for 'Microsoft' Word '.docx' documents created by 'pandoc'. License: GPL (>= 3) + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2 Imports: jsonlite, rlang, rmarkdown, stats URL: https://github.com/tjmahr/solarizeddocx BugReports: https://github.com/tjmahr/solarizeddocx/issues SystemRequirements: pandoc (>= 2.0.4) - http://pandoc.org Config/pak/sysreqs: cmake make libuv1-dev Repository: https://tjmahr.r-universe.dev Date/Publication: 2022-04-26 14:23:21 UTC RemoteUrl: https://github.com/tjmahr/solarizeddocx RemoteRef: HEAD RemoteSha: 8f82bf16a22cf48c5d32d55b7e0dac936c72cd78 NeedsCompilation: no Packaged: 2026-05-25 08:51:47 UTC; root Author: Tristan Mahr [aut, cre] (ORCID: ), Ethan Schoonover [ctb, cph] (Solarized color themes), John MacFarlane [ctb, cph] (Pandoc templates), KDE contributors [ctb] (R syntax definition https://github.com/KDE/syntax-highlighting/blob/master/data/syntax/r.xml) Maintainer: Tristan Mahr