Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update trackdown now on cran #355

Merged
merged 2 commits into from
Aug 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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