We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77286d8 commit 1bf87acCopy full SHA for 1bf87ac
tests/testthat/in/parsable-roxygen-fail2.R
@@ -1,16 +1,4 @@
1
-#' Some function
2
-#'
3
-#' This function is great! But \code{oh dear, a missing brace...
4
5
-#' And isn't that a multi-line example? We should probably use @examples...
6
7
-#' @param x A parameter.
8
9
-#' @returns Invisible `NULL`.
10
11
-#' @example
12
-#' some_function(10)
13
-#' some_function(11)
+#' Minimal roxygen docs, but there's a problem with our R code!
14
#'
15
#' @export
16
some_function <- function(x) {
0 commit comments