Re: kitr problem after R update.

2013-02-18 Thread John Kane
From: David L. Johnson To: John Kane Cc: "lyx-users@lists.lyx.org" Sent: Monday, February 18, 2013 3:31:24 PM Subject: Re: kitr problem after R update. On 02/18/2013 03:14 PM, John Kane wrote: > > > > >___

Re: kitr problem after R update.

2013-02-18 Thread David L. Johnson
On 02/18/2013 03:14 PM, John Kane wrote: *From:* David L. Johnson *To:* lyx-users@lists.lyx.org *Sent:* Monday, February 18, 2013 11:06:00 AM *Subject:* Re: kitr problem after R update. On 02/18/2013 10:53 AM, John Kane

Re: kitr problem after R update.

2013-02-18 Thread John Kane
From: David L. Johnson To: lyx-users@lists.lyx.org Sent: Monday, February 18, 2013 11:06:00 AM Subject: Re: kitr problem after R update. On 02/18/2013 10:53 AM, John Kane wrote: That's what I was thinking last night after I had closed down the com

Re: kitr problem after R update.

2013-02-18 Thread David L. Johnson
On 02/18/2013 10:53 AM, John Kane wrote: That's what I was thinking last night after I had closed down the computer. It does seem rather weird when almost no one uses Imperial measurements any more. Legacy issue I suppose? Nobody? Nobody except your neighbors to the South. Not that we call

Re: kitr problem after R update.

2013-02-18 Thread John Kane
ry 17, 2013 2:34:58 PM Subject: Re: kitr problem after R update. You cannot use cm directly; you have to convert cm to in which should be trivial: 1in = 2.54cm. Regards, Yihui -- Yihui Xie Phone: 515-294-2465 Web: http://yihui.name Department of Statistics, Iowa State University 2215 Snedecor

Re: kitr problem after R update.

2013-02-17 Thread Yihui Xie
You cannot use cm directly; you have to convert cm to in which should be trivial: 1in = 2.54cm. Regards, Yihui -- Yihui Xie Phone: 515-294-2465 Web: http://yihui.name Department of Statistics, Iowa State University 2215 Snedecor Hall, Ames, IA On Sun, Feb 17, 2013 at 11:53 AM, John Kane wrote:

Re: kitr problem after R update.

2013-02-17 Thread John Kane
. From: Yihui Xie To: John Kane Cc: Lyx List ; René Mayer Sent: Saturday, January 26, 2013 1:30:35 PM Subject: Re: kitr problem after R update. Please see the NEWS for knitr 1.0 (now 1.0.5): https://github.com/yihui/knitr/blob/master/NEWS.md#changes-in-knitr-version-10

Re: kitr problem after R update.

2013-01-29 Thread Scott Kostyshak
On Sat, Jan 26, 2013 at 1:30 PM, Yihui Xie wrote: > Please see the NEWS for knitr 1.0 (now 1.0.5): > https://github.com/yihui/knitr/blob/master/NEWS.md#changes-in-knitr-version-10 > Sweave2knitr() is a function in knitr instead of an executable in your > Ubuntu system: http://yihui.name/knitr/demo

Re: kitr problem after R update.

2013-01-26 Thread Yihui Xie
Please see the NEWS for knitr 1.0 (now 1.0.5): https://github.com/yihui/knitr/blob/master/NEWS.md#changes-in-knitr-version-10 Sweave2knitr() is a function in knitr instead of an executable in your Ubuntu system: http://yihui.name/knitr/demo/sweave/ In your case, the chunk options "height=4cm, widt

kitr problem after R update.

2013-01-26 Thread John Kane
I had thought that I had apa6 working nicely (I think I was wrong) and decided to have a go at comgining it with knitr. I successfully embedded an inline statement, then created both a table and a figure. (see attached file). Both were running fine untill I updated R yesterday I'm suddenly ge