File: PORTING

package info (click to toggle)
rpart 3.1.41-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 776 kB
  • ctags: 255
  • sloc: ansic: 2,541; asm: 1,672; makefile: 1
file content (29 lines) | stat: -rw-r--r-- 1,039 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
src/*.{h,c} long -> int

man/*.Rd  convert *.d by Sd2Rd

Don't implement code using naresid, which R does not have.
F -> FALSE, T -> TRUE

R/labels.rpart.s	replace call to prlabel by S code.
R/model.frame.rpart.s 	deparse calls
R/na.rpart.s		as x has no attributes in R, redesign
R/plot.rpart.s 		change frame=0 to .GlobalEnv
R/post.rpart.s		change `title' trickery
R/print.rpart.s		remove nsmall in call to format
			attr(x, 'ylevels') not 'ylevel'
R/rpart.branch.s	get with inherits not frame=0
R/rpart.matrix.s	adjust for different terms structure
R/rpart.s		single -> double
			sys.parent() -> sys.frame(sys.parent())
R/rpartco.s		remove frame=0 several times
R/snip.rpart.mouse.s	drop frame=0
R/summary.rpart.s	remove justify="left" in format
			remove comma in paste(... ,,collapse ...)
			attr(x, 'ylevels') not 'ylevel'
R/text.rpart.s		text.default prints "NA", so remove these
			remove density=0 in calls to polygon
R/xpred.rpart.s		single -> double
			sys.parent() -> sys.frame(sys.parent())
R/zzz.R			a few missing functions.