[rkward-devel] rkward doesn't se R 2.14
meik michalke
meik.michalke at uni-duesseldorf.de
Wed Nov 2 18:25:40 UTC 2011
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/rkward-devel/attachments/20111102/eff651e3/attachment.sig>
More information about the Rkward-devel
mailing list