Awesome, Meik; thank you! I figured there. Was a way, but after fiddling with it for 30 minutes or so, I decided to ask for help. <div><br></div><div>I'll take a look and see what state the translations are in... <br><br>
On Wednesday, August 13, 2014, meik michalke <<a href="mailto:Meik.Michalke@uni-duesseldorf.de">Meik.Michalke@uni-duesseldorf.de</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
hi aaron,<br>
<br>
Am Mittwoch, 13. August 2014, 18:37:21 schrieb Aaron Batty:<br>
> Awhile back, Alfredo Sánchez Alberca told us all about an amazing-sounding<br>
> set of plugins for RKWard in his package rk.Teaching and he wanted to have<br>
> them added to the main repository. The response was, "These ought to be in<br>
> RKWard by default!"<br>
><br>
> And then nothing.<br>
<br>
actually, the response was a bit more like "we wait for the updated english<br>
version and put it in the repo then" ;-)<br>
<br>
judging from the github repo, there seems to be no change in the package<br>
status since then:<br>
<a href="https://github.com/asalber/rkTeaching" target="_blank">https://github.com/asalber/rkTeaching</a><br>
<br>
@alfredo: how should we proceed? add the outdated package -- is it fit for<br>
duty?<br>
<br>
> I am trying to install the package now, but can't seem to get it in, as it<br>
> has to be downloaded from his site, and none of the three versions of<br>
> instructions for installation seem to work on OSX<br>
<br>
i think the problem could be that R for OS X expects binary packages by<br>
default, but what you can download from the page is the package sources.<br>
instead of<br>
<br>
install.packages("rk.Teaching", repos=NULL, dep=True)<br>
<br>
try<br>
<br>
install.packages("/path/to/rk.Teaching.tar.gz", repos=NULL, dep=True,<br>
type="source")<br>
<br>
i had to restart RKWard to have it recognize the new pluginmaps, and RKWard<br>
complained that one particular XML file (sort.xml) was missing. apart from<br>
that, it seems to run here.<br>
<br>
btw, once you installed the package in one machine, you can actually zip up<br>
the folder rk.Teaching in your R library as a .tgz file, and there you have<br>
your binary package ;-) this will work a) for any package that only includes<br>
pure R code (no FORTRAN, C, etc.), and b) also for windows, if you make it a<br>
.zip file.<br>
<br>
<br>
viele grüße :: m.eik<br>
<br>
--<br>
dipl. psych. meik michalke<br>
institut f"ur experimentelle psychologie<br>
abt. f"ur diagnostik und differentielle psychologie<br>
heinrich-heine-universit"at d-40204 d"usseldorf</blockquote></div>