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.