From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Babel/R issue: 'x' must be atomic Date: Fri, 24 Aug 2012 01:23:15 +0200 Message-ID: <2012-08-24T01-13-00@devnull.Karl-Voit.at> Reply-To: news1142@Karl-Voit.at Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4gkV-0006U1-8U for emacs-orgmode@gnu.org; Thu, 23 Aug 2012 19:23:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T4gkU-00071u-4i for emacs-orgmode@gnu.org; Thu, 23 Aug 2012 19:23:39 -0400 Received: from plane.gmane.org ([80.91.229.3]:37001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4gkT-00071q-UK for emacs-orgmode@gnu.org; Thu, 23 Aug 2012 19:23:38 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T4gkT-0007JN-Uh for emacs-orgmode@gnu.org; Fri, 24 Aug 2012 01:23:37 +0200 Received: from mail.michael-prokop.at ([88.198.6.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Aug 2012 01:23:37 +0200 Received: from news1142 by mail.michael-prokop.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Aug 2012 01:23:37 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi! Generating two separate boxplots for a given set of data is no problem. But when I combine them into one single diagram (with two boxplots), I get: Error in sort.int(x, na.last = na.last, decreasing = decreasing, ...) : 'x' must be atomic Calls: ... boxplot.stats -> -> sort -> sort.default -> sort.int Execution halted You can get the minimal example Org-mode on http://paste.grml.org/1036/ When I replace the line boxplot(list(folders, tags), with boxplot(list(mfolders, mtags), it works, though :-O mfolders and mtags are lists in R and not imported via »:var«. Therefore I guess this is an Org-mode/babel issue and not an R issue. What is my error? Any help would be very cool! PS: Org-mode version from git from yesterday -- Karl Voit