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

Adjust page margins, column wrap for pdf outputs #699

Closed
wants to merge 23 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
a3e0801
Merge pull request #674 from pharmaR/dev
AARON-CLARK Oct 25, 2023
4f55be5
Merge branch 'dev' of https://github.com/pharmaR/riskassessment into dev
Robert-Krajcik Nov 13, 2023
d252333
Merge branch 'dev' of https://github.com/pharmaR/riskassessment into dev
Robert-Krajcik Nov 13, 2023
1e8f314
Merge branch 'dev' of https://github.com/pharmaR/riskassessment into dev
Robert-Krajcik Nov 14, 2023
5dfc936
fix Package fancyhdr Warning
Robert-Krajcik Nov 14, 2023
13ead40
adjust margins using geometry: in YAML header
Robert-Krajcik Nov 14, 2023
9e36768
use kableExtra styling options to help condense maint metrics table o…
Robert-Krajcik Nov 27, 2023
1fd5a4c
Merge branch 'dev' of https://github.com/pharmaR/riskassessment into dev
Robert-Krajcik Nov 27, 2023
c247f90
Merge branch 'dev' into rk-651-column_wrap_pdf
Robert-Krajcik Nov 27, 2023
874ba8f
some code cleanup, remove dplyr warnings, using format pipe
Robert-Krajcik Nov 29, 2023
4605d99
some more updates
Robert-Krajcik Nov 30, 2023
0f13ce8
use format pipe for maint metrics, latex for the other two
Robert-Krajcik Nov 30, 2023
8729fef
add booktabs and tabularx latex packages to header.tex
Robert-Krajcik Dec 1, 2023
6899e3d
maint metrics now using format = latex
Robert-Krajcik Dec 1, 2023
8ba97bd
remove fancyhdr.sty from inst/report_downloads
Robert-Krajcik Dec 4, 2023
348611f
move kableExtra from suggests to imports
Robert-Krajcik Dec 5, 2023
ed980ca
Merge branch 'dev' of https://github.com/pharmaR/riskassessment into dev
Robert-Krajcik Dec 5, 2023
d38eda8
Merge branch 'dev' into rk-651-column_wrap_pdf
Robert-Krajcik Dec 5, 2023
f9add7c
merge with dev; add NEWS.md entry
Robert-Krajcik Dec 5, 2023
a63a561
Merge branch 'dev' of https://github.com/pharmaR/riskassessment into dev
Robert-Krajcik Dec 5, 2023
6fe0765
merge with dev; update NEWS.md
Robert-Krajcik Dec 5, 2023
f4be510
Merge branch 'dev' of https://github.com/pharmaR/riskassessment into dev
Robert-Krajcik Dec 12, 2023
fbb916e
merge with dev; update NEWS.md
Robert-Krajcik Dec 13, 2023
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 @@ -67,11 +67,11 @@ Imports:
shinyWidgets,
stringr,
shinyAce,
sortable
sortable,
kableExtra
Suggests:
chromote (>= 0.1.1.9001),
fontawesome,
kableExtra,
knitr,
pkgload,
rjson,
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Added tests for the code and function explorers
* Added repo specification to configuration file (#701)
* Fix typo in Privileges table (#719)
* Adjusted page margins and column wrap for pdf outputs (#651)

# riskassessment 3.0.0

Expand Down
2 changes: 1 addition & 1 deletion dev/02_dev.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ usethis::use_mit_license()
# usethis::use_package("gt")
# # usethis::use_package("shinyBS")
usethis::use_package("fontawesome", type = "Suggests")
usethis::use_package("kableExtra", type = "Suggests")
usethis::use_package("kableExtra")
usethis::use_package("knitr", type = "Suggests")
# usethis::use_package("tinytex", type = "Suggests")
# usethis::use_package("pkgdown", type = "Suggests")#, min_version = "1.6.1")
Expand Down
Loading