Created
July 10, 2013 19:36
-
-
Save sethrylan/5969486 to your computer and use it in GitHub Desktop.
gradle-r-plugin error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Projects\src\rsql>gradle clean build | |
The ConfigurationContainer.add() method has been deprecated and is scheduled to be removed in Gradle 2.0. Please use the | |
create() method instead. | |
:clean UP-TO-DATE | |
:DESCRIPTION | |
Setting DESCRIPTION for package rsql | |
:roxygenize | |
> library(roxygen2,quietly=TRUE,verbose=FALSE);roxygenize(package.dir='pkg',roxygen.dir='build\rsql',roclets = c(collate | |
, namespace, rd, testthat));warnings() | |
Loading required package: stringr | |
Error in lapply(x, f) : object 'collate' not found | |
Calls: roxygenize -> str_c -> Filter -> unlist -> lapply | |
In addition: There were 15 warnings (use warnings() to see them) | |
Execution halted | |
:roxygenize FAILED | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
Execution failed for task ':roxygenize'. | |
> Process 'command 'R'' finished with non-zero exit value 1 | |
* Try: | |
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. | |
BUILD FAILED | |
Total time: 4.113 secs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment