Skip to content

Commit

Permalink
finish updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
maverickg committed Feb 6, 2015
1 parent b2864f9 commit 198082f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions rstan/rstan/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ Package: rstan
Type: Package
Title: RStan: R interface to Stan
Version: 2.6.0
Date: 2014-10-20
Date: 2015-02-06
Author: Jiqiang Guo <guojq28@gmail.com>,
Michael Betancourt <betanalpha@gmail.com>,
Marcus Brubaker <mbrubake@cs.toronto.edu>,
Bob Carpenter <carp@alias-i.com>,
Yuanjun Gao <yg2312@columbia.edu>,
Ben Goodrich <bg2382@columbia.edu>,
Matt Hoffman <mdhoffma@cs.princeton.edu>,
Daniel Lee <bearlee@alum.mit.edu>,
Peter Li <li.peter94@gmail.com>,
Michael Malecki <malecki@gmail.com>,
Mitzi Morris <mitzi@panix.com>,
Rob Trangucci <robert.trangucci@gmail.com>,
Andrew Gelman <gelman@stat.columbia.edu>
Maintainer: Jiqiang Guo <guojq28@gmail.com>
Description: R interface to Stan (Stan is an open-source package for obtaining
Expand Down
2 changes: 1 addition & 1 deletion rstan/rstan/R/stanc.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stanc <- function(file, model_code = '', model_name = "anon_model", verbose = FA
if (is.na(obfuscate_name)) obfuscate_name <- FALSE
# model_name in C++, to avoid names that would be problematic in C++.
model_cppname <- legitimate_model_name(model_name, obfuscate_name = obfuscate_name)
r <- .Call("CPP_stanc250", model_code, model_cppname)
r <- .Call("CPP_stanc260", model_code, model_cppname)
# from the cpp code of stanc,
# returned is a named list with element 'status', 'model_cppname', and 'cppcode'
r$model_name <- model_name
Expand Down
4 changes: 2 additions & 2 deletions rstan/rstan/man/rstan.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
\tab Michael Betancourt <betanalpha@gmail.com> \cr
\tab Marcus Brubaker <mbrubake@cs.toronto.edu> \cr
\tab Bob Carpenter <carp@alias-i.com> \cr
\tab Yuanjun Gao <yg2312@columbia.edu> \cr
\tab Ben Goodrich <bg2382@columbia.edu> \cr
\tab Matt Hoffman <mdhoffma@cs.princeton.edu> \cr
\tab Daniel Lee <bearlee@alum.mit.edu> \cr
\tab Peter Li <li.peter94@gmail.com> \cr
\tab Michael Malecki <malecki@gmail.com> \cr
\tab Mitzi Morris <mitzi@panix.com> \cr
\tab Rob Trangucci <robert.trangucci@gmail.com> \cr
\tab Andrew Gelman <gelman@stat.columbia.edu> \cr
}
Expand Down

0 comments on commit 198082f

Please # to comment.