Skip to contents

eam (development version)

New Features

Infrastructure

  • Julia environment integration via init_julia_env() for neural network backend
  • Add bundled Julia project files under inst/julia/env/ for ABI setup
  • Add tibble dependency for improved output formatting
  • Improve simulation routing, including LFM support and updated LBA routing

Documentation

  • Add inst/CITATION file with pre-print citation information
  • Add and expand examples for ABC wrappers, posterior predictive helpers, and simulation-config updates
  • Add ABI and ABC demos and refresh tutorial materials
  • Various documentation improvements and formatting fixes

eam 1.1.0

CRAN release: 2026-02-09

  • Add build_abi_input function to create input for ABI anlysis from EAM simulation output.
  • Simulation allow more than 1024 data chunks/arrow partitions. Now, it depends on the hard limit of the arrow library and the file system.
  • Fix summarise_by() to handle invalid column names returned by summary functions (e.g., quantile functions returning “90%”, “95%”). Now uses vctrs::vec_as_names() for proper name repair.
  • By convention of ABC, change the prior of plot_posterior_parameters to the hist graph.
  • By convention of ABC, change the posterior of plot_rt to reflect the median RT within each condition.

repo

  • Add documentation with pkgdown.

eam 1.0.1

CRAN release: 2026-01-17

  • Initial release of this package.