aaronmarkham commented on issue #11970: Root path is undefined URL: https://github.com/apache/incubator-mxnet/pull/11970#issuecomment-409760863 @marcoabreu The reason, according to the comment in mxdoc.py is that the latex requirement for R is too "heavy". It seems true, because I ran out of disk space on my instance while installing the dependencies. These include: ``` sudo apt-get install \ texinfo \ texlive \ texlive-fonts-extra \ ``` To add this into a PR, it would seem I'd need to update the CI/install/R.sh and have it load these quite large deps. WDYT about that?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
