[rkward-devel] splitting repos?
Thomas Friedrichsmeier
thomas.friedrichsmeier at ruhr-uni-bochum.de
Mon Oct 12 19:45:12 UTC 2015
Hi,
On Mon, 12 Oct 2015 20:32:58 +0200
meik michalke <meik.michalke at uni-duesseldorf.de> wrote:
> this leads to the interesting result that you end up with both, the
> rk.ANOVA folder and an additional copy of all its content in the root
> dir of the repo:
not for me. Probably still some subtle difference, and the script is a
bit touchy... The following instructions are tested verbatim. To be run
in the directory above your rkward clone (where it copies the script
from):
rm -rf anova_only # be sure to wipe
git init anova_only
mkdir anova_only/scripts
cp -a rkward/scripts/import_external_plugin.sh anova_only/scripts
cd anova_only
scripts/import_external_plugin.sh rk.ANOVA rk.ANOVA
ls -R
----------
.:
rk.ANOVA scripts
./rk.ANOVA:
ChangeLog debian DESCRIPTION inst man NAMESPACE R
./rk.ANOVA/debian:
changelog compat control copyright rules source
./rk.ANOVA/debian/source:
format
./rk.ANOVA/inst:
CITATION NEWS.Rd rkward
./rk.ANOVA/inst/rkward:
plugins rk.ANOVA.pluginmap rkwarddev_ANOVA_plugin_script.R tests
./rk.ANOVA/inst/rkward/plugins:
ANOVA.js ANOVA.xml Interactionplot.js Interactionplot.xml PairwisetTests.js PairwisetTests.xml Preparewithinsubjectdata.js Preparewithinsubjectdata.xml
./rk.ANOVA/inst/rkward/tests:
rk.ANOVA testsuite.R
./rk.ANOVA/inst/rkward/tests/rk.ANOVA:
ANOVA.rkcommands.R ANOVA.rkout prepare.data.rkcommands.R prepare.data.rkout
./rk.ANOVA/man:
rk.ANOVA-package.Rd
./rk.ANOVA/R:
rk.ANOVA-package.R
./scripts:
import_external_plugin.sh
----------
Does it work, now? (BTW, actually it would be best, if the files ended
up in the root dir of the repo, instead of a subfolder, but apparently
that will require some editing of import_external_plugin.sh to make it
work).
Regards
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://mail.kde.org/pipermail/rkward-devel/attachments/20151012/8ec6f3f3/attachment-0001.sig>
More information about the rkward-devel
mailing list