R6GeneratorNote: Generated by r6-generator-maven-plugin: remove this line if you want to make manual changes and dont want them to get overwritten Type: Package Package: roogledocs Title: R Wrapper For Googledocs Java Library Version: 0.5.0 Authors@R: c( person(given = "Rob", family = "Challen", email = "rob.challen@bristol.ac.uk", comment = structure("0000-0002-5504-7768", .Names = "ORCID"), role = c("aut", "cre"))) Description: Programmatically substitute images, data and tables into a google doc or presentation. R library to perform limited interactions with google docs and slides in R via the Java API library. The purpose being to support google docs as a platform for interactive development and documentation of data analysis in R for scientific publication, although it is not limited to this purpose. The workflow supported is a parallel documentation and analysis where a team of people are working collaboratively on documentation, whilst at the same time analysis is being performed and results updated repeatedly as a result of new data. In this environment updating numeric results, tabular data and figures in word documents manually becomes annoying. With roogledocs you can automate this a bit like a RMarkdown document, but with the added benefit that the content can be updated independently of the analysis, by the wider team. License: MIT + file LICENSE Encoding: UTF-8 VignetteBuilder: knitr Suggests: here, knitr, rmarkdown, testthat Imports: ggplot2, ragg, tidyr, dplyr, rJava, R6, fs, rappdirs, utils, magrittr, rlang, xml2, stringr URL: https://terminological.github.io/roogledocs/, https://github.com/terminological/roogledocs BugReports: https://github.com/terminological/roogledocs/issues RoxygenNote: 7.3.1 Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev default-jdk libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev Repository: https://terminological.r-universe.dev Date/Publication: 2024-04-27 14:33:29 UTC RemoteUrl: https://github.com/terminological/roogledocs RemoteRef: 0.5.0 RemoteSha: b51fd77a7ddcebb8b496e039120c8dc38a7a8ec1 NeedsCompilation: no Packaged: 2026-04-01 07:21:20 UTC; root Author: Rob Challen [aut, cre] (ORCID: ) Maintainer: Rob Challen