swh:1:snp:d80eec3f654c152adbdd6e641362bcb340d39fe2
Raw File
Tip revision: b2f65cfa8279f88b6f20f443bb541f06377b3b67 authored by Bob Carpenter on 30 August 2012, 22:57:59 UTC
updated web page to version 1.0.0
Tip revision: b2f65cf
.gitignore
# /
/demo
/models
/test
/*.dSYM
/bin

# precompiled model header
/src/stan/model/model_header.hpp.*ch

# other binary
*.o
*.exe

# /doc/
/doc/api
/doc/*.pdf

# temporary files
*~

# depedencies files
*.d
.Rproj.user
stan.Rproj
.kdev4/
stan.kdev4
back to top