A double at-sign @@
will do the job.
As an example, take the email address in the author field of this documentation:
##' A package to check Roxygen's sanity.
##' @name helloRoxygen-package
##' @docType package
##' @author My name email{me@@here.org}
NA
which produces this *.Rd
file when processed with roxygenize()
:
docType{package}
ame{helloRoxygen-package}
alias{helloRoxygen-package}
itle{A package to check Roxygen's sanity.}
description{
A package to check Roxygen's sanity.
}
author{
My name email{[email protected]}
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…