hi, am Mittwoch 14 September 2011 (18:42) schrieb Thomas Friedrichsmeier: > 2. Having to specify all the <about> information as the very first step > may look a bit scary. It would be nice, if this could be simplified some > further.
this is completely optional now for skeleton creation, so about=NULL is ok. it
will skip the creation of the DESCRIPTION file and therefore the package
cannot be built, though.
> 3. .tar.gzipping the created folder should be easy enough, but just to
> make this really obvious, I suggest wrapping this step into an additional
> function rk.create.package() (or rk.package.plugin(), or whatever).
there is now rk.build.plugin(). i also changed the return value of
rk.plugin.skeleton() from invisible(NULL) to the plugin directory, to make
this possible:
plugin.dir <- rk.plugin.skeleton("MyPlugin", dialog=my.dialog)
rk.build.plugin(plugin.dir)
> Later, that function could also be extended to do some checks on the package
> (e.g. for completeness of <about>-info, existence of automated tests,
> etc.).
i implemented some simple checking for package validity on the R level now
already (check=TRUE), but the rest is yet to come.
viele grüße :: m.eik
--
dipl. psych. meik michalke
institut f"ur experimentelle psychologie
abt. f"ur diagnostik und differentielle psychologie
heinrich-heine-universit"at d-40204 d"usseldorf
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________ RKWard-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rkward-devel
