merliseclyde / BAS

BAS R package https://merliseclyde.github.io/BAS/
https://merliseclyde.github.io/BAS/
GNU General Public License v3.0
41 stars 16 forks source link

Allocate right number of values in JZS prior #12

Closed vandenman closed 6 years ago

vandenman commented 6 years ago

On lines 104-108 Rtheta is filled with 5 elements, but only 4 were allocated on line 103. Changing the value to 5 fixes this. This change solves the sporadic error in JASP that I've previously emailed you about. Best, Don

merliseclyde commented 6 years ago

Fixed memory allocation for JZS prior, that was caught sporadically in windows env

merliseclyde commented 6 years ago

Fixed memory allocation for JZS prior, that was caught sporadically in windows env and merged pull request