Displaying 2 results from an estimated 2 matches for "anindexf".
Did you mean:
anindex
1999 Mar 09
1
example(.) partly broken (since 0.63.3) --> patch (PR#134)
...However, it seems sufficient [for example() at least]
to patch its source by using scan("..../AnIndex" ..) with sep = "\t" :
--- src/library/base/R/source.R.~1~ Wed Dec 2 11:39:22 1998
+++ src/library/base/R/source.R Tue Mar 9 10:27:38 1999
@@ -122,7 +122,7 @@
AnIndexF <- system.file(paste("help","AnIndex",sep=directory.sep),
pkg, lib)
if(AnIndexF != "") {
- AnIndex <- scan(AnIndexF,what=c("c","c"),quiet=TRUE)
+ AnIndex <- sca...
1999 Mar 09
1
Bug in "example"
On my system
> version
_
platform sparc-sun-solaris2.5
arch sparc
os solaris2.5
system sparc, solaris2.5
status
status.rev 0
major 0
minor 63.3
year 1999
month March
day 6