Navigation Menu

Skip to content

Commit

Permalink
just comments
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@938 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
maechler committed Mar 19, 1998
1 parent 747a2c7 commit dbe726c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/library/base/R/format.R
@@ -1,14 +1,8 @@

format <- function(x, ...) UseMethod("format")

### .format.Internal <- format## <primitive> defined in ../../../main/paste.c
###----- FIXME: we should rather use .Internal(format(...))
### FIXED: I made the function below do just this.
### Without it there was an infinite recursion. Ross

### -----
###----- FIXME ----- the 'digits handling should rather happen in
### ----- ----- in .format.Internal(..) ../../main/paste.c !!!
###----- FIXME ----- the digits handling should rather happen in
### ----- in .Internal(format(...)) in ../../main/paste.c !
format.default <- function(x, trim=FALSE, digits=NULL)
{
if(!is.null(digits)) {
Expand Down

0 comments on commit dbe726c

Please sign in to comment.