Tags: krlmlr/trackdown
Tags
version 1.3.0 Introduce the `rich_text` feature and uses its own API credentials (see Issue ClaudioZandonella#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).
version 1.2.0 Introduce the force argument allowing users to skip confirm checks about overwriting documents (see Issue ClaudioZandonella#27). Add rm_gcomments also to render_file()
Update to version 1.1.0 New features: - Introduce (experimental) argument `rm_gcomments`in `download_file()` to automatically remove Google comments when downloading the file (See issue ClaudioZandonella#25). - Introduce support for child `.Rmd` and `.Rnw` files (documents without headers). Argument `hide_code = TRUE` can now be used regardless whether the file contains header code and/or chunks or not. This fixed the issues ClaudioZandonella#22 and ClaudioZandonella#24.