Releases: ClaudioZandonella/trackdown
Releases · ClaudioZandonella/trackdown
v1.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 (e.g., placeholders hiding the code, header of the document, code chunks, and in-line code). See rich-text feature details.- API Credentials. Now,
trackdownuses its own Goole API credentials (OAuth client ID and secret). See details privacy policy.
v.1.2.0
v1.1.1
Fix issue encoding in Windows. Now trackdown does not assume "UTF-8" encoding but it relies on "native.enc".
v1.1.0
New features:
- Introduce (experimental) argument
rm_gcommentsindownload_file()to automatically remove Google comments when downloading the file (See issue #25). - Introduce support for child
.Rmdand.Rnwfiles (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
v1.0.1
First release trackdown
The first release of trackdown r-package ready for CRAN submission