Dear Simon and Stefano and other R-mac magicians; I am testing out various features of 2.7.0 (unstable) and found that abline draws outside of the plot box:
plot(1:10,1:10) abline(h=5) the line continues outside the plot box. Same problem with x <- rnorm(10) y <- rnorm(10) plot(x,y) abline(lm(y~x)) On the positive side, Rgraphviz no longer causes a crash, it just doesn't load and returns the following error Loading required package: graph Loading required package: grid Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared library '/Library/Frameworks/R.framework/Resources/library/Rgraphviz/libs/i386/Rgraphviz.so': dlopen(/Library/Frameworks/R.framework/Resources/library/Rgraphviz/libs/i386/Rgraphviz.so, 6): Library not loaded: /usr/local/lib/libintl.3.dylib Referenced from: /Library/Frameworks/R.framework/Resources/library/Rgraphviz/libs/i386/Rgraphviz.so Reason: image not found Error : .onLoad failed in 'loadNamespace' for 'Rgraphviz' Error: package/namespace load failed for 'Rgraphviz' Bill With R-Gui "R version 2.7.0 Under development (unstable) (2008-02-09 r44393)" downloaded 02/09 on a Mac PB R.Version() $platform [1] "i386-apple-darwin9.1.0" $arch [1] "i386" $os [1] "darwin9.1.0" $system [1] "i386, darwin9.1.0" $status [1] "Under development (unstable)" $major [1] "2" $minor [1] "7.0" $year [] "2008" $month [1] "02" $day [1] "09" $`svn rev` [1] "44393" $language [1] "R" $version.string [1] "R version 2.7.0 Under development (unstable) (2008-02-09 r44393)" -- William Revelle http://personality-project.org/revelle.html Professor http://personality-project.org/personality.html Department of Psychology http://www.wcas.northwestern.edu/psych/ Northwestern University http://www.northwestern.edu/ Use R for statistics: http://personality-project.org/r _______________________________________________ R-SIG-Mac mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-sig-mac
