Fixed pre-processing functions for one newly added game.
data.iquizoo 2024.02.03
Added tasks used in recent training.
data.iquizoo 2024.01.23
Added screen_indices() to screen out unused indices.
data.iquizoo 2024.01.22
Added match_info() to extract different pieces of game information.
data.iquizoo 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.
data.iquizoo 2023.11.04
Support type argument in match_preproc() to specify which type of join to use.
data.iquizoo 2023.11.03
Added game_id_parallel to track parallel forms of games.
data.iquizoo 2023.10.29
Added preprocessing function for creativity related tasks.
Added preprocessing function for category retrieval fluency tasks.
Supported multiple main indices.
data.iquizoo 2023.10.22
Moved prep_fun column just after the game_id in the results calling match_preproc().
data.iquizoo 2023.10.22
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.
data.iquizoo 2023.10.06
Split game_info into two tables: game_info and game_indices.
data.iquizoo 2023.10.05-1
Correct the name and type of last added column.
data.iquizoo 2023.10.05
Added a new column to indicate whether the main index is reversed or not.
data.iquizoo 2023.10.04
Added a new column to set the name of the one main index for each task.
data.iquizoo 2023.10.03
Fix prep_fun_name for QA version of Face Name task. Now it uses preproc.iquizoo::countcorrect().
data.iquizoo 2023.07.19
Fixed wrong names for Stroop and Birds tasks.
data.iquizoo 2023.07.18
Supported short version tasks.
data.iquizoo 2023.05.09
Added mainly "Remote Association Test" task.
Added some other movie related tasks.
Added other miscellanous tasks.
data.iquizoo 2023.03.29
Added "Sleepiness" task.
data.iquizoo 2023.03.25
Corrected several info after online updating.
Used preproc.iquizoo::capacity() for visual arrays tasks.
data.iquizoo 2023.03.14
Added back visual memory study.
data.iquizoo 2023.03.04
Fixed broken raw data for several games.
Correct name for “Reading” task.
data.iquizoo 2023.03.03
Removed one game for there will be no data storage for it.
Added preprocessing function name to several newly added games.
data.iquizoo 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.
data.iquizoo 0.3.1
Changed version name to game_name_ver.
data.iquizoo 0.3.0
Support VersionName update with a new column named "version_name" in game_info table.
data.iquizoo 0.2.1
Added more games.
data.iquizoo 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.
data.iquizoo 0.1.2
Update prep_fun_name for two games: RAPM and AntiSac.