Displaying 1 result from an estimated 1 matches for "r42697".
Did you mean:
r42657
2007 Aug 30
1
Another issue with the Matrix package.
...i all,
I am encountering a strange issue with the Matrix package. I have just built
R-devel from source on my macbook pro, and I wonder if others can reproduce
this problem. I will give example code to go along:
Starting a fresh R session:
R version 2.6.0 Under development (unstable) (2007-08-30 r42697)
Copyright (C) 2007 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
...
> log(2)
[1] 0.6931472
> library(Matrix)
Loading required package: lattice
> log(2)
Error in log(2) :
could not find symbol "base" in environment of the generic function
There seems to be s...