Flagging --as-cran in version 2 #632
-
In v1 there was a |
Beta Was this translation helpful? Give feedback.
Answered by
gaborcsardi
Aug 8, 2024
Replies: 1 comment 3 replies
-
You cannot change the flags currently. But AFAIR |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
rkillick
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You cannot change the flags currently. But AFAIR
R CMD build
does not have an--as-cran
flag.R CMD check
does, but I think--as-cran
is already the default there.