Skip to content

Releases: ClaudioZandonella/trackdown

v1.3.0

04 Mar 14:52

Choose a tag to compare

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 (e.g., placeholders hiding the code, header of the document, code chunks, and in-line code). See rich-text feature details.
  • API Credentials. Now, trackdown uses its own Goole API credentials (OAuth client ID and secret). See details privacy policy.

v.1.2.0

03 Jan 19:03

Choose a tag to compare

Introduce the force argument allowing users to skip confirm checks about overwriting documents (see Issue #27).

v1.1.1

10 Dec 17:52

Choose a tag to compare

Fix issue encoding in Windows. Now trackdown does not assume "UTF-8" encoding but it relies on "native.enc".

v1.1.0

03 Dec 09:24

Choose a tag to compare

New features:

  • Introduce (experimental) argument rm_gcommentsin download_file() to automatically remove Google comments when downloading the file (See issue #25).
  • Introduce support for child .Rmd and .Rnw files (documents without headers).

Argument hide_code = TRUE can now be used regardless of whether the file contains header code and/or chunks or not. Fixed issues #22 and #24.

v1.0.2

11 Oct 13:51

Choose a tag to compare

Fix issue #21

v1.0.1

30 Aug 07:35

Choose a tag to compare

Fix issue #17 and issue #19.

First release trackdown

06 Aug 13:47

Choose a tag to compare

The first release of trackdown r-package ready for CRAN submission