Skip to content

Commit

Permalink
A few more minor doc tweaks
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
jgabry committed Mar 17, 2017
1 parent 8cab69a commit 0f6907b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions R/rstan_package_skeleton.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion R/rstantools-package.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Tools for Developing R Packages Interfacing with Stan
#' Tools for Developing \R Packages Interfacing with Stan
#'
#' @name rstantools
#' @docType package
Expand Down
8 changes: 4 additions & 4 deletions man/rstan_package_skeleton.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/rstantools.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f6907b

Please sign in to comment.