Hi,
This is Khush and I just started learning R today and I am from a completely non-tech background. I wanted to install tidyverse package but the same error keeps cropping up again and again.
** testing if installed package can be loaded
*** arch - i386
Error : .onAttach failed in attachNamespace() for 'tidyverse', details:
call: NULL
error: object 'col_align' is not exported by 'namespace:crayon'
Error: loading failed
Execution halted
*** arch - x64
Error : .onAttach failed in attachNamespace() for 'tidyverse', details:
call: NULL
error: object 'col_align' is not exported by 'namespace:crayon'
Error: loading failed
Execution halted
ERROR: loading failed for 'i386', 'x64'
What does this mean? What can I do about it?