Question
Question Posted 03/27/18:
Hi, I get an error message when using ADNIMERGE variable in R, even calling adnimerger() function to regenerate the data:
> adni <- adnimerger()
Error: `x` and `labels` must be same type
Is there any reason for that?
Thanks
Hi, I get an error message when using ADNIMERGE variable in R, even calling adnimerger() function to regenerate the data:
> adni <- adnimerger()
Error: `x` and `labels` must be same type
Is there any reason for that?
Thanks
Response posted 03/27/18 by Mike D:
This is a Hmisc/tidyverse clash that should be fixed in current version of tidyverse.
https://github.com/tidyverse/haven/issues/86
Try,
R prompt > install.packages(c('tidyverse', 'Hmisc'))
https://github.com/tidyverse/haven/issues/86
Try,
R prompt > install.packages(c('tidyverse', 'Hmisc'))
Response posted 03/28/18 by Florent:
Unfortunately it does not fix the issue: all packages are up to date.
It looks like the bug is still open:
https://github.com/harrelfe/Hmisc/issues/87
Do you hae any workaround to fix it?
It looks like the bug is still open:
https://github.com/harrelfe/Hmisc/issues/87
Do you hae any workaround to fix it?