Package: trackdown
Title: Collaborative Editing of Rmd (or Rnw) Documents in Google Drive
Version: 1.1.1
Authors@R: 
    c(person(given = "Emily",
             family = "Kothe",
             role = "aut",
             email = "emily.kothe@deakin.edu.au",
             comment = c(ORCID = "0000-0003-1210-0554")),
      person(given = "Claudio",
             family = "Zandonella Callegher",
             role = c("aut", "cre"),
             email = "claudiozandonella@gmail.com",
             comment = c(ORCID = "0000-0001-7721-6318")),
      person(given = "Filippo",
             family = "Gambarota",
             role = "aut",
             email = "filippo.gambarota@gmail.com",
             comment = c(ORCID = "0000-0002-6666-1747")),
      person(given = "Janosch",
             family = "Linkersdörfer",
             role = "aut",
             email = "jlinkersdoerfer@ucsd.edu",
             comment = c(ORCID = "0000-0002-1577-1233")),
      person(given = "Mathew",
             family = "Ling",
             role = "aut",
             email = "m.ling@deakin.edu.au",
             comment = c(ORCID = "0000-0002-0940-2538")))
Description: Collaborative writing and editing of R Markdown (or Sweave) documents. The local .Rmd (or .Rnw) is uploaded as a plain-text file to Google Drive. By taking advantage of the easily readable Markdown (or LaTeX) syntax and the well-known online interface offered by Google Docs, collaborators can easily contribute to the writing and editing process. After integrating all authors’ contributions, the final document can be downloaded and rendered locally.
Depends: R (>= 3.5)
License: GPL-3
Encoding: UTF-8
Imports: cli (>= 3.0.0), googledrive (> 1.0.1), rmarkdown
Suggests: covr, devtools, gargle, knitr, pagedown, sodium, testthat (>=
        3.0.0), vcr
Config/testthat/edition: 3
RoxygenNote: 7.1.1
VignetteBuilder: knitr
URL: https://github.com/claudiozandonella/trackdown/,
        https://claudiozandonella.github.io/trackdown/
BugReports: https://github.com/claudiozandonella/trackdown/issues
NeedsCompilation: no
Packaged: 2021-12-19 11:06:52 UTC; claudio
Author: Emily Kothe [aut] (<https://orcid.org/0000-0003-1210-0554>),
  Claudio Zandonella Callegher [aut, cre]
    (<https://orcid.org/0000-0001-7721-6318>),
  Filippo Gambarota [aut] (<https://orcid.org/0000-0002-6666-1747>),
  Janosch Linkersdörfer [aut] (<https://orcid.org/0000-0002-1577-1233>),
  Mathew Ling [aut] (<https://orcid.org/0000-0002-0940-2538>)
Maintainer: Claudio Zandonella Callegher <claudiozandonella@gmail.com>
Repository: CRAN
Date/Publication: 2021-12-19 14:40:02 UTC
