From 46b08c9cad9a88b1f9fd0a226eaebe06794d0335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Teemu=20S=C3=A4ilynoja?= Date: Thu, 15 Feb 2024 14:14:09 +0200 Subject: [PATCH] Removed a bug where a line starting with > was parsed as a block quote. --- man-roxygen/details-license.R | 4 ++-- man/rstan_create_package.Rd | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/man-roxygen/details-license.R b/man-roxygen/details-license.R index e118853..009b90f 100644 --- a/man-roxygen/details-license.R +++ b/man-roxygen/details-license.R @@ -1,6 +1,6 @@ #' @details In order to enable Stan functionality, \pkg{\link{rstantools}} -#' copies some files to your package. Since these files are licensed as GPL -#' >= 3, the same license applies to your package should you choose to +#' copies some files to your package. Since these files are licensed as +#' GPL >= 3, the same license applies to your package should you choose to #' distribute it. Even if you don't use \pkg{\link{rstantools}} to create #' your package, it is likely that you will be linking to \pkg{\link{Rcpp}} to #' export the Stan C++ `stanmodel` objects to \R. Since diff --git a/man/rstan_create_package.Rd b/man/rstan_create_package.Rd index c4184ad..c8b048e 100644 --- a/man/rstan_create_package.Rd +++ b/man/rstan_create_package.Rd @@ -114,7 +114,13 @@ must be manually configured by running \code{\link[=rstan_config]{rstan_config() \code{stanmodel} files in \code{inst/stan} are added, removed, or modified. In order to enable Stan functionality, \pkg{\link{rstantools}} -copies some files to your package. Since these files are licensed as GPL= 3, the same license applies to your package should you choose todistribute it. Even if you don't use \pkg{\link{rstantools}} to createyour package, it is likely that you will be linking to \pkg{\link{Rcpp}} toexport the Stan C++ stanmodel objects to \R. Since\pkg{\link{Rcpp}} is released under GPL >= 2, the same license would applyto your package upon distribution. +copies some files to your package. Since these files are licensed as +GPL >= 3, the same license applies to your package should you choose to +distribute it. Even if you don't use \pkg{\link{rstantools}} to create +your package, it is likely that you will be linking to \pkg{\link{Rcpp}} to +export the Stan C++ \code{stanmodel} objects to \R. Since +\pkg{\link{Rcpp}} is released under GPL >= 2, the same license would apply +to your package upon distribution. Authors willing to license their Stan programs of general interest under the GPL are invited to contribute their \code{.stan} files and