stan-dev / rstan

RStan, the R interface to Stan
https://mc-stan.org
1.04k stars 265 forks source link

Citation info out of date #430

Open andrjohns opened 7 years ago

andrjohns commented 7 years ago

Summary:

R-produced citation for rstan lists the package version as 2.14.1

Description:

When requesting the citation for rstan ("citation('rstan')"), the resulting citation is for rstan version 2.14.1

Reproducible Steps:

citation('rstan')

Current Output:

> citation('rstan')

To cite RStan in publications use:

  Stan Development Team (2016). RStan: the R interface to Stan. R package version 2.14.1. http://mc-stan.org/.

A BibTeX entry for LaTeX users is

  @Misc{,
    title = {{RStan}: the {R} interface to {Stan}},
    author = {{Stan Development Team}},
    note = {R package version 2.14.1},
    year = {2016},
    url = {http://mc-stan.org/},
  }

Expected Output:

To cite RStan in publications use:

  Stan Development Team (2017). RStan: the R interface to Stan. R package version 2.16.2. http://mc-stan.org/.

A BibTeX entry for LaTeX users is

  @Misc{,
    title = {{RStan}: the {R} interface to {Stan}},
    author = {{Stan Development Team}},
    note = {R package version 2.16.2},
    year = {2017},
    url = {http://mc-stan.org/},
  }

RStan Version:

> packageVersion("rstan")
[1] ‘2.16.2’

R Version:

> R.version.string
[1] "R version 3.4.1 (2017-06-30)"

Operating System:

Ubuntu 16.10

jgabry commented 7 years ago

Thanks. We need to stop hardcoding that and pull the citation info from the package metadata.

On Mon, Jul 10, 2017 at 1:47 AM Andrew Johnson notifications@github.com wrote:

Summary:

R-produced citation for rstan lists the package version as 2.14.1 Description:

When requesting the citation for rstan ("citation('rstan')"), the resulting citation is for rstan version 2.14.1 Reproducible Steps:

citation('rstan')

Current Output:

citation('rstan')

To cite RStan in publications use:

Stan Development Team (2016). RStan: the R interface to Stan. R package version 2.14.1. http://mc-stan.org/.

A BibTeX entry for LaTeX users is

@Misc{, title = {{RStan}: the {R} interface to {Stan}}, author = {{Stan Development Team}}, note = {R package version 2.14.1}, year = {2016}, url = {http://mc-stan.org/}, }

Expected Output:

To cite RStan in publications use:

Stan Development Team (2017). RStan: the R interface to Stan. R package version 2.16.2. http://mc-stan.org/.

A BibTeX entry for LaTeX users is

@Misc{, title = {{RStan}: the {R} interface to {Stan}}, author = {{Stan Development Team}}, note = {R package version 2.16.2}, year = {2017}, url = {http://mc-stan.org/}, }

RStan Version:

packageVersion("rstan") [1] ‘2.16.2’

R Version:

R.version.string [1] "R version 3.4.1 (2017-06-30)"

Operating System:

Ubuntu 16.10

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/stan-dev/rstan/issues/430, or mute the thread https://github.com/notifications/unsubscribe-auth/AHb4Q5ExAMbwyF25aSgj9QZ47zkq5PdVks5sMbr6gaJpZM4OSYYY .