R change /tmp to other directory
Default setting R use /tmp as temporary directory
But /tmp is too small for build packages. You can change temporary directory.
edit ~/.Renviron
TMP = ‘/home/manabu/.Rtmp’
    Written on March  6, 2015
  
  
 
          Web Developer from Somewhere
Default setting R use /tmp as temporary directory
But /tmp is too small for build packages. You can change temporary directory.
edit ~/.Renviron
TMP = ‘/home/manabu/.Rtmp’