Hi!

I finally implemented a matrix GUI element in my rkward plugin!
Everything works well so far, except the following issue: The matrix 
element produces invalid code (there is a comma missing behind the first 
column):

cbind (
   c (1, 1)
   c (.5, 1)
)

I'm using a self-built version of rkward (revision 4761).

Another issue: Would it be possible to restrict the matrix input to the 
upper triangle of the matrix? All other cells (diagonal, lower triangle) 
should not allow input.


Regards,
Birk

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel

Reply via email to