search for: jke

Displaying 3 results from an estimated 3 matches for "jke".

Did you mean: je
2007 Jun 13
3
installing Rgraphviz under fedora 5
...ages/2.0/bioc/src/contrib/Rgraphviz_1.14.0.tar.gz ' Content type 'application/x-gzip' length 1522949 bytes etc etc.... but when I do: library(Rgraphviz) > library(Rgraphviz) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/home/jke/mazu/SOFTWARE_INST/R-2.5.0 /library/Rgraphviz/libs/Rgraphviz.so': libgvc.so.3: cannot open shared object file: No such file or directory Error : .onLoad failed in 'loadNamespace' for 'Rgraphviz' Error: package/namespace load failed for 'Rgraphviz' The path to Rgraphvi...
1999 Mar 11
2
AFS on samba 2.0.2
>Ken, did you ever get afs support compiled into 2.0.2? I am in exactly >the same boat as you are (were), where samba 1.9.18 was working great, but >2.0.2 wouldn't compile with afs support. I too tried to copy the relavant >parts of the makefile over, but ended up with the same errors as you did. >Then I found your post to the samba list, and I'm hoping that you've
2024 Apr 27
1
max on numeric_version with long components
I've noticed something in R devel which seems a little off and not the behavior I see in 4.4.0 or earlier versions. With numeric_versions that have long (>8 digit) final components max and min return the first element and not the max or min: In devel: > max(numeric_version(c("1.0.1.100000000", "1.0.3.100000000", "1.0.2.100000000"))) [1] ?1.0.1.100000000?