Skip to content

Commit

Permalink
v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed Sep 14, 2023
1 parent 003d913 commit 4791eba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Package
Package: prettifyAddins
Title: 'RStudio' Addins to Prettify 'JavaScript', 'C++', 'Python', and
More
Version: 2.6.0.9000
Version: 2.6.1
Authors@R: c(
person("Stéphane", "Laurent", , "laurent_step@outlook.fr", role = c("aut", "cre")),
person("James Long and contributors", role = "cph",
Expand Down
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# prettifyAddins 2.6.0.9000
# prettifyAddins 2.6.1

The function `reindent_chromote` now uses `chromote::find_chrome` to find the
- The function `reindent_chromote` now uses `chromote::find_chrome` to find the
path of the executable of the browser.

- Replaced `@doctype package` with `@aliases prettifyAddins-package`.


# prettifyAddins 2.6.0

Expand Down
2 changes: 1 addition & 1 deletion R/prettifyAddins-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' semi-colons to JavaScript code when they are missing.
#'
#' @name prettifyAddins
#' @docType package
#' @aliases prettifyAddins-package
#'
#' @examples # get the list of supported languages:
#' getPrettifiableLanguages()
Expand Down
2 changes: 1 addition & 1 deletion man/prettifyAddins.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4791eba

Please sign in to comment.