Detlew is always right... Ya~ [🇷 for BE/BA]
Dear Detlew,
Tried as suggested. Not working after adding
I have tried
Yes, it really helps a lot. Thank you so much.
bear v2.7.2 is on its way to sourceforge tonight. [edited. --> (1) have been uploaded, and (2) only work with
❝ 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)
...
Tried as suggested. Not working after adding
importFrom("grid",unit,arrow,grid.raster)
or importFrom("ggplot2",ggplot)
in the file NAMESPACE. Since package grid
has been included in R base (core), I removed grid
from package list of Imports:
in the file DESCRIPTION and also removed grid
from import() in the file of NAMESPACE. I guess that should work. It is not. The original warning messages disappeared but new error message comes out as "cannot find function: grid.raster.
" Finally, I used ::
to solve this with code of grid::grid.raster()
. Then, it works.
grid::grid.raster()
on Sunday without deleting grid
from package list of Imports:
in the file DESCRIPTION and deleting grid
from import() in the file of NAMESPACE. Thus, it did not work at that moment.❝ Hope this was understandable and helps.
Yes, it really helps a lot. Thank you so much.

ggplot2
v2.0.0.]—
All the best,
-- Yung-jin Lee
bear v2.9.2:- created by Hsin-ya Lee & Yung-jin Lee
Kaohsiung, Taiwan https://www.pkpd168.com/bear
Download link (updated) -> here
All the best,
-- Yung-jin Lee
bear v2.9.2:- created by Hsin-ya Lee & Yung-jin Lee
Kaohsiung, Taiwan https://www.pkpd168.com/bear
Download link (updated) -> here
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 bear d_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 bear d_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