Skip to content

Commit

Permalink
Update trackdown now on cran (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudioZandonella authored Aug 17, 2021
1 parent 9304ad8 commit 11e30fe
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 18 deletions.
12 changes: 11 additions & 1 deletion 17-workflow.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,4 @@ Imports:
ztable
Suggests:
rsconnect
Remotes:
github::ekothe/trackdown
Encoding: UTF-8
25 changes: 10 additions & 15 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 11e30fe

Please sign in to comment.