dexter-psychometrics / dexter

Management, assessment, and psychometric analysis of data from educational and psychological tests
GNU Lesser General Public License v3.0
8 stars 5 forks source link

Error in $.shinyoutput #2

Closed Jacqvb closed 4 years ago

Jacqvb commented 4 years ago

Hello, The Netherlands here, I was looking for a new way to do IRT analysis and DexterGUI seemed like a good place to start! However I’ve run into some problems: I use: R version 3.6.2 (2019-12-12) RStudio Version 1.2.5033 (both updated to newest versions after I suspected that the error was due to older versions)

After loading the packages this happens: --> I first open a new project, then select a file for the scoring rules (excel), following I get:

Warning: Error in $.shinyoutput: Reading from shinyoutput object is not allowed. [No stack trace available]

Could you please inform me if I’m doing anything wrong or if this is a bug indeed? If you need more info please let me know. Thanks in advance!

jessekps commented 4 years ago

Hi,

It's a horrible error message certainly so that should be corrected. Not sure if it's a bug per sé. Could you include some lines from your scoring rules file to help me make sense of the problem?

Jacqvb commented 4 years ago

Hi,

Thank you for the quick response! These are the first 10 lines, including column names:

item_id nOptions key
CRa_1 5 E
CRa_2 5 B
CRa_3 5 D
CRa_4 5 D
CRa_5 5 A
CRa_6 5 B
CRa_7 5 B
CRa_8 5 C
CRa_9 5 C
CRa_10 5 A
jessekps commented 4 years ago

I did get an error trying to read your keys, though it wasn't the same as yours. It was a bug that surfaced because of a recent update of dplyr. Anyway, I fixed that and I hope it fixes your problem.

If you could try installing the new version like:

devtools::install_github('jessekps/dextergui')

and let me know if the problem is fixed?

Jacqvb commented 4 years ago

Hi, thanks! I will try that later (probably this evening, I'm away from my computer today). I'll let you know what happens.

Jacqvb commented 4 years ago

I've installed the new version as above and now it works great. Thank you for the quick response and solution!