From 4791ebabdbbbdb53db41af530c75fedab52282c1 Mon Sep 17 00:00:00 2001 From: stla Date: Thu, 14 Sep 2023 11:29:27 +0200 Subject: [PATCH] v2.6.1 --- DESCRIPTION | 2 +- NEWS.md | 6 ++++-- R/prettifyAddins-package.R | 2 +- man/prettifyAddins.Rd | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0857178..dca3f97 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/NEWS.md b/NEWS.md index 6a9c514..01a058c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/R/prettifyAddins-package.R b/R/prettifyAddins-package.R index 7d80ca0..563a357 100644 --- a/R/prettifyAddins-package.R +++ b/R/prettifyAddins-package.R @@ -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() diff --git a/man/prettifyAddins.Rd b/man/prettifyAddins.Rd index 72d70d8..ff35031 100644 --- a/man/prettifyAddins.Rd +++ b/man/prettifyAddins.Rd @@ -1,8 +1,8 @@ % Generated by roxygen2: do not edit by hand % Please edit documentation in R/prettifyAddins-package.R -\docType{package} \name{prettifyAddins} \alias{prettifyAddins} +\alias{prettifyAddins-package} \title{Prettify Addins} \description{ This package provides some RStudio addins: \code{Prettify} addins and