From 11e30fe85f41462546a823102db93c81b1537af2 Mon Sep 17 00:00:00 2001 From: Claudio Zandonella Callegher <44664104+ClaudioZandonella@users.noreply.github.com> Date: Tue, 17 Aug 2021 12:34:48 +0200 Subject: [PATCH] Update trackdown now on cran (#355) --- 17-workflow.Rmd | 12 +++++++++++- DESCRIPTION | 2 -- renv.lock | 25 ++++++++++--------------- 3 files changed, 21 insertions(+), 18 deletions(-) diff --git a/17-workflow.Rmd b/17-workflow.Rmd index 8d0e2feb..7c746589 100644 --- a/17-workflow.Rmd +++ b/17-workflow.Rmd @@ -237,7 +237,17 @@ You may refer to the help page `?rmarkdown::render` to find out more ideas on ho The **trackdown** package\index{R package!trackdown} [@R-trackdown] offers a simple solution for collaborative writing and editing of R Markdown (or Sweave) documents. Based on the **googledrive** package\index{R package!googledrive} [@R-googledrive], **trackdown** allows to upload the local `.Rmd` (or `.Rnw`) file 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. -Currently, **trackdown** is available only on GitHub at https://github.com/ekothe/trackdown. The package documentation is available at https://ekothe.github.io/trackdown/. +You can install **trackdown** from CRAN, or you may try the development version on GitHub (https://github.com/claudiozandonella/trackdown): +```{r, echo=TRUE, eval=FALSE} +# install from CRAN +install.packages("trackdown") + +# install the development version +remotes::install_github("claudiozandonella/trackdown", + build_vignettes = TRUE) +``` + +The package documentation is available at https://claudiozandonella.github.io/trackdown/. ### The trackdown Workflow diff --git a/DESCRIPTION b/DESCRIPTION index b61a8857..ee09dd5e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -82,6 +82,4 @@ Imports: ztable Suggests: rsconnect -Remotes: - github::ekothe/trackdown Encoding: UTF-8 diff --git a/renv.lock b/renv.lock index b27f7ca4..bd890e63 100644 --- a/renv.lock +++ b/renv.lock @@ -309,10 +309,10 @@ }, "cli": { "Package": "cli", - "Version": "2.5.0", + "Version": "3.0.1", "Source": "Repository", "Repository": "RSPM", - "Hash": "a94ba44cee3ea571e813721e64184172" + "Hash": "e3ae5d68dea0c55a12ea12a9fda02e61" }, "clipr": { "Package": "clipr", @@ -587,10 +587,10 @@ }, "gargle": { "Package": "gargle", - "Version": "1.1.0", + "Version": "1.2.0", "Source": "Repository", "Repository": "RSPM", - "Hash": "bc3bc77ea458de0a6efe94e8e7e9c641" + "Hash": "9d234e6a87a6f8181792de6dc4a00e39" }, "gdtools": { "Package": "gdtools", @@ -711,10 +711,10 @@ }, "googledrive": { "Package": "googledrive", - "Version": "1.0.1", + "Version": "2.0.0", "Source": "Repository", "Repository": "RSPM", - "Hash": "79ba5d18133290a69b7c135dc3dfef1a" + "Hash": "c3a25adbbfbb03f12e6f88c5fb1f3024" }, "govdown": { "Package": "govdown", @@ -1610,15 +1610,10 @@ }, "trackdown": { "Package": "trackdown", - "Version": "0.1.0", - "Source": "GitHub", - "RemoteType": "github", - "RemoteHost": "api.github.com", - "RemoteRepo": "trackdown", - "RemoteUsername": "ekothe", - "RemoteRef": "HEAD", - "RemoteSha": "6841b69e8f9559dab9bc6544e0c629b78df64442", - "Hash": "5ee1bbe7cadf782236922aca377e3220" + "Version": "1.0.0", + "Source": "Repository", + "Repository": "RSPM", + "Hash": "9dd20b7663c8781810b8507e5a6e91de" }, "tufte": { "Package": "tufte",