hi matthieu,

Am Mittwoch 02 November 2011, 16:53:35 schrieb Matthieu Stigler:
> I confirm too the issues!!! Also rkward not loaded due to absence of
> NAMESPACE apparently?

well, this is just an experimental approach, but if you're feeling lucky, give
it a try: i've build a new R package "rkward" from the current svn sources,
but i've added an "#' @export" before each function and object there and then
ran roxygen2. this should produce an R packge with a namespace, and since
everything in the package is exported as well, it should work just like the
real thing.

i've uploaded packages only to my own repo, to not confuse anyone:
 install.packages("rkward", repo="http://R.reaktanz.de";)

that will probably install the package to your user libs. to make RKward use
it, you'll have to replace the actual package, e.g.

 $ sudo mv /usr/lib/R/site-library/rkward /usr/lib/R/site-library/rkward_off
 $ sudo cp -av ~/matthieus_R_libs/rkward /usr/lib/R/site-library/rkward
 $ sudo chown -R root.root /usr/lib/R/site-library/rkward

if you run into problems, remove the new package and rename "rkward_off" back
to "rkward". of course this is a hack... but does it help?


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

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

------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel

Reply via email to