From mail at kirill-mueller.de Thu Nov 21 20:09:34 2013 From: mail at kirill-mueller.de (=?ISO-8859-1?Q?Kirill_M=FCller?=) Date: Thu, 21 Nov 2013 20:09:34 +0100 Subject: [Tikzdevice-bugs] Announcing tikzDevice 0.7 Message-ID: <528E5A6E.3010608@kirill-mueller.de> Hi In a joint effort, Yihui Xie (author of the knitr package) and I have prepared the tikzDevice package for release to CRAN and fixed a few minor issues. The release candidate is on GitHub at https://github.com/yihui/tikzDevice/tree/0.7-rc . Please install from source using devtools::install_github("yihui/tikzDevice", ref="0.7-rc") or (for versions of devtools older than 1.4) devtools::install_github("tikzDevice", "yihui", ref="0.7-rc") . For Windows users there is also a binary package, install using: setInternet2(TRUE) # for HTTPS access install.packages( "tikzDevice", repos= c("https://github.com/yihui/tikzDevice/raw/0.7-rc", "http://cran.rstudio.com") ) Unless there are major showstoppers, I plan to release to CRAN early next week. The package passes all tests on Linux for all R versions from R 2.14 onwards. Unfortunately, it hasn't been tested that well in OS X or Windows. Please report issues at GitHub: https://github.com/yihui/tikzDevice/issues?page=1&state=open . Unfortunately, Charlie Sharpsteen did not reply when Yihui contacted him. I hope he is well. Given that the last commit happened more than a year ago, I guess I'll just take over maintenance for now. Of course, this is not set in stone. Happy tikz-ing! Kirill From laurent_step at yahoo.fr Sat Nov 23 19:55:35 2013 From: laurent_step at yahoo.fr (=?UTF-8?Q?St=C3=A9phane_Laurent?=) Date: Sat, 23 Nov 2013 10:55:35 -0800 (PST) Subject: [Tikzdevice-bugs] Announcing tikzDevice 0.7 In-Reply-To: <528E5A6E.3010608@kirill-mueller.de> References: <528E5A6E.3010608@kirill-mueller.de> Message-ID: <985b6db1-0a24-4a86-8970-a51b7bf5d591@googlegroups.com> Thank you ! I have just tried it and I have a Rnw file for which knt doesn't work with the tikz device. But I'm not sure it is caused by the tikzDevice package, because the error seems to be caused by gplots::textplot, and I have compared with two different R versions : - it works fine with R-2.15.3 with tikzDevice 0.6.3 and gplots 2.11.0 - it does not work with R-3.0.2 with tikzDevice 0.7.0 and gplots 2.12.1 The error occurs at the first plot chunk variation_dev1. From laurent_step at yahoo.fr Sun Nov 24 10:52:26 2013 From: laurent_step at yahoo.fr (=?UTF-8?Q?St=C3=A9phane_Laurent?=) Date: Sun, 24 Nov 2013 01:52:26 -0800 (PST) Subject: [Tikzdevice-bugs] Announcing tikzDevice 0.7 In-Reply-To: <985b6db1-0a24-4a86-8970-a51b7bf5d591@googlegroups.com> References: <528E5A6E.3010608@kirill-mueller.de> <985b6db1-0a24-4a86-8970-a51b7bf5d591@googlegroups.com> Message-ID: <477e161c-e2c6-4a50-89de-8aaf17a02f71@googlegroups.com> Issue filled here: https://github.com/yihui/tikzDevice/issues/31