Skip to content

Commit

Permalink
Add @salim-b as author (#2649)
Browse files Browse the repository at this point in the history
  • Loading branch information
salim-b authored Jun 12, 2024
1 parent 9d12165 commit db625c5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Authors@R: c(
person("Maëlle", "Salmon", role = "aut",
comment = c(ORCID = "0000-0002-2815-0399")),
person("Olivier", "Roy", role = "aut"),
person("Salim", "Brüggemann", role = "aut",
comment = c(ORCID = "0000-0002-5329-5987")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Generate an attractive and useful website from a source
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* When built on GitHub, source urls now use the name of the current upstream branch (rather than `HEAD`), which is more likely to generate correct links (#2597).
* New `vignette("non-english")` that discusses non-English sites including how to submit new translations (#2605).
* `build_reference()` now generates the usage that users actually type for infix and replacement methods (#2303).
* @olivroy is now a pkgdown author in recognition of his contributions.
* @olivroy and @salim-b are now pkgdown authors in recognition of their contributions.
* `pkgdown_sitrep()`/`check_pkgdown()` now check that you have up-to-date favicons if you have a package logo.
* pkgdown now uses httr2 instead of httr (#2600).
* New `template.math-rendering` allows you to control how math is rendered across your site. The default uses `mathml` which is low-dependency, but has the lowest fidelity. You can also use `mathjax`, the previous default, and `katex`, a faster alternative. (#1966).
Expand Down
1 change: 1 addition & 0 deletions man/pkgdown-package.Rd

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

2 changes: 2 additions & 0 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ home:
title: Build websites for R packages

authors:
Salim Brüggemann:
href: https://salim.space
Jay Hesselberth:
href: https://hesselberthlab.org
Maëlle Salmon:
Expand Down

0 comments on commit db625c5

Please sign in to comment.