~showard314/ubuntu/karmic/r-base/remove_start_comments

« back to all changes in this revision

Viewing changes to src/library/methods/R/zzz.R

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2009-04-17 06:56:48 UTC
  • mfrom: (1.3.1 upstream) (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090417065648-9mgm2udb2eanluot
* New upstream version released this morning

* debian/rules: Turn optimisation back to -O3 on alpha (as elsewhere) 
  with thanks to Kurt Roeckx for applying a fix to gcc

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
        assign(".isPrototype", ..isPrototype, envir = where)
65
65
        .InitClassUnion(where)
66
66
        .InitS3Classes(where)
 
67
        .InitSpecialTypes(where)
67
68
        ## now seal the classes defined in the package
68
69
        for(cl in get(".SealedClasses", where))
69
70
            sealClass(cl, where)
 
71
        assign("isSealedMethod", .isSealedMethod, envir = where)
70
72
        assign(".requirePackage", ..requirePackage, envir = where)
71
73
        ## initialize implicit generics for base package
72
74
        ## Note that this is done before making a non-vacuous implicitGeneric()
74
76
        .initImplicitGenerics(where)
75
77
        assign("implicitGeneric", .implicitGeneric, envir = where)
76
78
        cacheMetaData(where, TRUE, searchWhere = .GlobalEnv, FALSE)
 
79
        assign(".checkRequiredGenerics", ..checkRequiredGenerics,envir = where)
77
80
        ## unlock some bindings that must be modifiable
78
81
        unlockBinding(".BasicFunsList", where)
79
82
         assign(".saveImage", TRUE, envir = where)