Skip to content

Commit

Permalink
version 1.1.1
Browse files Browse the repository at this point in the history
Fix issue encoding in Windows. Now trackdown does not assume `"UTF-8"` encoding but it relies on `"native.enc"`.
  • Loading branch information
ClaudioZandonella committed Dec 10, 2021
1 parent 20995d9 commit d751c1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: trackdown
Title: Collaborative Writing and Editing of R Markdown (or Sweave) Documents in Google Drive
Version: 1.1.0
Version: 1.1.1
Authors@R:
c(person(given = "Emily",
family = "Kothe",
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# trackdown (development version)

## trackdown 1.1.1

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

## trackdown 1.1.0

New features:

- Introduce (experimental) argument `rm_gcomments`in `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 whether the file contains header code and/or chunks or not. This fixed the issues #22 and #24.
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.

## trackdown 1.0.2

Expand Down

0 comments on commit d751c1a

Please sign in to comment.