R DATAVISUAL barplot

commandline session > test labeli barplot(labeli,test) Error in -0.01 * height : non-numeric argument to binary operator > barplot(test) > barplot(labeli) Error in -0.01 * height : non-numeric argument to binary operator > datavisual library(nutshell) Error in library(nutshell) : there is no package called ‘nutshell’ > barplot(datavisual) Error in barplot.default(datavisual) : ‘height’ must be a …

R qplot from ggplot2 and binwidth=10 lscalls

commandline session > lscalls [1] 2 707 16 11 25 26 24 38 4 5 2 1 2 9 1 1 2 1 1 [20] 1 1 > qplot(lscalls) Error: could not find function “qplot” > library(ggplot) Error in library(ggplot) : there is no package called ‘ggplot’ > library(ggplot2) Loading required package: reshape Loading required …

Linux KERNEL TESTING cyclictest ERROR

commandline session $sudo client/autotest-local run cyclictest /home/jeffrin/kernel-testing/autotest-autotest-e48676a/client/tests/cyclictest/control 18:53:47 INFO | Writing results to /home/jeffrin/kernel-testing/autotest-autotest-e48676a/client/results/default 18:53:48 INFO | START —- —- timestamp=1361712228 localtime=Feb 24 18:53:48 18:53:48 INFO | START cyclictest cyclictest timestamp=1361712228 localtime=Feb 24 18:53:48 18:53:48 ERROR| [stderr] make: *** No targets specified and no makefile found. Stop. 18:53:48 ERROR| child process failed 18:53:48 INFO | …