hi,

Am Mittwoch, 14. September 2011, 18:42:57 schrieb Thomas Friedrichsmeier:
> 2. Having to specify all the <about> information as the very first step may
> look a bit scary.

actually a lot of it was optional (like all the dependencies). but that wasn't 
clear enough, i guess.

> It would be nice, if this could be simplified some further.

ok, i've changed some things here. the "author" section now uses the same 
object class and element structure the person() function of R does. most 
importantly, this adds a "role" attribute to each listed person, so you can 
tell authors from maintainers and contributors.

and as you suggested i simplified the amount of information needed to get 
started, down to a plugin name and at least one author. so this works now:

about.info <- list(
 name="Square the circle",
 author=c(
 person(given="E.A.", family="Dölle",
  email="doe...@eternalwondermaths.example.org", role="aut"),
 person(given="A.", family="Assistant",
  email="alter...@eternalwondermaths.example.org", role=c("cre","ctb"))
))
rk.plugin.skeleton("Square the Circle", about=about.info)


viele grüße :: m.eik

-- 
  dipl. psych. meik michalke
  abt. f"ur diagnostik und differentielle psychologie
  institut f"ur experimentelle psychologie
  heinrich-heine-universit"at d"usseldorf

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel

Reply via email to