Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upR CMD check and dev ggplot2 #317
Comments
|
It looks like the generic is ggplot <- function(data = NULL, mapping = aes(), ...,
environment = parent.frame()) {
UseMethod("ggplot")
}Would it solve the issue by redefining ggplot.rfe <- function(data,
mapping = NULL,
metric = data$metric[1],
output = "layered",
...,
environment = NULL)instead of ggplot.rfe <- function (data = NULL, metric = data$metric[1], output = "layered", ...) (and similar changes for the others) I think order matters here, which is why I ordered the arguments to I'm not sure when I can submit a new version of |
|
I don't think the order matters - the problem is that you're missing the When you resubmit, just say its for compatibility with the next version of ggplot2, and you should be ok. |
|
Okay. I think I need both I will start the testing/release process for the new caret version. It will On Wed, Nov 11, 2015 at 11:19 AM, Hadley Wickham notifications@github.com
|
|
Per my email, I'm now not planning to submit until Dec 11. If possible could you please submit a version of caret that works with both released and dev versions of ggplot2? I think the changes will be ok with the current dev version. |
|
Okay. I saw
but I didn't see a separate email. I'll test with both versions before I submit (before 12/11). I'll keep you posted on this thread as well as the CRAN submission. |
|
Maybe you're not the official maintainer? |
> packageDescription("caret")$Maintainer
[1] "Max Kuhn <Max.Kuhn@pfizer.com>"Most likely it got scrubbed by spam filters although I've gotten message form you before. What email did it come from? I'll white-list it. |
|
Weird - it's from |
|
Ah. It is under spam but your other email from the 5th is not. I'll add it to the "do not delete" list. A few years ago, it classified emails from one of my subordinates as spam. If only we knew something about predictive models =] |
Checked on ggplot2_1.0.1.9003 (github) and ggplot2_1.0.1 (CRAN)
|
I tested with both versions so it should be fine. I'll submit it this week. Thanks, Max |
I see:
Can you please look into ASAP? I'm submitting to CRAN on Friday.