Changes in version 2026.03.26 - Sync latest game metadata and update data-raw/game_config.csv. - Add game_info and internal game_preproc datasets. - Improve filtering: exclude test games and numeric-only names. - Fix parsing of prep_fun_name, and safer handling of input / extra and parallel forms. Changes in version 2025.06.21-1 - Finish upkeeping for the package. - Fix some test cases. Changes in version 2025.06.21 - Added more newly developed games. Changes in version 2024.07.14 - Added more newly developed game. Changes in version 2024.04.13 - Added one newly developed game. - Removed game_indices now, which is too unstable to keep. Changes in version 2024.04.11 - Removed rtsd index from TOVA related games. This index is highly correlated with dprime index. Changes in version 2024.04.07 - Added more indices to two types of games. Changes in version 2024.04.03 - Matched more pre-processing functions. Changes in version 2024.03.31-2 - Added ... to pass additional arguments to merge() in merge_preproc(). Changes in version 2024.03.31-1 - Removed screen_indices() function. - Renamed match_preproc() as merge_preproc(). - Now dplyr is not required in the package. Changes in version 2024.03.31 - Let missing values in game_name_ver column of game_info be empty strings (""). Changes in version 2024.03.29-1 - Add fail_on_missing to match_info() to control whether to fail when found unmatched ids. Changes in version 2024.03.29 - Use memory_score index for DRM task. Changes in version 2024.03.28 - Added recent new games without any further names. Changes in version 2024.02.23 - Enhanced parameters for match_info(). Changes in version 2024.02.03-1 - Fixed pre-processing functions for one newly added game. Changes in version 2024.02.03 - Added tasks used in recent training. Changes in version 2024.01.23 - Added screen_indices() to screen out unused indices. Changes in version 2024.01.22 - Added match_info() to extract different pieces of game information. Changes in version 2023.12.08 - Support tagging specific pre-processing functions. When a pre-processing function is tagged, it signals that it is experimental and may not work as expected. This is useful for newly developed pre-processing functions. - Add rm_tagged argument in match_preproc() to remove tagged pre-processing functions. Changes in version 2023.11.04 - Support type argument in match_preproc() to specify which type of join to use. Changes in version 2023.11.03 - Added game_id_parallel to track parallel forms of games. Changes in version 2023.10.29 - Added preprocessing function for creativity related tasks. - Added preprocessing function for category retrieval fluency tasks. - Supported multiple main indices. Changes in version 2023.10.22 - Moved prep_fun column just after the game_id in the results calling match_preproc(). Breaking Changes - Removed prep_fun_name, input and extra columns from game_info table. - Added match_preproc() function to match pre-processing parameters for games. Changes in version 2023.10.06 - Split game_info into two tables: game_info and game_indices. Changes in version 2023.10.05-1 - Correct the name and type of last added column. Changes in version 2023.10.05 - Added a new column to indicate whether the main index is reversed or not. Changes in version 2023.10.04 - Added a new column to set the name of the one main index for each task. Changes in version 2023.10.03 - Fix prep_fun_name for QA version of Face Name task. Now it uses preproc.iquizoo::countcorrect(). Changes in version 2023.07.19 - Fixed wrong names for Stroop and Birds tasks. Changes in version 2023.07.18 - Supported short version tasks. Changes in version 2023.05.09 - Added mainly "Remote Association Test" task. - Added some other movie related tasks. - Added other miscellanous tasks. Changes in version 2023.03.29 - Added "Sleepiness" task. Changes in version 2023.03.25 - Corrected several info after online updating. - Used preproc.iquizoo::capacity() for visual arrays tasks. Changes in version 2023.03.14 - Added back visual memory study. Changes in version 2023.03.04 - Fixed broken raw data for several games. - Correct name for "Reading" task. Changes in version 2023.03.03 - Removed one game for there will be no data storage for it. - Added preprocessing function name to several newly added games. Changes in version 2023.02.27 - Changed version to YYYY.MM.DD format. This will make the version number more informative about the release date. - Added more recently developed games. Changes in version 0.3.1 - Changed version name to game_name_ver. Changes in version 0.3.0 - Support VersionName update with a new column named "version_name" in game_info table. Changes in version 0.2.1 - Added more games. Changes in version 0.2.0 Breaking Changes - Changed game_id class to bit64::integer64. This is the default class of the values fetched from database for these values. Misc - Updated game_info to the newest version. Changes in version 0.1.2 - Update prep_fun_name for two games: RAPM and AntiSac. - Fix extra for all n-back games. Changes in version 0.1.1 - Store input and extra as strings by rlang::expr_text(). Changes in version 0.1.0 Breaking Changes - Remove obsolete data config_prep_fun and merged its info to game_info. Basically, input and extra can be configured there. Changes in version 0.0.14 - add a temporary game SchulteGrid(research) Changes in version 0.0.13 - Updated game_id column in game_info data to numeric values only. Changes in version 0.0.12 - Use reinf() for reinforcement learning tests. - Added more tests. Changes in version 0.0.11 - Modified the english names of some tests to reduce conflicts. Changes in version 0.0.10 - Use preproc.iquizoo::span() for location memory. Changes in version 0.0.9 - Use preproc.iquizoo::countcorrect2() for directed search. Changes in version 0.0.8 - Mapped to new pre-processing functions for newly developed tests. Changes in version 0.0.7 - Corrected a game name typo. Changes in version 0.0.6 - Rename "Dual 1-back" to "Dual 2-back" for the design change. Changes in version 0.0.5 - Added the latest completed games. Changes in version 0.0.4 - Corrected abbreviated name for multiple object tracking game. Changes in version 0.0.3 - Added config_prep_fun as a default and example configuration of pre-processing functions. Changes in version 0.0.2 - Updated game_info to keep up with the latest development. Changes in version 0.0.1 Changes in version 0.0.0.9000 - Added a NEWS.md file to track changes to the package. - Added game_info dataset to store correponding pre-processing functions for games.