Skip to content

Commit 01f4db5

Browse files
version 1.3.0
Introduce the `rich_text` feature and uses its own API credentials (see Issue #28). - Rich Text. Upload rich documents to Google Docs where important text that should not be changed is automatically highlighted. - API Credentials. Now, trackdown uses its own Goole API credentials (OAuth client ID and secret).
1 parent c05c0ca commit 01f4db5

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: trackdown
22
Title: Collaborative Editing of Rmd (or Rnw) Documents in Google Drive
3-
Version: 1.2.1
3+
Version: 1.3.0
44
Authors@R:
55
c(person(given = "Emily",
66
family = "Kothe",

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# trackdown (development version)
22

3+
## trackdown 1.3.0
4+
5+
Introduce the `rich_text` feature and uses its own API credentials (see Issue #28)
6+
7+
- **`rich_text`.** Upload *rich* documents to Google Docs where important text that should not be changed is automatically highlighted (e.g., placeholders hiding the code, header of the document, code chunks, and in-line code). See [rich-text feature details]( https://claudiozandonella.github.io/trackdown/articles/trackdown-features.html#rich-text).
8+
- **API Credentials.** Now, `trackdown` uses its own Goole API credentials (OAuth client ID and secret). See details on privacy policy at `vignette("trackdown-privacy-policy")` and [issue comment](https://github.com/ClaudioZandonella/trackdown/issues/28#issuecomment-1057195007).
9+
310
## trackdown 1.2.1
411

512
Corrige output message pull request #29 (by @chainsawriot)

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ knitr::opts_chunk$set(
3232

3333
The `trackdown` package offers a simple solution for collaborative writing and editing of R Markdown (or Sweave) documents. Using `trackdown`, the local `.Rmd` (or `.Rnw`) file can be 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.
3434

35-
> From `trackdown` v1.3.0 [currently only available on GitHub], the `trackdown` package introduces the `rich_text` feature and uses its own API credentials .
35+
> From `trackdown` v1.3.0 [currently only available on GitHub], the `trackdown` package introduces the `rich_text` feature and uses its own API credentials.
3636
>
3737
> - **`rich_text`.** Upload *rich* documents to Google Docs where important text that should not be changed is automatically highlighted (e.g., placeholders hiding the code, header of the document, code chunks, and in-line code). This prevents collaborators from inadvertently making changes to the code which might corrupt the file. See [rich-text feature details]( https://claudiozandonella.github.io/trackdown/articles/trackdown-features.html#rich-text).
38-
> - **API Credentials.** Now, `trackdown` uses its own Goole API credentials (OAuth client ID and secret). This requires authentication to enable *“Trackdown R Package”*. The project is undergoing Google verification so it is already available but Google displays a worning message (see details at [issue comment](https://github.com/ClaudioZandonella/trackdown/issues/28#issuecomment-1057195007)). Don't worry `trackdown` uses the same system as `googledirve` package that was previously used. See details on privacy policy at `vignette("trackdown-privacy-policy")`).
38+
> - **API Credentials.** Now, `trackdown` uses its own Goole API credentials (OAuth client ID and secret). This requires google authentication and to enable *“Trackdown R Package”*. The project is undergoing Google verification so it is already available but Google displays a worning message (see details at [issue comment](https://github.com/ClaudioZandonella/trackdown/issues/28#issuecomment-1057195007)). Don't worry `trackdown` uses the same system as `googledirve` package that was previously used. See details on privacy policy at `vignette("trackdown-privacy-policy")`).
3939
4040
## Installation {#install}
4141

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ locally.
2828

2929
> From `trackdown` v1.3.0 \[currently only available on GitHub\], the
3030
> `trackdown` package introduces the `rich_text` feature and uses its
31-
> own API credentials .
31+
> own API credentials.
3232
>
3333
> - **`rich_text`.** Upload *rich* documents to Google Docs where
3434
> important text that should not be changed is automatically
@@ -38,9 +38,9 @@ locally.
3838
> might corrupt the file. See [rich-text feature
3939
> details](https://claudiozandonella.github.io/trackdown/articles/trackdown-features.html#rich-text).
4040
> - **API Credentials.** Now, `trackdown` uses its own Goole API
41-
> credentials (OAuth client ID and secret). This requires
42-
> authentication to enable *“Trackdown R Package”*. The project is
43-
> undergoing Google verification so it is already available but
41+
> credentials (OAuth client ID and secret). This requires google
42+
> authentication and to enable *“Trackdown R Package”*. The project
43+
> is undergoing Google verification so it is already available but
4444
> Google displays a worning message (see details at [issue
4545
> comment](https://github.com/ClaudioZandonella/trackdown/issues/28#issuecomment-1057195007)).
4646
> Don’t worry `trackdown` uses the same system as `googledirve`

0 commit comments

Comments
 (0)