I made a change to trans.cloud as noted in the NEWS file:
* `trans.cloud` threw an error if a single list with a named vector was passed
to `target.words`. Thes behavior has been fixed.
Check other functions that rely on trans.cloud (like word_associate) as well as ones that have similar structure (trans.venn) to make sure this change doesn't affect other functions as well.
I made a change to
trans.cloud
as noted in the NEWS file:Check other functions that rely on
trans.cloud
(likeword_associate
) as well as ones that have similar structure (trans.venn
) to make sure this change doesn't affect other functions as well.The change was as follows: From:
To: