The R Project SVN R

Rev

Rev 76808 | Rev 78220 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 76808 Rev 76954
Line 76... Line 76...
76
S3method("format", "check_make_vars")
76
S3method("format", "check_make_vars")
77
S3method("format", "check_package_CRAN_incoming")
77
S3method("format", "check_package_CRAN_incoming")
78
S3method("format", "check_package_code_assign_to_globalenv")
78
S3method("format", "check_package_code_assign_to_globalenv")
79
S3method("format", "check_package_code_attach")
79
S3method("format", "check_package_code_attach")
80
S3method("format", "check_package_code_startup_functions")
80
S3method("format", "check_package_code_startup_functions")
-
 
81
S3method("format", "check_package_datalist")
81
S3method("format", "check_package_datasets")
82
S3method("format", "check_package_datasets")
82
S3method("format", "check_package_depends")
83
S3method("format", "check_package_depends")
83
S3method("format", "check_package_description2")
84
S3method("format", "check_package_description2")
84
S3method("format", "check_package_description_encoding")
85
S3method("format", "check_package_description_encoding")
85
S3method("format", "check_package_license")
86
S3method("format", "check_package_license")
Line 149... Line 150...
149
S3method("print", "check_package_code_unload_functions", .print.via.format)
150
S3method("print", "check_package_code_unload_functions", .print.via.format)
150
S3method("print", "check_package_depends", .print.via.format)
151
S3method("print", "check_package_depends", .print.via.format)
151
S3method("print", "check_package_description")
152
S3method("print", "check_package_description")
152
S3method("print", "check_package_description_encoding", .print.via.format)
153
S3method("print", "check_package_description_encoding", .print.via.format)
153
S3method("print", "check_package_license", .print.via.format)
154
S3method("print", "check_package_license", .print.via.format)
-
 
155
S3method("print", "check_package_datalist", .print.via.format)
154
S3method("print", "check_package_datasets", .print.via.format)
156
S3method("print", "check_package_datasets", .print.via.format)
155
S3method("print", "check_package_compact_datasets")
157
S3method("print", "check_package_compact_datasets")
156
S3method("print", "check_packages_in_dir")
158
S3method("print", "check_packages_in_dir")
157
S3method("print", "check_packages_used", .print.via.format)
159
S3method("print", "check_packages_used", .print.via.format)
158
S3method("print", "check_po_files")
160
S3method("print", "check_po_files")