You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes you can cannot use escaped characters in documentation, it's interpretated as rd macros...
And in comments I don't think there's any benefit, they will be complicated to read and are not kept in the compiled code of a package.
I'm not sure since when, but it seems to work with special characters in documentation :
#' @title Sélection à être
#'
#' @description Caractères spéciaux éàç
#'
#' @param x Un paramètre
#'
#' @return un résultat
#' @export
#'
#' @examples
#' fonction(1)
fonction <- function(x) {
x
}
Thanks for the responsiveness!
It is actually not useful in the comments.
About the documentation, thank you for your answer, the problem is therefore that we work under windows ....
Not-ASCII does not work for lines starting with #' (documentation of package) and # (comment).
A possible evolution? 😃
The text was updated successfully, but these errors were encountered: