Skip to content

Commit

Permalink
fix: broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgohel committed Jul 15, 2024
1 parent dc79370 commit 43f9dc3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: officedown
Type: Package
Title: Enhanced 'R Markdown' Format for 'Word' and 'PowerPoint'
Version: 0.3.2.002
Version: 0.3.2.003
Authors@R: c(
person("David", "Gohel", role = c("aut", "cre", "cph"),
email = "[email protected]"),
Expand Down
2 changes: 1 addition & 1 deletion R/rdocx_document.R
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ get_reference_rdocx <- memoise(get_docx_uncached)
#' will be the text (e.g. 'section title').
#' @param page_size,page_margins default page and margins dimensions. If
#' not null (the default), these values are used to define the default Word section.
#' See [page_size()] and [page_mar()].
#' See [officer::page_size()] and [officer::page_mar()].
#' @param ... arguments used by [word_document][rmarkdown::word_document]
#' @return R Markdown *output format* to pass to [render][rmarkdown::render].
#' @section Tables:
Expand Down
2 changes: 1 addition & 1 deletion man/rdocx/tables.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tables (go to the "References" tab and select menu "Insert Table of Figures").
* `sep`: suffix for numbering chunk (default to ": ").
* `tnd`: (only applies if positive. )Inserts the number of the last title of level `tnd` (i.e. 4.3-2 for figure 2 of chapter 4.3).
* `tns`: separator to use between title number and table number. Default is "-".
* `fp_text`: text formatting properties to apply to caption prefix - see [fp_text_lite()].
* `fp_text`: text formatting properties to apply to caption prefix - see [officer::fp_text_lite()].
* `conditional`: a list of named logical values:
* `first_row` and `last_row`: apply or remove formatting from the first or last row in the table
* `first_column` and `last_column`: apply or remove formatting from the first or last column in the table
Expand Down
4 changes: 2 additions & 2 deletions man/rdocx_document.Rd

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

0 comments on commit 43f9dc3

Please sign in to comment.