aaronmarkham commented on issue #17920: R docs generation error
URL: 
https://github.com/apache/incubator-mxnet/issues/17920#issuecomment-606145810
 
 
   > I think I experienced this error locally before. I fixed it by importing 
the function first, using `library(methods)`. 
[9f2e73f#diff-a926015f30adb97767a7e80d67fbacbd](https://github.com/apache/incubator-mxnet/commit/9f2e73f39b405ec24cab254076f964452382c224#diff-a926015f30adb97767a7e80d67fbacbd)
   > 
   > Not sure why this error appears and persists on 1.6 branch. Did you 
confirm it doesn't happen master?
   
   > Regarding the backports you linked: Why would changes to the python code 
affect the R package?
   
   
   Doesn't happen on master, and it didn't happen before when we were operating 
on that codebase, so I can assume it is introduced with the back-porting.
   
   As far as Python impacting R... we have some bootstrapping going on... Scala 
does it... and I think R does too... so it'll use Python to generate some of 
its functions. You can notice this when you look at the docstrings and see how 
Python examples are in the docs for Scala or R.
   
   Can your R patch be back-ported to v1.6.x?
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to