There is eventually something you can do with bear [🇷 for BE/BA]
Dear Yung-jin,
if I understood the matter correctly the issue arises since both
If you don't import the whole packages into the NAMESPACE for
May help, or may not since in the NAMESPACE of
But
Hope this was understandable and helps.
if I understood the matter correctly the issue arises since both
grid
and ggplot2
export functions with name arrow()
and unit()
.If you don't import the whole packages into the NAMESPACE for
bear
via the import(pckg1, pckg2, ...)
directive but use instead importFrom(fun, pckg)
for every function fun
You really need from the package pckg
there should no longer any conflict and the warnings should be gone.May help, or may not since in the NAMESPACE of
ggplot2
there is an import(grid)
directive. If this is the source of the warnings you may contact the maintainer of ggplot2
w.r.t. this.But
library(ggplot2)
doesn't issue any warnings. Thus there are good chances that my above advice could help.Hope this was understandable and helps.
—
Regards,
Detlew
Regards,
Detlew
Complete thread:
- Please do not upgrade ggplot2 to v2.0.0 if using bear yjlee168 2015-12-19 20:47 [🇷 for BE/BA]
- Please do not upgrade ggplot2 to v2.0.0 if using bear d_labes 2015-12-21 09:29
- there is nothing I can do with bear... yjlee168 2015-12-21 11:41
- There is eventually something you can do with beard_labes 2015-12-21 13:17
- Detlew is always right... Ya~ yjlee168 2015-12-21 20:56
- NAMESPACE blues d_labes 2015-12-22 08:52
- R is very blue sometimes yjlee168 2015-12-22 11:22
- R is very blue sometimes d_labes 2015-12-22 13:06
- ggplot2, grid and bear yjlee168 2015-12-22 14:56
- To Imports: or not to Imports: d_labes 2015-12-22 15:31
- ggplot2, grid and bear yjlee168 2015-12-22 14:56
- R is very blue sometimes d_labes 2015-12-22 13:06
- R is very blue sometimes yjlee168 2015-12-22 11:22
- NAMESPACE blues d_labes 2015-12-22 08:52
- Detlew is always right... Ya~ yjlee168 2015-12-21 20:56
- There is eventually something you can do with beard_labes 2015-12-21 13:17
- there is nothing I can do with bear... yjlee168 2015-12-21 11:41
- Please do not upgrade ggplot2 to v2.0.0 if using bear d_labes 2015-12-21 09:29