Skip to content

Commit

Permalink
prepare for release of version 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-buerkner committed Oct 20, 2017
1 parent a5dbbb6 commit 8b56a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
\title{brms News}
\encoding{UTF-8}

\section{CHANGES IN VERSION 1.10.0++}{
\section{CHANGES IN VERSION 1.10.2}{
\subsection{NEW FEATURES}{
\itemize{
\item Allow setting priors on noise-free
Expand Down
2 changes: 1 addition & 1 deletion tests/local/tests.models_new.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ test_that("Non-linear model from brm doc works correctly", {
x <- rnorm(100)
y <- rnorm(100, mean = 2 - 1.5^x, sd = 1)
data5 <- data.frame(x, y)
fit5 <- brm(bf(y ~ a1 - a2^x, a1 + a2 ~ 1, nl = TRUE),
fit5 <- brm(bf(y ~ a1 - a2^x, a1 + a2 ~ 1, nl = TRUE),
data = data5,
prior = c(prior(normal(0, 2), nlpar = a1),
prior(normal(0, 2), nlpar = a2)))
Expand Down

0 comments on commit 8b56a25

Please sign in to comment.