Displaying 2 results from an estimated 2 matches for "lreadli".
Did you mean:
readli
2002 Oct 10
1
Aggregating data -- table almost does it
Dear r-helpers,
I have a data frame that looks like this:
> str(fred)
`data.frame': 3243 obs. of 14 variables:
$ date : chr "02-09-19" "02-09-19" "02-09-19" "02-09-19" ...
$ time : chr "10:31:34" "10:31:34" "10:31:39" "11:36:12" ...
$ cpusys : num 0 0.11 0.37 0 0.13 0.46 0 0.01 0.01 0
2002 Jul 09
1
RE: mvtnorm package installation failure
...u may give: I
> had
> trouble installing the mvtnorm package. Here is the error message I
> encountered:
>
> R CMD INSTALL mvtnorm
> * Installing *source* package 'mvtnorm' ...
> ** libs
> gcc -shared -o mvtnorm.so mvt.o -L/usr/lib/gcc-lib/i386-linux/2.95.4
> -lreadline -ldl -lncurses -lg2c-pic -lm -L/usr/lib/R/bin -lR
> /usr/bin/ld: cannot find -lreadline
> collect2: ld returned 1 exit status
> make: *** [mvtnorm.so] Error 1
> ERROR: compilation failed for package 'mvtnorm'
>
> I am using Debian Linux 2.20 on a Intel machine. R versio...