Annotation of reports/.Rhistory, revision 1.1

1.1     ! boris       1: library('bigmemory')
        !             2: a <- big.matrix(5,5,init=0,backingfile='tmp', backingpath='/tmp')
        !             3: write.big.matrix(a,filename="tmp.dat")
        !             4: a <- big.matrix(5,5,init=0,backingfile='tmp', backingpath='/tmp', type='double')
        !             5: write.big.matrix(a,filename="tmp.dat")
        !             6: help('write.big.file')
        !             7: help('write.big.matrix')
        !             8: quit()
        !             9: n

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>