-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[merged] fixing build warnings/errors (missing documentation) #14
Conversation
@retaj: Once you got the build to work for this PR (by pushing fixes to the Once this is done, I can rebase the |
Looks like it crashed due to some externality (a bioconductor package didn't download), I just reran the Travis build...will not merge to travis branch, just want to see it passing :) |
Let's hope this is temporal and a single successful run caches all packages for the future then. |
ran devtools::check(), it says: notes are mostly bs...complaining about .travis.yaml file :) and variables/functions with no visible global definition (fundamentalist way to say "you guys are using data.table and ggplot2") 🥇 let's see what Travis has to say :) |
still 'Undocumented code objects'... |
No idea why R:oldrel is still crashing, it should be running 3.2.5 according to Travis doc. SummarizedExperiment depends on R >= 3.2. Whatevs, I restarted the R:oldrel build just in case it was some trivial issue - if it crashes again, feel free to drop the oldrel from .travis.yaml and set R >= 3.3 as a dependency for ciRcus :machiavelli: |
Whatever the reason, Can you adjust the dependency R >= 3.3 in the I'll keep care of dropping I'll close this now as all the information is here. |
@retaj: Regarding the notes complaining about If I understood correctly you can make R ignore it by adding the following to
|
No description provided.