-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I discovered today that psychTestR in conjunction with markdown 1.4 (or lower, for 1.1. it still works) throws an error when using i18n_dict$new. The reason is in parse_markdown in hash_df.R, where parseMarkdown is called with an unused 'file' argument, which is not used but now throws an error (as it evaluates now file to base::file, before it was ignored if text = x was used). Deleting the file argument solves the problem.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels