ChaiBapchya edited a comment on issue #17920: R docs generation error
URL: 
https://github.com/apache/incubator-mxnet/issues/17920#issuecomment-611036754
 
 
   > Maybe the backports broke it? 
https://github.com/apache/incubator-mxnet/blob/v1.6.x/python/mxnet/metric.py
   
   @aaronmarkham This backport : 
https://github.com/apache/incubator-mxnet/pull/17029/files in metric.py changed 
parts within Pearson Correlation. Not sure why that would break the file.
   
   > But you can try backporting the single line mentioned above, adding 
library(methods) to the callback.R file.
   
   @leezu Tried backporting `library(methods)` in #17993 but now it gives error 
for finding the library
   
   ```
   Loading mxnet
   [1] "Loading local: inst/libs/libmxnet.so"
   <simpleError in find.package(package, lib.loc, verbose = verbose): there is 
no package called 'mxnet'
   >
   [1] "Loading local: src/mxnet.so"
   <simpleError in find.package(package, lib.loc, verbose = verbose): there is 
no package called 'mxnet'
   >
   Error in loadModule("mxnet", TRUE) : could not find function "loadModule"
   ```
   
   @aaronmarkham @leezu any suggestions for this?

----------------------------------------------------------------
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