You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/01/20 21:47:25 UTC

[GitHub] marcoabreu commented on issue #13940: Add back R tests and fix typo around R and perl tests

marcoabreu commented on issue #13940: Add back R tests and fix typo around R and perl tests
URL: https://github.com/apache/incubator-mxnet/pull/13940#issuecomment-455905474
 
 
   Seems like something isn't right:
   
   ```
   ** installing vignettes
   
   ** testing if installed package can be loaded
   
   * DONE (devtools)
   
   
   
   The downloaded source packages are in
   
   	'/tmp/RtmppoYF6h/downloaded_packages'
   
   Warning message:
   
   In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE,  :
   
     there is no package called 'devtools'
   
   Rscript -e "if(!require(devtools)||packageVersion('roxygen2') < '6.1.1'){install.packages('roxygen2', repo = 'https://cloud.r-project.org/')}"
   
   Loading required package: devtools
   
   Error in packageVersion("roxygen2") : package 'roxygen2' not found
   
   Execution halted
   
   Makefile:589: recipe for target 'rpkg' failed
   
   make: *** [rpkg] Error 1
   
   ```
   
   Does somebody know from the top of their head what has to be done? Otherwise, I'm happy to have a look myself.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services