Fix for Warning on Check
an additional `:render` was wrongly placed and has been removed, travi build should work now and the build check worked on my end as well.
diff --git a/R/posterdown_html.R b/R/posterdown_html.R
index 9089483..31675d2 100644
--- a/R/posterdown_html.R
+++ b/R/posterdown_html.R
@@ -1,11 +1,10 @@
-
-#' Posterdown HTML format (using bookdown::html_document2)
+#' Posterdown HTML format (using pagedown::poster_relaxed)
#'
#' @inheritParams pagedown::poster_relaxed
#' @param ... Additional arguments to `rmarkdown::html_document`
#'
#' @return R Markdown output format to pass to
-#' [rmarkdown:render::render()]
+#' [rmarkdown::render()]
#'
#' @examples
#'
@@ -21,7 +20,7 @@
}
#' @description The output format `poster_betterland()` mimics the style of the
-#' \dQuote{BetterPoster} movement from twitter.
+#' BetterPoster movement from twitter.
#' @rdname posterdown_html
#' @export
posterdown_betterland <- function(...,
@@ -31,7 +30,7 @@
}
#' @description The output format `poster_betterport()` mimics the style of the
-#' \dQuote{BetterPoster} movement from twitter.
+#' BetterPoster movement from twitter.
#' @rdname posterdown_html
#' @export
posterdown_betterport <- function(...,
diff --git a/R/posterdown_latex.R b/R/posterdown_latex.R
index 0ba4da7..d56e6a1 100644
--- a/R/posterdown_latex.R
+++ b/R/posterdown_latex.R
@@ -4,7 +4,7 @@
#' @param ... Additional arguments to `rmarkdown::pdf_document`
#'
#' @return R Markdown output format to pass to
-#' [rmarkdown:render::render()]
+#' [rmarkdown::render()]
#'
#' @examples
#'