Skip to content

Commit

Permalink
Fix package description formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgallou committed Oct 5, 2023
1 parent c1e4441 commit 5bcf9ed
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Authors@R: c(
comment = "Author of included stringb functions.")
)
Description: Handles and formats author information in scientific writing
in R Markdown and Quarto. 'plume' provides easy-to-use and flexible
tools for injecting author metadata in YAML headers as well as
generating author and contribution lists (among others) as strings
in 'R Markdown' and 'Quarto'. 'plume' provides easy-to-use and
flexible tools for injecting author metadata in 'YAML' headers as well
as generating author and contribution lists (among others) as strings
from tabular data.
License: GPL (>= 3)
URL: https://github.com/arnaudgallou/plume,
Expand Down
6 changes: 3 additions & 3 deletions R/plume-package.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' @description Handles and formats author information in scientific writing in
#' R Markdown and Quarto. 'plume' provides easy-to-use and flexible tools for
#' injecting author metadata in YAML headers as well as generating author and
#' contribution lists (among others) as strings from tabular data.
#' 'R Markdown' and 'Quarto'. 'plume' provides easy-to-use and flexible tools
#' for injecting author metadata in 'YAML' headers as well as generating
#' author and contribution lists (among others) as strings from tabular data.
#' @keywords internal
#' @importFrom dplyr distinct filter select dense_rank
#' @importFrom dplyr mutate summarise across rename arrange
Expand Down
1 change: 1 addition & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
This is a resubmission.

* R markdown, Quarto and YAML are now surrounded in single quotes in the package description.
* I have extended the package description.
* I have removed `\dontrun{}` in `orcid()` and `PlumeQuarto`'s examples.
* Note that when used, `<<-` modifies the environment of the parent function, not the global environment.
Expand Down
6 changes: 3 additions & 3 deletions man/plume-package.Rd

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

0 comments on commit 5bcf9ed

Please sign in to comment.