googledrive
version 2.1.0
. googledrive
and gargle
packages changed underlying functions and arguments for managing Google api authentication. Now trackdown
is aligned with the changes. See Issue #57 #59 #62.new feature open
by @maelle
Trackdown now supports Quarto
Allow custom Client API credentials. Developed from initial input by @maelle in PR https://github.com/ClaudioZandonella/trackdown/pull/38
Highlight citation tags and equations when using rich_text
Fix issue indented code. Now it is correctly recognized.
Update privacy policy Trackdown R Package client API required scopes.
Fix default gfile
name in render_file()
pull request #30 (by @mone27)
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.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.Corrige output message pull request #29 (by @chainsawriot)
Introduce the force
argument allowing users to skip confirm checks about overwriting documents (see Issue #27).
Fix issue encoding in Windows. Now trackdown does not assume "UTF-8"
encoding but it relies on "native.enc"
.
New features:
rm_gcomments
in download_file()
to automatically remove Google comments when downloading the file (See issue #25)..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. This fixed the issues #22 and #24.
Fix issue #21
Initial CRAN release
Minor changes to fix cran checks:
googledrive
dependency set to (> 1.0.1) and cli
(>= 3.0.0)fixture
and vcr_files
folders in unit-testsFollowing the release of googledrive
version 2.0.0 (link), on which trackdown
is based to interact with Google Drive, we updated the internal functions. In particular:
Imports
field of the DESCRIPTION
file.team_drive_\*()
deprecated functions and team_drive =
deprecated arguments with the new shared_drive_*()
functions and shared_drive =
argument in all the googledrive
functions used internally by trackdown
.verbose =
deprecated argument from the googledrive
functions used internally by trackdown
. Instead, the function googledrive::local_drive_quiet()
is used.Stable version after the full revision of the package previously named rmdrive
The workflow follows the same idea as before, but there are several new features and changes. The main ones are:
.Rmd
and .Rnw
documents are supported.Rmd
(or .Rnw
) document. This helps collaborators to evaluate the overall layout (including figures and tables) and allows them to add comments to suggest and discuss changes.