Perhaps you think grid no longer supported due to the message displayed on the CRAN page ? But if it says that the package grid was removed from the CRAN repository, it is because now it is part of the core R distribution, as indicated on the Paul Murrell grid page .
So library(grid) and arrow function should work fine.
Some confusion may be related to the fact that the grid automatically loaded by previous versions of ggplot (making the grid functions visible / accessible to the user); they are now referred to instead through the NAMESPACE import, so you need to explicitly load the grid if you want to use the grid functions (or see their help pages).
juba 03 Feb '13 at 20:50 2013-02-03 20:50
source share