Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.2.0 #806

Merged
merged 2 commits into from
Sep 2, 2024
Merged

2.2.0 #806

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Description: Create beautiful and customizable tables to summarize several
RTF, JPG, or PNG. Tables can easily be embedded in 'Rmarkdown' or 'knitr'
dynamic documents. Details can be found in Arel-Bundock (2022)
<doi:10.18637/jss.v103.i01>.
Version: 2.1.2.9000
Version: 2.2.0
Authors@R: c(person("Vincent", "Arel-Bundock",
email = "vincent.arel-bundock@umontreal.ca",
role = c("aut", "cre"),
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2042-7063")),
person("Joachim", "Gassen",
email = "gassen@wiwi.hu-berlin.de",
Expand Down
6 changes: 3 additions & 3 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,8 @@ to the start of each source file to most effectively state the exclusion of warr
and each file should have at least the “copyright” line and a pointer to
where the full notice is found.

<one line to give the program's name and a brief idea of what it does.>
Copyright (C) 2019 Vincent Arel-Bundock
modelsummary: model and data summaries in R
Copyright (C) 2024 Vincent Arel-Bundock

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -574,7 +574,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short notice like this
when it starts in an interactive mode:

modelsummary Copyright (C) 2019 Vincent Arel-Bundock
modelsummary Copyright (C) 2024 Vincent Arel-Bundock
This program comes with ABSOLUTELY NO WARRANTY; for details type 'show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type 'show c' for details.
Expand Down
Loading