Skip to content

Commit

Permalink
Update to version 1.1.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ClaudioZandonella committed Dec 2, 2021
1 parent fd41554 commit be770ec
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 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.0.2
Version: 1.1.0
Authors@R:
c(person(given = "Emily",
family = "Kothe",
Expand Down
11 changes: 10 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# trackdown (development version)

## 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.

## trackdown 1.0.2

Fix issue [#21](https://github.com/ClaudioZandonella/trackdown/issues/21)
Expand All @@ -8,7 +17,7 @@ Fix issue [#21](https://github.com/ClaudioZandonella/trackdown/issues/21)

Fix issue [#17](https://github.com/ClaudioZandonella/trackdown/issues/17) and issue [#19](https://github.com/ClaudioZandonella/trackdown/issues/19)

## trackdown 1.0.0
## trackdown 1.0.0 (CRAN release)

Initial CRAN release

Expand Down
4 changes: 2 additions & 2 deletions R/features.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

#' Remove Google Comments
#'
#' Remove Goolgle comments from th edownloaded file. Comments are all listed at
#' the bottom of the file. They are of type "[a]my commnet" and the tag is also
#' Remove Google comments from the downloaded file. Comments are all listed at
#' the bottom of the file. They are of type "[a]my comment" and the tag is also
#' present in the text. Tags have character indexes.
#'
#' @param document document character vector with the lines of the document
Expand Down

0 comments on commit be770ec

Please sign in to comment.