aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-24Add mac CIother_ciKen Kellner
2024-01-24Fix more CRAN test problemsKen Kellner
2024-01-23Fix tests on WindowsKen Kellner
2024-01-21Fix READMEKen Kellner
2024-01-21Fix check failuresKen Kellner
2024-01-21Improve READMEKen Kellner
2024-01-21Updates for pkgdown siteKen Kellner
2024-01-21Update NEWS to use markdownKen Kellner
2024-01-21Add overview vignetteKen Kellner
2023-12-07Clean up autojags function and use run_rjagsKen Kellner
2023-12-07More autojags testsKen Kellner
2023-12-07Update MakefileKen Kellner
2023-12-07Organize DESCRIPTION and explicitly identify all functions from dependenciesKen Kellner
2023-12-07Edits to rjags interface code to make it more readableKen Kellner
2023-12-07Add factory/module testsKen Kellner
2023-12-06Fix #30 and add plot and jags.View testsKen Kellner
2023-12-06Reorganize filesKen Kellner
2023-12-06Change name of run_rjags fileKen Kellner
2023-12-06update now uses new rjags interface, reorganizeKen Kellner
2023-12-06Clean up jags and jagsbasicKen Kellner
2023-12-05Don't run parallel tests remotelyKen Kellner
2023-12-05Fix parallel bug and add parallel and stat calc testsKen Kellner
2023-12-05Refactor input checking and add tests.Ken Kellner
Remove support for setting random seed via function argument, and for character vectors instead of lists as input data.
2023-12-04The summary method now more sensibly returns the summary matrixKen Kellner
2023-12-04Refactor process_output and related functionsKen Kellner
And add associated tests.
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