I am trying to install the package "mdatools" using install_github to get the current developer version as recomended in https://github.com/svkucheryavski/mdatools. But when I run: devtools::install_github("svkucheryavski/mdatools") I get this: "Error in normalizePath(key$InstallPath, mustWork = FALSE, winslash = "/") : file name conversion problem -- name too long?"
I have succesfully installed it in a similar laptop with the same R version (the last one) but I don´t know how to solve this problem. I have also tried reinstalling R and changing the path without success...