aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-04Add test for graceful handling of process_output error, and Rhatnew_process_outputKen Kellner
2023-12-04Test for one chain/one iterKen Kellner
2023-12-04Add test for unexpected error in process_outputKen Kellner
2023-12-04Add a couple more tests from the old Github issuesKen Kellner
2023-12-04Add test for output processing of ragged arraysKen Kellner
2023-12-04Test processing a single slice of a vector paramKen Kellner
2023-12-04Fix test problemKen Kellner
2023-12-04Modifications to print to match previous outputKen Kellner
2023-12-04Catch potential DIC calculation issueKen Kellner
2023-12-03Bump versionKen Kellner
2023-12-03Use order_samples instead of order.paramsKen Kellner
2023-12-03Remove old output processing codeKen Kellner
2023-12-03More robust Rhat calculationKen Kellner
2023-12-03process_output should return NULL if there's an errorKen Kellner
2023-12-03Use process_output on updateKen Kellner
2023-12-03Use older Rds format, use process_input in jagsKen Kellner
2023-12-03Some new overall tests and tests for mcmc toolsKen Kellner
2023-12-02jags() testKen Kellner
2023-12-02Remove unused translate.params functionKen Kellner
2023-12-02Update mcmc toolsKen Kellner
2023-10-21Don't drop output dimensions when only one parameter saved in parallelKen Kellner
2021-09-27Drop columns of all NAs in parallel after joining into mcmc.listKen Kellner
2021-09-25Don't try to plot parameters in codaOnly, fixes #48Ken Kellner
2021-09-21Merge branch 'master' of github.com:kenkellner/jagsUIKen Kellner
2021-09-21Don't drop chains with all NAKen Kellner
2021-06-21Merge pull request #47 from mikemeredith/masterKen Kellner
Reformat NEWS file
2021-06-21Reformat NEWS filemikemeredith
The plain text NEWS file was not displayed by R as it does not conform to the format specified in `?news`.
2021-06-18Bump versionKen Kellner
2021-06-17Put Rhat value in title of traceplotsKen Kellner
2021-06-16Install JAGS in github actionsKen Kellner
2021-06-16Switch from Travis to Github actionsKen Kellner
2021-06-16Merge pull request #46 from mikemeredith/masterKen Kellner
traceplot and densityplot get layout argument
2021-06-16Fixed bug with single plots in traceplot and densityplotmikemeredith
2021-06-16traceplot and densityplot get layout argumentmikemeredith
2021-05-24Merge pull request #45 from mikemeredith/masterKen Kellner
Reproducible output with parallel=FALSE
2021-05-23Reproducible output with parallel=FALSEmikemeredith
2021-02-03Merge pull request #44 from mikemeredith/masterKen Kellner
Fix bug in update.jagsUI
2021-02-03Fix bug in update.jagsUImikemeredith
When processing output and running out of memory ("cannot allocate vector..." error) should fall back to class jagsUIbasic, but code to catch the NULL output from 'process.output' not there. Now added.
2020-10-07Allow plotting subsets of parameters, fix version issueKen Kellner
2020-10-06Bump version and add Travis checksKen Kellner
2020-10-06Merge pull request #41 from mikemeredith/masterKen Kellner
Update plots, remove View
2020-10-06Update plots, remove Viewmikemeredith
Updated plot.jagsUI, densityplot, traceplot, whiskerplot and pp.check to match devel 9024 version. Removed View generic, kept jags.View. Removed xyplot and lattice dependency. Updated help pages. Ran --as-cran checks on R 4.0.2 and R devel. Also "1000-run test" and eyeball checks of plots.
2019-07-30Final adjustments for CRAN; 1.5.1 uploadedKen Kellner
2019-07-26Bump versionKen Kellner
2019-02-21Put pval in plot area by defaultKen Kellner
2019-02-21Merge branch 'mikemeredith-master'Ken Kellner
2019-02-16Tweaks to pp.checkMike Meredith
2019-02-15Improve pp.check functionKen Kellner
2019-02-06Fix issue with differing number of adaption iterations between chains when ↵Ken Kellner
running in parallel
2018-10-30Fix crash when DIC was requested but JAGS couldn't calculate itKen Kellner