example-models icon indicating copy to clipboard operation
example-models copied to clipboard

Switch to the new assignment operator

Open avehtari opened this issue 8 years ago • 0 comments

Running example models gives warning

Warning (non-fatal): assignment operator <- deprecated in the Stan language; use = instead.

Since users are likely to copy and paste example models, "<-" should be switched to "=" in all files.

avehtari avatar Feb 09 '17 17:02 avehtari