Skip to content

Commit

Permalink
Removed a bug where a line starting with > was parsed as a block quote.
Browse files Browse the repository at this point in the history
  • Loading branch information
TeemuSailynoja committed Feb 15, 2024
1 parent 0722068 commit 46b08c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions man-roxygen/details-license.R
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 7 additions & 1 deletion man/rstan_create_package.Rd

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

0 comments on commit 46b08c9

Please sign in to comment.