File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1818
1919memory.size  <-  function (max  =  FALSE )
2020{
21-     warning(" 'memory.size()' is Windows-specific " call. = FALSE )
21+     warning(" 'memory.size()' is no longer supported " call. = FALSE )
2222    Inf 
2323}
2424
2525memory.limit  <-  function (size  =  NA )
2626{
27-    warning(" 'memory.limit()' is Windows-specific " call. = FALSE )
28-    Inf 
27+      warning(" 'memory.limit()' is no longer supported " call. = FALSE )
28+      Inf 
2929}
Original file line number Diff line number Diff line change @@ -20,5 +20,15 @@ memory.size(max = FALSE)
2020
2121memory.limit(size = NA) 
2222} 
23+ \a rguments{
24+   \i tem{max}{unused.} 
25+   % Was 
26+   % \i tem{max}{logical. If true the maximum amount of memory obtained from 
27+   %   the OS is reported, otherwise the amount currently in use.} 
28+   \i tem{size}{unused.} 
29+   % Was 
30+   % \i tem{size}{numeric. If \c ode{NA} report the memory size, otherwise 
31+   %   request a new limit, in Mb.} 
32+ } 
2333\k eyword{utilities}
2434\k eyword{internal}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments