diff --git a/R/rstan_package_skeleton.R b/R/rstan_package_skeleton.R index 64603b8..6d04a5f 100644 --- a/R/rstan_package_skeleton.R +++ b/R/rstan_package_skeleton.R @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -#' Create a skeleton for a new source package with Stan programs +#' Create a skeleton for a new \R package with Stan programs #' #' This function is very similar to \code{\link[utils]{package.skeleton}} but is #' designed for source packages that want to include Stan Programs that can be @@ -35,9 +35,9 @@ #' \href{http://github.com/stan-dev/rstanarm}{GitHub repository} to facilitate #' building the resulting package. Note that \pkg{\link[rstanarm]{rstanarm}} #' is licensed under the GPL >= 3, so package builders who do not want to be -#' governed by that license should not use the downloaded files that contain R -#' code. Otherwise, it may be worth considering whether it would be easier to -#' include your \code{.stan} programs and supporting \R code in the +#' governed by that license should not use the downloaded files that contain +#' \R code. Otherwise, it may be worth considering whether it would be easier +#' to include your \code{.stan} programs and supporting \R code in the #' \pkg{rstanarm} package. #' #' After running \code{rstan_package_skeleton} see the diff --git a/R/rstantools-package.r b/R/rstantools-package.r index a3cdd25..5a8efce 100644 --- a/R/rstantools-package.r +++ b/R/rstantools-package.r @@ -1,4 +1,4 @@ -#' Tools for Developing R Packages Interfacing with Stan +#' Tools for Developing \R Packages Interfacing with Stan #' #' @name rstantools #' @docType package diff --git a/man/rstan_package_skeleton.Rd b/man/rstan_package_skeleton.Rd index bcb454f..1363ba2 100644 --- a/man/rstan_package_skeleton.Rd +++ b/man/rstan_package_skeleton.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/rstan_package_skeleton.R \name{rstan_package_skeleton} \alias{rstan_package_skeleton} -\title{Create a skeleton for a new source package with Stan programs} +\title{Create a skeleton for a new \R package with Stan programs} \usage{ rstan_package_skeleton(name = "anRpackage", list = character(), environment = .GlobalEnv, path = ".", force = FALSE, @@ -30,9 +30,9 @@ This function first calls \code{\link[utils]{package.skeleton}} and \href{http://github.com/stan-dev/rstanarm}{GitHub repository} to facilitate building the resulting package. Note that \pkg{\link[rstanarm]{rstanarm}} is licensed under the GPL >= 3, so package builders who do not want to be - governed by that license should not use the downloaded files that contain R - code. Otherwise, it may be worth considering whether it would be easier to - include your \code{.stan} programs and supporting \R code in the + governed by that license should not use the downloaded files that contain + \R code. Otherwise, it may be worth considering whether it would be easier + to include your \code{.stan} programs and supporting \R code in the \pkg{rstanarm} package. After running \code{rstan_package_skeleton} see the diff --git a/man/rstantools.Rd b/man/rstantools.Rd index cfa40c7..dc33fe1 100644 --- a/man/rstantools.Rd +++ b/man/rstantools.Rd @@ -4,7 +4,7 @@ \name{rstantools} \alias{rstantools} \alias{rstantools-package} -\title{Tools for Developing R Packages Interfacing with Stan} +\title{Tools for Developing \R Packages Interfacing with Stan} \description{ \if{html}{ \figure{stanlogo.png}{options: width="50px" alt="mc-stan.org"}