Re: [rkward-devel] Windows packaging

2010-10-14 Thread Thomas Friedrichsmeier
On Thursday 14 October 2010, Prasenjit Kapat wrote: > mingw32-make[2]: *** No rule to make target `U:/lib/libkdewin.dll.a', > needed by `rkward/rkward.bin.exe'. Stop. > mingw32-make[1]: *** [rkward/CMakeFiles/rkward.bin.dir/all] Error 2 > mingw32-make: *** [all] Error 2 > > Is "U:/lib/..." hard c

Re: [rkward-devel] rkwardtests package: done :-)

2010-10-14 Thread Thomas Friedrichsmeier
Hi, On Wednesday 13 October 2010, meik michalke wrote: > well, something like > > path <- tempfile(paste("rktests.", su...@id, sep="")) > if(!dir.create(path, recursive=TRUE)) { > stop(simpleError("Couldn't create temporary directory!")) > } > else { > assign(".rktest.

Re: [rkward-devel] rkwardtests package: done :-)

2010-10-14 Thread meik michalke
hi, am Donnerstag 14 Oktober 2010 (10:17) schrieb Thomas Friedrichsmeier: > While updating your package, I found that the previous version was still > around, though. Apparently, KNewStuff simply isn't smart enough to remove > it. Perhaps this can be worked around by not including the version in

Re: [rkward-devel] rkwardtests package: done :-)

2010-10-14 Thread Thomas Friedrichsmeier
Hi, On Thursday 14 October 2010, meik michalke wrote: > actually, there already is no versioning inside the archive. it contains a > folder just called "klausuR_rkward". the higher level folder we see there > is somehow created while unpacking. indeed, I see. This directory is created for safety.

Re: [rkward-devel] rkwardtests package: done :-)

2010-10-14 Thread meik michalke
hi, Am Donnerstag, 14. Oktober 2010, um 13:05:43 schrieb Thomas Friedrichsmeier: > indeed, I see. This directory is created for safety. Remember that we need > to remove the unpackaged directory when the plugin pack is uninstalled. true. > But it's safer, and just as easy to simply create a fold

Re: [rkward-devel] rkwardtests package: done :-)

2010-10-14 Thread Thomas Friedrichsmeier
Hi, On Thursday 14 October 2010, meik michalke wrote: > RKWard sould be able to get all the meta information that comes with the > provider XML file, either through KHNS or directly, right? maybe this could > also be used to get e.g. the plain name of a plugin set, without having to > rely on twea

Re: [rkward-devel] rkwardtests package: done :-)

2010-10-14 Thread meik michalke
hi, am Mittwoch 13 Oktober 2010 (20:02) schrieb Thomas Friedrichsmeier: > indeed, using a temporary directory could be a clean solution. well, i'm a bit surprised myself, but i'm done already. there are several new internal functions that hanlde the creation and removal of temp dirs, and as far