Skip to content

rstantools v2.2.0

Compare
Choose a tag to compare
@jgabry jgabry released this 11 Apr 17:46
· 81 commits to master since this release
  • Updated "Step by step guide" vignette with instructions for adding new Stan
    models to an existing R package that already has Stan models. (#79, @rerickson-usgs)

  • Fixed R CMD check NOTE "configure does not appear to have a #! interpreter line". (#83)

  • Use writeLines instead of cat to fix line endings issue reported by CRAN. (#87)

  • Switch to GitHub Actions for CI. (#90, @andrjohns)

  • Deprecate automatic creation of .travis.yml file. We now recommend the use
    of GitHub Actions. (#89)

  • Ensure compatibility with future versions of RStan. (#85, #94, @andrjohns, @hsbadr)