[rkward-devel] JS in rkwarddev
meik michalke
Meik.Michalke at uni-duesseldorf.de
Tue Oct 27 16:02:55 UTC 2015
Am Dienstag, 27. Oktober 2015, 08:29:43 schrieb Thomas Friedrichsmeier:
> Will you be able to cover for()-loops, too?
there you go, for loops are now also supported, in a basic way.
i needed to work around the different syntax, so the current solution defines
an empty array first, then pushes the given values into it and finaly iterates
through the array with another helper variable. to limit the possibility of
accidently using the same var names, these have random names. that looks a bit
ugly, but what can you do?
i could use a typical use case you have in mind, to optimize this bit.
in case anyone wants to check it out, the following will install the most
recent development snapshot directly from the git repo:
library(devtools)
install_git(
"https://anongit.kde.org/rkward.git",
subdir="packages/rkwarddev"
)
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/rkward-devel/attachments/20151027/a5fb51cc/attachment.sig>
More information about the rkward-devel
mailing list