The complete collection of the LongGold psychTestR listening tests, performance tests, and questionnaires
To install psygold execute the following in your R console:
remotes::install_github("fmhoeger/psygold")
This will install the two meta-packages
-
psylistenwhich in turn includes the packages
cabat (https://github.com/pmcharrison/cabat)
BDT (https://github.com/klausfrieler/BDT)
EDT (https://github.com/klausfrieler/EDT)
mdt (https://github.com/pmcharrison/mdt)
mpt (https://github.com/pmcharrison/mpt)
piat (https://github.com/pmcharrison/piat)
RAT (https://github.com/klausfrieler/RAT) -
psyperformwhich in turn includes the packages
BDS (https://github.com/klausfrieler/BDS)
JAJ (https://github.com/klausfrieler/JAJ)
MIQ (https://github.com/fmhoeger/MIQ)
and psyquest (https://github.com/fmhoeger/psyquest)
By executing remotes::install_github("fmhoeger/psygold") you can also update all packages mentioned above. You will need to confirm the packages to be updated in the process, though.
For the complete removal of all LongGold psychTestR packages execute:
remove.packages("cabat")
remove.packages("EDT")
remove.packages("mdt")
remove.packages("mpt")
remove.packages("piat")
remove.packages("RAT")
remove.packages("BDS")
remove.packages("JAJ")
remove.packages("MIQ")
remove.packages("psylisten")
remove.packages("psyperform")
remove.packages("psyquest")
remove.packages("psygold")
To also remove the psychTestR and psychTestRCAT packages execute
remove.packages("psychTestRCAT")
remove.packages("psychTestR")