Index: head/math/rkward-kde/Makefile =================================================================== --- head/math/rkward-kde/Makefile (revision 524506) +++ head/math/rkward-kde/Makefile (revision 524507) @@ -1,85 +1,86 @@ # Created by: thierry@pompo.net # $FreeBSD$ PORTNAME= rkward -DISTVERSION= 0.7.0b -PORTREVISION= 6 +PORTVERSION= 0.7.1 CATEGORIES= math MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION:C/b//}/src PKGNAMESUFFIX= -kde MAINTAINER= thierry@FreeBSD.org COMMENT= IDE/GUI for the R-project LICENSE= GPLv2 LIB_DEPENDS= libR.so:math/R +TEST_DEPENDS= ${LR_MOD_DIR}/FAdist/INDEX:science/R-cran-FAdist USES= cmake compiler:c++11-lang desktop-file-utils gettext fortran \ kde:5 php:cli qt:5 shared-mime-info xorg USE_QT= buildtools concurrent core dbus gui network printsupport qmake script webkit \ widgets xml USE_XORG= x11 USE_KDE= auth bookmarks codecs completion config configwidgets coreaddons crash \ doctools ecm i18n itemviews jobwidgets kate_run kdewebkit kio \ notifications parts service solid sonnet texteditor textwidgets \ widgetsaddons windowsystem xmlgui CFLAGS+= -I${LOCALBASE}/include +LR_MOD_DIR= ${LOCALBASE}/lib/R/library DOCSDIR= ${PREFIX}/share/doc/HTML/en/rkward -OPTIONS_DEFINE= RECDEP DOCS NLS +OPTIONS_DEFINE= DOCS NLS INSTTEST RECDEP +INSTTEST_DESC= Install rkwardtests R package RECDEP_DESC= Recommended runtime dependencies OPTIONS_DEFAULT=RECDEP +OPTIONS_SUB= yes .include -.if ${PORT_OPTIONS:MNLS} -NLS= "" -.else -NLS= "@comment " -.endif -PLIST_SUB+= NLS=${NLS} - .if ${PORT_OPTIONS:MRECDEP} -LR_MOD_DIR= ${LOCALBASE}/lib/R/library RUN_DEPENDS+= ${LR_MOD_DIR}/R2HTML/INDEX:textproc/R-cran-R2HTML \ ${LR_MOD_DIR}/XML/INDEX:textproc/R-cran-XML \ ${LR_MOD_DIR}/gdata/INDEX:devel/R-cran-gdata \ ${LR_MOD_DIR}/mvtnorm/INDEX:math/R-cran-mvtnorm \ + ${LR_MOD_DIR}/nortest/INDEX:math/R-cran-nortest \ ${LR_MOD_DIR}/outliers/INDEX:math/R-cran-outliers \ + ${LR_MOD_DIR}/qcc/INDEX:graphics/R-cran-qcc \ ${LR_MOD_DIR}/tseries/INDEX:finance/R-cran-tseries \ ${LR_MOD_DIR}/car/INDEX:math/R-cran-car .endif +.if ${PORT_OPTIONS:MINSTTEST} +R_LIB_DIR= lib/R/library +R_COMMAND= ${LOCALBASE}/bin/R +.endif + pre-configure: - ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ - ${WRKSRC}/rkward/rbackend/rkfrontendtransmitter.cpp .if ! ${PORT_OPTIONS:MDOCS} ${REINPLACE_CMD} -e 's|ADD_SUBDIRECTORY(doc)|#ADD_SUBDIRECTORY(doc)|' \ ${WRKSRC}/CMakeLists.txt -.else -#Fix build with kdelibs>=4.5.0 - ${REINPLACE_CMD} -e 's,V4.1-Based Variant V1.0,V4.2-Based Variant V1.1,g' \ - ${WRKSRC}/doc/rkward/index.docbook .endif .if ! ${PORT_OPTIONS:MNLS} ${REINPLACE_CMD} -e 's|ADD_SUBDIRECTORY(po)|#ADD_SUBDIRECTORY(po)|' \ ${WRKSRC}/CMakeLists.txt .endif @(if [ ! -e ${LOCALBASE}/lib/R/lib/libR.so ] ; then \ ${ECHO_MSG} "==> ${PKGNAME} requires math/R to be built WITH_LIBR" ; \ exit 1; fi) post-install: ${RM} ${STAGEDIR}${PREFIX}/share/apps/katepart/syntax/r.xml # Conflicts with kate +.if ${PORT_OPTIONS:MINSTTEST} + ${MKDIR} ${STAGEDIR}${PREFIX}/${R_LIB_DIR} + (cd ${WRKSRC}/rkward/rbackend/rpackages/rkwardtests && \ + ${SETENV} ${MAKE_ENV} _R_CHECK_FORCE_SUGGESTS_=FALSE && \ + ${R_COMMAND} CMD INSTALL -l ${STAGEDIR}${PREFIX}/${R_LIB_DIR} . ) +.endif .if defined(MAINTAINER_MODE) regression-test: install - @${ECHO_MSG} "To pass the tests, some CRAN packages like R2HTML" - @${ECHO_MSG} "must be installed." - (cd ${WRKSRC}/tests && KDE_LANG=en_US make plugintests) + (cd ${WRKSRC}/tests && \ + KDE_LANG=en_US ${PREFIX}/bin/${PORTNAME} --evaluate source\(\"all_tests.R\"\) ) .endif .include Index: head/math/rkward-kde/distinfo =================================================================== --- head/math/rkward-kde/distinfo (revision 524506) +++ head/math/rkward-kde/distinfo (revision 524507) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524079402 -SHA256 (rkward-0.7.0b.tar.gz) = 556e7bc8d3b8383e60c20c630f899075a6d39a04d29e56f4278191bb6ff853f4 -SIZE (rkward-0.7.0b.tar.gz) = 3978972 +TIMESTAMP = 1579970115 +SHA256 (rkward-0.7.1.tar.gz) = 02a96450ef4275d38b9ff6fd13d98bcf353c5388399a813a111b640d7c61c834 +SIZE (rkward-0.7.1.tar.gz) = 4605097 Index: head/math/rkward-kde/files/patch-rkward_rkward.cpp =================================================================== --- head/math/rkward-kde/files/patch-rkward_rkward.cpp (revision 524506) +++ head/math/rkward-kde/files/patch-rkward_rkward.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- rkward/rkward.cpp.orig 2019-09-05 17:14:20 UTC -+++ rkward/rkward.cpp -@@ -24,6 +24,7 @@ - #include - #include - #include -+#include - - // include files for KDE - #include Property changes on: head/math/rkward-kde/files/patch-rkward_rkward.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/rkward-kde/files/patch-rkward_windows_rkworkplace.cpp =================================================================== --- head/math/rkward-kde/files/patch-rkward_windows_rkworkplace.cpp (revision 524506) +++ head/math/rkward-kde/files/patch-rkward_windows_rkworkplace.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- rkward/windows/rkworkplace.cpp.orig 2019-09-04 10:11:21 UTC -+++ rkward/windows/rkworkplace.cpp -@@ -31,6 +31,8 @@ - #include - #include - #include -+#include -+#include - - #include "detachedwindowcontainer.h" - #include "rkcommandeditorwindow.h" Property changes on: head/math/rkward-kde/files/patch-rkward_windows_rkworkplace.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/rkward-kde/pkg-plist =================================================================== --- head/math/rkward-kde/pkg-plist (revision 524506) +++ head/math/rkward-kde/pkg-plist (revision 524507) @@ -1,697 +1,693 @@ bin/rkward -lib/R/library/rkward/CITATION -lib/R/library/rkward/DESCRIPTION -lib/R/library/rkward/INDEX -lib/R/library/rkward/Meta/Rd.rds -lib/R/library/rkward/Meta/features.rds -lib/R/library/rkward/Meta/hsearch.rds -lib/R/library/rkward/Meta/links.rds -lib/R/library/rkward/Meta/nsInfo.rds -lib/R/library/rkward/Meta/package.rds -lib/R/library/rkward/NAMESPACE -lib/R/library/rkward/R/rkward -lib/R/library/rkward/R/rkward.rdb -lib/R/library/rkward/R/rkward.rdx -lib/R/library/rkward/help/AnIndex -lib/R/library/rkward/help/aliases.rds -lib/R/library/rkward/help/paths.rds -lib/R/library/rkward/help/rkward.rdb -lib/R/library/rkward/help/rkward.rdx -lib/R/library/rkward/html/00Index.html -lib/R/library/rkward/html/R.css -lib/R/library/rkwardtests/CITATION -lib/R/library/rkwardtests/DESCRIPTION -lib/R/library/rkwardtests/INDEX -lib/R/library/rkwardtests/Meta/Rd.rds -lib/R/library/rkwardtests/Meta/features.rds -lib/R/library/rkwardtests/Meta/hsearch.rds -lib/R/library/rkwardtests/Meta/links.rds -lib/R/library/rkwardtests/Meta/nsInfo.rds -lib/R/library/rkwardtests/Meta/package.rds -lib/R/library/rkwardtests/NAMESPACE -lib/R/library/rkwardtests/R/rkwardtests -lib/R/library/rkwardtests/R/rkwardtests.rdb -lib/R/library/rkwardtests/R/rkwardtests.rdx -lib/R/library/rkwardtests/help/AnIndex -lib/R/library/rkwardtests/help/aliases.rds -lib/R/library/rkwardtests/help/paths.rds -lib/R/library/rkwardtests/help/rkwardtests.rdb -lib/R/library/rkwardtests/help/rkwardtests.rdx -lib/R/library/rkwardtests/html/00Index.html -lib/R/library/rkwardtests/html/R.css lib/libexec/rkward.rbackend +%%INSTTEST%%lib/R/library/rkwardtests/CITATION +%%INSTTEST%%lib/R/library/rkwardtests/DESCRIPTION +%%INSTTEST%%lib/R/library/rkwardtests/help/aliases.rds +%%INSTTEST%%lib/R/library/rkwardtests/help/AnIndex +%%INSTTEST%%lib/R/library/rkwardtests/help/paths.rds +%%INSTTEST%%lib/R/library/rkwardtests/help/rkwardtests.rdb +%%INSTTEST%%lib/R/library/rkwardtests/help/rkwardtests.rdx +%%INSTTEST%%lib/R/library/rkwardtests/html/00Index.html +%%INSTTEST%%lib/R/library/rkwardtests/html/R.css +%%INSTTEST%%lib/R/library/rkwardtests/INDEX +%%INSTTEST%%lib/R/library/rkwardtests/Meta/features.rds +%%INSTTEST%%lib/R/library/rkwardtests/Meta/hsearch.rds +%%INSTTEST%%lib/R/library/rkwardtests/Meta/links.rds +%%INSTTEST%%lib/R/library/rkwardtests/Meta/nsInfo.rds +%%INSTTEST%%lib/R/library/rkwardtests/Meta/package.rds +%%INSTTEST%%lib/R/library/rkwardtests/Meta/Rd.rds +%%INSTTEST%%lib/R/library/rkwardtests/NAMESPACE +%%INSTTEST%%lib/R/library/rkwardtests/R/rkwardtests +%%INSTTEST%%lib/R/library/rkwardtests/R/rkwardtests.rdb +%%INSTTEST%%lib/R/library/rkwardtests/R/rkwardtests.rdx man/man1/rkward.1.gz -share/applications/org.kde.rkward-open.desktop share/applications/org.kde.rkward.desktop %%PORTDOCS%%%%DOCSDIR%%/index.cache.bz2 %%PORTDOCS%%%%DOCSDIR%%/index.docbook %%PORTDOCS%%%%DOCSDIR%%plugins/index.cache.bz2 %%PORTDOCS%%%%DOCSDIR%%plugins/index.docbook %%PORTDOCS%%%%DOCSDIR%%plugins/menu_hierarchy_example.png %%PORTDOCS%%%%DOCSDIR%%plugins/t_test_plugin_example.png share/icons/hicolor/128x128/apps/rkward.png share/icons/hicolor/16x16/apps/rkward.png share/icons/hicolor/22x22/apps/rkward.png share/icons/hicolor/32x32/apps/rkward.png share/icons/hicolor/48x48/apps/rkward.png share/icons/hicolor/64x64/apps/rkward.png share/icons/hicolor/scalable/apps/rkward.svgz share/kservices5/rkward.protocol -share/kxmlgui5/rkward/detachedwindowcontainer.rc -share/kxmlgui5/rkward/rkcatchedx11windowpart.rc -share/kxmlgui5/rkward/rkcommandeditorwindowpart.rc -share/kxmlgui5/rkward/rkcommandlogpart.rc -share/kxmlgui5/rkward/rkconsolepart.rc -share/kxmlgui5/rkward/rkdummypart.rc -share/kxmlgui5/rkward/rkeditordataframepart.rc -share/kxmlgui5/rkward/rkhelpwindow.rc -share/kxmlgui5/rkward/rkoutputwindow.rc -share/kxmlgui5/rkward/rkstandardactions.rc -share/kxmlgui5/rkward/rktoplevelwindowgui.rc -share/kxmlgui5/rkward/rkwardui.rc %%NLS%%share/locale/ca/LC_MESSAGES/rkward.mo %%NLS%%share/locale/ca@valencia/LC_MESSAGES/rkward.mo %%NLS%%share/locale/de/LC_MESSAGES/rkward.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/rkward.mo %%NLS%%share/locale/es/LC_MESSAGES/rkward.mo %%NLS%%share/locale/gl/LC_MESSAGES/rkward.mo +%%NLS%%share/locale/it/LC_MESSAGES/rkward.mo %%NLS%%share/locale/nl/LC_MESSAGES/rkward.mo %%NLS%%share/locale/pl/LC_MESSAGES/rkward.mo %%NLS%%share/locale/pt/LC_MESSAGES/rkward.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/rkward.mo %%NLS%%share/locale/sv/LC_MESSAGES/rkward.mo %%NLS%%share/locale/tr/LC_MESSAGES/rkward.mo %%NLS%%share/locale/uk/LC_MESSAGES/rkward.mo %%NLS%%share/locale/x-test/LC_MESSAGES/rkward.mo +share/metainfo/org.kde.rkward.appdata.xml share/mime/packages/vnd.rkward.r.xml share/org.kde.syntax-highlighting/syntax/r.xml share/org.kde.syntax-highlighting/syntax/rkward.xml %%DATADIR%%/00saveload/import/convert_encoding.js %%DATADIR%%/00saveload/import/convert_encoding.xml %%DATADIR%%/00saveload/import/import_csv.js %%DATADIR%%/00saveload/import/import_csv.rkh %%DATADIR%%/00saveload/import/import_csv.xml %%DATADIR%%/00saveload/import/import_spss.js %%DATADIR%%/00saveload/import/import_spss.rkh %%DATADIR%%/00saveload/import/import_spss.xml %%DATADIR%%/00saveload/import/import_stata.js %%DATADIR%%/00saveload/import/import_stata.rkh %%DATADIR%%/00saveload/import/import_stata.xml %%DATADIR%%/00saveload/import/import_xls.js %%DATADIR%%/00saveload/import/import_xls.rkh %%DATADIR%%/00saveload/import/import_xls.xml %%DATADIR%%/00saveload/import/import_xls_xlconnect.js %%DATADIR%%/00saveload/import/import_xls_xlconnect.rkh %%DATADIR%%/00saveload/import/import_xls_xlconnect.xml %%DATADIR%%/00saveload/import/load_data.js %%DATADIR%%/00saveload/import/load_data.rkh %%DATADIR%%/00saveload/import/load_data.xml %%DATADIR%%/00saveload/import/source.js %%DATADIR%%/00saveload/import/source.rkh %%DATADIR%%/00saveload/import/source.xml +%%DATADIR%%/00saveload/save/ExportRMarkdown.js +%%DATADIR%%/00saveload/save/ExportRMarkdown.rkh +%%DATADIR%%/00saveload/save/ExportRMarkdown.xml %%DATADIR%%/00saveload/save/save.js %%DATADIR%%/00saveload/save/save.rkh %%DATADIR%%/00saveload/save/save.xml %%DATADIR%%/00saveload/save/skeleton/code.js %%DATADIR%%/00saveload/save/skeleton/description.xml %%DATADIR%%/00saveload/save/write.js %%DATADIR%%/00saveload/save/write.xml %%DATADIR%%/00saveload/save/write_csv.js %%DATADIR%%/00saveload/save/write_csv.rkh %%DATADIR%%/00saveload/save/write_csv.xml %%DATADIR%%/00saveload/setworkdir.js %%DATADIR%%/00saveload/setworkdir.rkh %%DATADIR%%/00saveload/setworkdir.xml %%DATADIR%%/analysis.pluginmap %%DATADIR%%/analysis/TESTS/PP_test.js %%DATADIR%%/analysis/TESTS/PP_test.rkh %%DATADIR%%/analysis/TESTS/PP_test.xml %%DATADIR%%/analysis/TESTS/mood_test.js %%DATADIR%%/analysis/TESTS/mood_test.rkh %%DATADIR%%/analysis/TESTS/mood_test.xml %%DATADIR%%/analysis/ansari_bradley/ansari_bradley_exact_test.js %%DATADIR%%/analysis/ansari_bradley/ansari_bradley_exact_test.rkh %%DATADIR%%/analysis/ansari_bradley/ansari_bradley_exact_test.xml %%DATADIR%%/analysis/ansari_bradley/ansari_bradley_test.js %%DATADIR%%/analysis/ansari_bradley/ansari_bradley_test.rkh %%DATADIR%%/analysis/ansari_bradley/ansari_bradley_test.xml %%DATADIR%%/analysis/corr_matrix.js %%DATADIR%%/analysis/corr_matrix.rkh %%DATADIR%%/analysis/corr_matrix.xml %%DATADIR%%/analysis/crosstab.js %%DATADIR%%/analysis/crosstab.rkh %%DATADIR%%/analysis/crosstab.xml %%DATADIR%%/analysis/crosstab_multi.js %%DATADIR%%/analysis/crosstab_multi.rkh %%DATADIR%%/analysis/crosstab_multi.xml %%DATADIR%%/analysis/irt/dichotomous/par_est_2pl.js %%DATADIR%%/analysis/irt/dichotomous/par_est_2pl.rkh %%DATADIR%%/analysis/irt/dichotomous/par_est_2pl.xml %%DATADIR%%/analysis/irt/dichotomous/par_est_3pl.js %%DATADIR%%/analysis/irt/dichotomous/par_est_3pl.rkh %%DATADIR%%/analysis/irt/dichotomous/par_est_3pl.xml %%DATADIR%%/analysis/irt/dichotomous/par_est_lltm.js %%DATADIR%%/analysis/irt/dichotomous/par_est_lltm.rkh %%DATADIR%%/analysis/irt/dichotomous/par_est_lltm.xml %%DATADIR%%/analysis/irt/dichotomous/par_est_rasch.js %%DATADIR%%/analysis/irt/dichotomous/par_est_rasch.rkh %%DATADIR%%/analysis/irt/dichotomous/par_est_rasch.xml %%DATADIR%%/analysis/irt/polytomous/par_est_gpcm.js %%DATADIR%%/analysis/irt/polytomous/par_est_gpcm.rkh %%DATADIR%%/analysis/irt/polytomous/par_est_gpcm.xml %%DATADIR%%/analysis/irt/polytomous/par_est_grm.js %%DATADIR%%/analysis/irt/polytomous/par_est_grm.rkh %%DATADIR%%/analysis/irt/polytomous/par_est_grm.xml %%DATADIR%%/analysis/irt/polytomous/par_est_lpcm.js %%DATADIR%%/analysis/irt/polytomous/par_est_lpcm.rkh %%DATADIR%%/analysis/irt/polytomous/par_est_lpcm.xml %%DATADIR%%/analysis/irt/polytomous/par_est_lrsm.js %%DATADIR%%/analysis/irt/polytomous/par_est_lrsm.rkh %%DATADIR%%/analysis/irt/polytomous/par_est_lrsm.xml %%DATADIR%%/analysis/irt/polytomous/par_est_pcm.js %%DATADIR%%/analysis/irt/polytomous/par_est_pcm.rkh %%DATADIR%%/analysis/irt/polytomous/par_est_pcm.xml %%DATADIR%%/analysis/irt/polytomous/par_est_rsm.js %%DATADIR%%/analysis/irt/polytomous/par_est_rsm.rkh %%DATADIR%%/analysis/irt/polytomous/par_est_rsm.xml %%DATADIR%%/analysis/irt/tests/eRm_waldtest.js %%DATADIR%%/analysis/irt/tests/eRm_waldtest.xml %%DATADIR%%/analysis/irt/tests/ltm_cronbach_alpha.js %%DATADIR%%/analysis/irt/tests/ltm_cronbach_alpha.xml %%DATADIR%%/analysis/irt/tests/ltm_gof_rasch.js %%DATADIR%%/analysis/irt/tests/ltm_gof_rasch.xml %%DATADIR%%/analysis/irt/tests/ltm_item_fit.js %%DATADIR%%/analysis/irt/tests/ltm_item_fit.xml %%DATADIR%%/analysis/irt/tests/ltm_person_fit.js %%DATADIR%%/analysis/irt/tests/ltm_person_fit.xml %%DATADIR%%/analysis/irt/tests/ltm_unidimensional.js %%DATADIR%%/analysis/irt/tests/ltm_unidimensional.xml %%DATADIR%%/analysis/moments/agostino_test.js %%DATADIR%%/analysis/moments/agostino_test.rkh %%DATADIR%%/analysis/moments/agostino_test.xml %%DATADIR%%/analysis/moments/anscombe_test.js %%DATADIR%%/analysis/moments/anscombe_test.rkh %%DATADIR%%/analysis/moments/anscombe_test.xml %%DATADIR%%/analysis/moments/bonett_test.js %%DATADIR%%/analysis/moments/bonett_test.rkh %%DATADIR%%/analysis/moments/bonett_test.xml %%DATADIR%%/analysis/moments/moment.js %%DATADIR%%/analysis/moments/moment.rkh %%DATADIR%%/analysis/moments/moment.xml %%DATADIR%%/analysis/moments/moments_common.js %%DATADIR%%/analysis/moments/skewness_kurtosis_test.js %%DATADIR%%/analysis/moments/skewness_kurtosis_test.rkh %%DATADIR%%/analysis/moments/skewness_kurtosis_test.xml %%DATADIR%%/analysis/outliers/chisq_out_test.js %%DATADIR%%/analysis/outliers/chisq_out_test.rkh %%DATADIR%%/analysis/outliers/chisq_out_test.xml %%DATADIR%%/analysis/outliers/dixon_test.js %%DATADIR%%/analysis/outliers/dixon_test.rkh %%DATADIR%%/analysis/outliers/dixon_test.xml %%DATADIR%%/analysis/outliers/grubbs_test.js %%DATADIR%%/analysis/outliers/grubbs_test.rkh %%DATADIR%%/analysis/outliers/grubbs_test.xml %%DATADIR%%/analysis/outliers/outlier.js %%DATADIR%%/analysis/outliers/outlier.rkh %%DATADIR%%/analysis/outliers/outlier.xml %%DATADIR%%/analysis/outliers/outliers_common.js %%DATADIR%%/analysis/power/Poweranalysis.js %%DATADIR%%/analysis/power/Poweranalysis.rkh %%DATADIR%%/analysis/power/Poweranalysis.xml %%DATADIR%%/analysis/regression/linear_regression.js %%DATADIR%%/analysis/regression/linear_regression.rkh %%DATADIR%%/analysis/regression/linear_regression.xml %%DATADIR%%/analysis/t_test.js %%DATADIR%%/analysis/t_test.rkh %%DATADIR%%/analysis/t_test.xml %%DATADIR%%/analysis/time_series/Box_test.js %%DATADIR%%/analysis/time_series/Box_test.rkh %%DATADIR%%/analysis/time_series/Box_test.xml %%DATADIR%%/analysis/time_series/hp_filter.js %%DATADIR%%/analysis/time_series/hp_filter.rkh %%DATADIR%%/analysis/time_series/hp_filter.xml %%DATADIR%%/analysis/time_series/kpss_test.js %%DATADIR%%/analysis/time_series/kpss_test.rkh %%DATADIR%%/analysis/time_series/kpss_test.xml %%DATADIR%%/analysis/variances/F_test.js %%DATADIR%%/analysis/variances/F_test.rkh %%DATADIR%%/analysis/variances/F_test.xml %%DATADIR%%/analysis/variances/bartlett_test.js %%DATADIR%%/analysis/variances/bartlett_test.rkh %%DATADIR%%/analysis/variances/bartlett_test.xml %%DATADIR%%/analysis/variances/fligner_test.js %%DATADIR%%/analysis/variances/fligner_test.rkh %%DATADIR%%/analysis/variances/fligner_test.xml %%DATADIR%%/analysis/variances/levene_test.js %%DATADIR%%/analysis/variances/levene_test.rkh %%DATADIR%%/analysis/variances/levene_test.xml %%DATADIR%%/analysis/wilcoxon/wilcoxon_tests.js %%DATADIR%%/analysis/wilcoxon/wilcoxon_tests.rkh %%DATADIR%%/analysis/wilcoxon/wilcoxon_tests.xml %%DATADIR%%/data.pluginmap %%DATADIR%%/data/generate_random.js %%DATADIR%%/data/generate_random.xml %%DATADIR%%/data/level_select.js %%DATADIR%%/data/level_select.xml %%DATADIR%%/data/limit_vector_length.js %%DATADIR%%/data/limit_vector_length.rkh %%DATADIR%%/data/limit_vector_length.xml %%DATADIR%%/data/multi_input.js %%DATADIR%%/data/multi_input.xml %%DATADIR%%/data/one_var_tabulation.js %%DATADIR%%/data/one_var_tabulation.rkh %%DATADIR%%/data/one_var_tabulation.xml %%DATADIR%%/data/recode_categorical.js %%DATADIR%%/data/recode_categorical.rkh %%DATADIR%%/data/recode_categorical.xml %%DATADIR%%/data/sort.js %%DATADIR%%/data/sort.rkh %%DATADIR%%/data/sort.xml %%DATADIR%%/data/sort2.xml %%DATADIR%%/data/subset_dataframe.js %%DATADIR%%/data/subset_dataframe.rkh %%DATADIR%%/data/subset_dataframe.xml %%DATADIR%%/descriptive/descriptive_statistics.js %%DATADIR%%/descriptive/descriptive_statistics.rkh %%DATADIR%%/descriptive/descriptive_statistics.xml %%DATADIR%%/distributions.pluginmap %%DATADIR%%/distributions/beta.js %%DATADIR%%/distributions/beta.rkh %%DATADIR%%/distributions/beta.xml %%DATADIR%%/distributions/binomial.js %%DATADIR%%/distributions/binomial.rkh %%DATADIR%%/distributions/binomial.xml %%DATADIR%%/distributions/cauchy.js %%DATADIR%%/distributions/cauchy.rkh %%DATADIR%%/distributions/cauchy.xml %%DATADIR%%/distributions/chi_squared.js %%DATADIR%%/distributions/chi_squared.rkh %%DATADIR%%/distributions/chi_squared.xml %%DATADIR%%/distributions/clt/plot_beta_clt.js %%DATADIR%%/distributions/clt/plot_beta_clt.rkh %%DATADIR%%/distributions/clt/plot_beta_clt.xml %%DATADIR%%/distributions/clt/plot_binomial_clt.js %%DATADIR%%/distributions/clt/plot_binomial_clt.rkh %%DATADIR%%/distributions/clt/plot_binomial_clt.xml %%DATADIR%%/distributions/clt/plot_chi_squared_clt.js %%DATADIR%%/distributions/clt/plot_chi_squared_clt.rkh %%DATADIR%%/distributions/clt/plot_chi_squared_clt.xml %%DATADIR%%/distributions/clt/plot_clt_common.js %%DATADIR%%/distributions/clt/plot_clt_help_snippets.xml %%DATADIR%%/distributions/clt/plot_clt_snippets.xml %%DATADIR%%/distributions/clt/plot_exponential_clt.js %%DATADIR%%/distributions/clt/plot_exponential_clt.rkh %%DATADIR%%/distributions/clt/plot_exponential_clt.xml %%DATADIR%%/distributions/clt/plot_f_clt.js %%DATADIR%%/distributions/clt/plot_f_clt.rkh %%DATADIR%%/distributions/clt/plot_f_clt.xml %%DATADIR%%/distributions/clt/plot_gamma_clt.js %%DATADIR%%/distributions/clt/plot_gamma_clt.rkh %%DATADIR%%/distributions/clt/plot_gamma_clt.xml %%DATADIR%%/distributions/clt/plot_geometric_clt.js %%DATADIR%%/distributions/clt/plot_geometric_clt.rkh %%DATADIR%%/distributions/clt/plot_geometric_clt.xml %%DATADIR%%/distributions/clt/plot_hypergeometric_clt.js %%DATADIR%%/distributions/clt/plot_hypergeometric_clt.rkh %%DATADIR%%/distributions/clt/plot_hypergeometric_clt.xml %%DATADIR%%/distributions/clt/plot_logistic_clt.js %%DATADIR%%/distributions/clt/plot_logistic_clt.rkh %%DATADIR%%/distributions/clt/plot_logistic_clt.xml %%DATADIR%%/distributions/clt/plot_lognormal_clt.js %%DATADIR%%/distributions/clt/plot_lognormal_clt.rkh %%DATADIR%%/distributions/clt/plot_lognormal_clt.xml %%DATADIR%%/distributions/clt/plot_negbinomial_clt.js %%DATADIR%%/distributions/clt/plot_negbinomial_clt.rkh %%DATADIR%%/distributions/clt/plot_negbinomial_clt.xml %%DATADIR%%/distributions/clt/plot_normal_clt.js %%DATADIR%%/distributions/clt/plot_normal_clt.rkh %%DATADIR%%/distributions/clt/plot_normal_clt.xml %%DATADIR%%/distributions/clt/plot_poisson_clt.js %%DATADIR%%/distributions/clt/plot_poisson_clt.rkh %%DATADIR%%/distributions/clt/plot_poisson_clt.xml %%DATADIR%%/distributions/clt/plot_t_clt.js %%DATADIR%%/distributions/clt/plot_t_clt.rkh %%DATADIR%%/distributions/clt/plot_t_clt.xml %%DATADIR%%/distributions/clt/plot_uniform_clt.js %%DATADIR%%/distributions/clt/plot_uniform_clt.rkh %%DATADIR%%/distributions/clt/plot_uniform_clt.xml %%DATADIR%%/distributions/clt/plot_weibull_clt.js %%DATADIR%%/distributions/clt/plot_weibull_clt.rkh %%DATADIR%%/distributions/clt/plot_weibull_clt.xml %%DATADIR%%/distributions/clt/plot_wilcoxon_clt.js %%DATADIR%%/distributions/clt/plot_wilcoxon_clt.rkh %%DATADIR%%/distributions/clt/plot_wilcoxon_clt.xml %%DATADIR%%/distributions/dist_common.js %%DATADIR%%/distributions/dist_help_snippets.xml %%DATADIR%%/distributions/dist_snippets.xml %%DATADIR%%/distributions/exponential.js %%DATADIR%%/distributions/exponential.rkh %%DATADIR%%/distributions/exponential.xml %%DATADIR%%/distributions/f.js %%DATADIR%%/distributions/f.rkh %%DATADIR%%/distributions/f.xml %%DATADIR%%/distributions/gamma.js %%DATADIR%%/distributions/gamma.rkh %%DATADIR%%/distributions/gamma.xml %%DATADIR%%/distributions/geom.js %%DATADIR%%/distributions/geom.rkh %%DATADIR%%/distributions/geom.xml %%DATADIR%%/distributions/gumbel.js %%DATADIR%%/distributions/gumbel.rkh %%DATADIR%%/distributions/gumbel.xml %%DATADIR%%/distributions/hypergeometric.js %%DATADIR%%/distributions/hypergeometric.rkh %%DATADIR%%/distributions/hypergeometric.xml %%DATADIR%%/distributions/log_normal.js %%DATADIR%%/distributions/log_normal.rkh %%DATADIR%%/distributions/log_normal.xml %%DATADIR%%/distributions/logistic.js %%DATADIR%%/distributions/logistic.rkh %%DATADIR%%/distributions/logistic.xml %%DATADIR%%/distributions/negative_binomial.js %%DATADIR%%/distributions/negative_binomial.rkh %%DATADIR%%/distributions/negative_binomial.xml %%DATADIR%%/distributions/normal.js %%DATADIR%%/distributions/normal.rkh %%DATADIR%%/distributions/normal.xml %%DATADIR%%/distributions/plot_beta_distribution.js %%DATADIR%%/distributions/plot_beta_distribution.rkh %%DATADIR%%/distributions/plot_beta_distribution.xml %%DATADIR%%/distributions/plot_binomial_distribution.js %%DATADIR%%/distributions/plot_binomial_distribution.rkh %%DATADIR%%/distributions/plot_binomial_distribution.xml %%DATADIR%%/distributions/plot_cauchy_distribution.js %%DATADIR%%/distributions/plot_cauchy_distribution.rkh %%DATADIR%%/distributions/plot_cauchy_distribution.xml %%DATADIR%%/distributions/plot_chi_squared_distribution.js %%DATADIR%%/distributions/plot_chi_squared_distribution.rkh %%DATADIR%%/distributions/plot_chi_squared_distribution.xml %%DATADIR%%/distributions/plot_dist_common.js %%DATADIR%%/distributions/plot_dist_common_snippets.xml %%DATADIR%%/distributions/plot_exponential_distribution.js %%DATADIR%%/distributions/plot_exponential_distribution.rkh %%DATADIR%%/distributions/plot_exponential_distribution.xml %%DATADIR%%/distributions/plot_f_distribution.js %%DATADIR%%/distributions/plot_f_distribution.rkh %%DATADIR%%/distributions/plot_f_distribution.xml %%DATADIR%%/distributions/plot_gamma_distribution.js %%DATADIR%%/distributions/plot_gamma_distribution.rkh %%DATADIR%%/distributions/plot_gamma_distribution.xml %%DATADIR%%/distributions/plot_geometric_distribution.js %%DATADIR%%/distributions/plot_geometric_distribution.rkh %%DATADIR%%/distributions/plot_geometric_distribution.xml %%DATADIR%%/distributions/plot_hypergeometric_distribution.js %%DATADIR%%/distributions/plot_hypergeometric_distribution.rkh %%DATADIR%%/distributions/plot_hypergeometric_distribution.xml %%DATADIR%%/distributions/plot_logistic_distribution.js %%DATADIR%%/distributions/plot_logistic_distribution.rkh %%DATADIR%%/distributions/plot_logistic_distribution.xml %%DATADIR%%/distributions/plot_lognormal_distribution.js %%DATADIR%%/distributions/plot_lognormal_distribution.rkh %%DATADIR%%/distributions/plot_lognormal_distribution.xml %%DATADIR%%/distributions/plot_negbinomial_distribution.js %%DATADIR%%/distributions/plot_negbinomial_distribution.rkh %%DATADIR%%/distributions/plot_negbinomial_distribution.xml %%DATADIR%%/distributions/plot_normal_distribution.js %%DATADIR%%/distributions/plot_normal_distribution.rkh %%DATADIR%%/distributions/plot_normal_distribution.xml %%DATADIR%%/distributions/plot_poisson_distribution.js %%DATADIR%%/distributions/plot_poisson_distribution.rkh %%DATADIR%%/distributions/plot_poisson_distribution.xml %%DATADIR%%/distributions/plot_t_distribution.js %%DATADIR%%/distributions/plot_t_distribution.rkh %%DATADIR%%/distributions/plot_t_distribution.xml %%DATADIR%%/distributions/plot_tukey_distribution.js %%DATADIR%%/distributions/plot_tukey_distribution.rkh %%DATADIR%%/distributions/plot_tukey_distribution.xml %%DATADIR%%/distributions/plot_uniform_distribution.js %%DATADIR%%/distributions/plot_uniform_distribution.rkh %%DATADIR%%/distributions/plot_uniform_distribution.xml %%DATADIR%%/distributions/plot_weibull_distribution.js %%DATADIR%%/distributions/plot_weibull_distribution.rkh %%DATADIR%%/distributions/plot_weibull_distribution.xml %%DATADIR%%/distributions/plot_wilcoxon_distribution.js %%DATADIR%%/distributions/plot_wilcoxon_distribution.rkh %%DATADIR%%/distributions/plot_wilcoxon_distribution.xml %%DATADIR%%/distributions/poisson.js %%DATADIR%%/distributions/poisson.rkh %%DATADIR%%/distributions/poisson.xml %%DATADIR%%/distributions/t.js %%DATADIR%%/distributions/t.rkh %%DATADIR%%/distributions/t.xml %%DATADIR%%/distributions/tests/ad_test.js %%DATADIR%%/distributions/tests/ad_test.xml %%DATADIR%%/distributions/tests/cvm_test.js %%DATADIR%%/distributions/tests/cvm_test.xml %%DATADIR%%/distributions/tests/dist_test_common.js %%DATADIR%%/distributions/tests/jb_test.js %%DATADIR%%/distributions/tests/jb_test.rkh %%DATADIR%%/distributions/tests/jb_test.xml %%DATADIR%%/distributions/tests/lillie_test.js %%DATADIR%%/distributions/tests/lillie_test.xml %%DATADIR%%/distributions/tests/pearson_test.js %%DATADIR%%/distributions/tests/pearson_test.xml %%DATADIR%%/distributions/tests/sf_test.js %%DATADIR%%/distributions/tests/sf_test.xml %%DATADIR%%/distributions/tests/shapiro_test.js %%DATADIR%%/distributions/tests/shapiro_test.xml %%DATADIR%%/distributions/tukey.js %%DATADIR%%/distributions/tukey.rkh %%DATADIR%%/distributions/tukey.xml %%DATADIR%%/distributions/uniform.js %%DATADIR%%/distributions/uniform.rkh %%DATADIR%%/distributions/uniform.xml %%DATADIR%%/distributions/weibull.js %%DATADIR%%/distributions/weibull.rkh %%DATADIR%%/distributions/weibull.xml %%DATADIR%%/distributions/wilcoxon.js %%DATADIR%%/distributions/wilcoxon.rkh %%DATADIR%%/distributions/wilcoxon.xml %%DATADIR%%/embedded.pluginmap %%DATADIR%%/icons/data-factor.png %%DATADIR%%/icons/data-logical.png %%DATADIR%%/icons/data-numeric.png %%DATADIR%%/icons/function.png %%DATADIR%%/icons/list.png %%DATADIR%%/icons/matrix.png %%DATADIR%%/icons/menu.svg %%DATADIR%%/icons/paste_inside_selection.png %%DATADIR%%/icons/paste_inside_table.png %%DATADIR%%/icons/rkward_logo.png %%DATADIR%%/icons/run_all.png %%DATADIR%%/icons/run_line.png %%DATADIR%%/icons/run_selection.png %%DATADIR%%/icons/s4_slots.png %%DATADIR%%/icons/window_back.png %%DATADIR%%/icons/window_forward.png %%DATADIR%%/import_export.pluginmap %%DATADIR%%/irt.pluginmap %%DATADIR%%/menu.pluginmap %%DATADIR%%/pages/rkward_console.rkh %%DATADIR%%/pages/rkward_for_new_users.rkh %%DATADIR%%/pages/rkward_for_r_users.rkh %%DATADIR%%/pages/rkward_help.css %%DATADIR%%/pages/rkward_output.css %%DATADIR%%/pages/rkward_output.rkh %%DATADIR%%/pages/rkward_plot_history.rkh %%DATADIR%%/pages/rkward_shortcuts.rkh %%DATADIR%%/pages/rkward_split_views.rkh %%DATADIR%%/pages/rkward_trouble_shooting.rkh %%DATADIR%%/pages/rkward_welcome.rkh %%DATADIR%%/pages/rkward_workspace_browser.rkh %%DATADIR%%/php2js.js %%DATADIR%%/phpfiles/common.js %%DATADIR%%/phpfiles/rkcomponentscripting.js %%DATADIR%%/plots.pluginmap %%DATADIR%%/plots/barplot.js %%DATADIR%%/plots/barplot.rkh %%DATADIR%%/plots/barplot.xml %%DATADIR%%/plots/barplot_embed.js %%DATADIR%%/plots/barplot_embed.rkh %%DATADIR%%/plots/barplot_embed.xml %%DATADIR%%/plots/box_plot.js %%DATADIR%%/plots/box_plot.rkh %%DATADIR%%/plots/box_plot.xml %%DATADIR%%/plots/color_chooser.js %%DATADIR%%/plots/color_chooser.rkh %%DATADIR%%/plots/color_chooser.xml %%DATADIR%%/plots/cor_graph.js %%DATADIR%%/plots/cor_graph.rkh %%DATADIR%%/plots/cor_graph.xml %%DATADIR%%/plots/density_plot.js %%DATADIR%%/plots/density_plot.rkh %%DATADIR%%/plots/density_plot.xml %%DATADIR%%/plots/dotchart.js %%DATADIR%%/plots/dotchart.rkh %%DATADIR%%/plots/dotchart.xml %%DATADIR%%/plots/ecdf_plot.js %%DATADIR%%/plots/ecdf_plot.rkh %%DATADIR%%/plots/ecdf_plot.xml %%DATADIR%%/plots/histogram.js %%DATADIR%%/plots/histogram.rkh %%DATADIR%%/plots/histogram.xml %%DATADIR%%/plots/histogram_options.js %%DATADIR%%/plots/histogram_options.rkh %%DATADIR%%/plots/histogram_options.xml %%DATADIR%%/plots/irt/dichotomous/plot_ltm.js %%DATADIR%%/plots/irt/dichotomous/plot_ltm.xml %%DATADIR%%/plots/irt/dichotomous/plot_rasch.js %%DATADIR%%/plots/irt/dichotomous/plot_rasch.xml %%DATADIR%%/plots/irt/dichotomous/plot_tpm.js %%DATADIR%%/plots/irt/dichotomous/plot_tpm.xml %%DATADIR%%/plots/irt/polytomous/plot_grm.js %%DATADIR%%/plots/irt/polytomous/plot_grm.xml %%DATADIR%%/plots/irt/polytomous/plot_pcm.js %%DATADIR%%/plots/irt/polytomous/plot_pcm.xml %%DATADIR%%/plots/irt/polytomous/plot_rsm.js %%DATADIR%%/plots/irt/polytomous/plot_rsm.xml %%DATADIR%%/plots/irt/tests/eRm_plotLR.js %%DATADIR%%/plots/irt/tests/eRm_plotLR.xml %%DATADIR%%/plots/pareto.js %%DATADIR%%/plots/pareto.rkh %%DATADIR%%/plots/pareto.xml %%DATADIR%%/plots/piechart.js %%DATADIR%%/plots/piechart.rkh %%DATADIR%%/plots/piechart.xml %%DATADIR%%/plots/plot.js %%DATADIR%%/plots/plot.rkh %%DATADIR%%/plots/plot.xml %%DATADIR%%/plots/plot_options.js %%DATADIR%%/plots/plot_options.rkh %%DATADIR%%/plots/plot_options.xml %%DATADIR%%/plots/plot_stepfun_options.js %%DATADIR%%/plots/plot_stepfun_options.rkh %%DATADIR%%/plots/plot_stepfun_options.xml %%DATADIR%%/plots/scatterplot.js %%DATADIR%%/plots/scatterplot.xml %%DATADIR%%/plots/scatterplot_matrix.js %%DATADIR%%/plots/scatterplot_matrix.rkh %%DATADIR%%/plots/scatterplot_matrix.xml %%DATADIR%%/plots/sieve_plot.js %%DATADIR%%/plots/sieve_plot.rkh %%DATADIR%%/plots/sieve_plot.xml %%DATADIR%%/plots/stem.js %%DATADIR%%/plots/stem.rkh %%DATADIR%%/plots/stem.xml %%DATADIR%%/plots/stripchart_plot.js %%DATADIR%%/plots/stripchart_plot.xml %%DATADIR%%/pluginmap_meta.inc +%%DATADIR%%/po/ca/LC_MESSAGES/rkward__analysis.mo +%%DATADIR%%/po/ca/LC_MESSAGES/rkward__data.mo +%%DATADIR%%/po/ca/LC_MESSAGES/rkward__distributions.mo +%%DATADIR%%/po/ca/LC_MESSAGES/rkward__embedded.mo +%%DATADIR%%/po/ca/LC_MESSAGES/rkward__graphics_device.mo %%DATADIR%%/po/ca/LC_MESSAGES/rkward__import_export.mo +%%DATADIR%%/po/ca/LC_MESSAGES/rkward__item_response_theory.mo +%%DATADIR%%/po/ca/LC_MESSAGES/rkward__pages.mo +%%DATADIR%%/po/ca/LC_MESSAGES/rkward__plots.mo +%%DATADIR%%/po/ca@valencia/LC_MESSAGES/rkward__analysis.mo +%%DATADIR%%/po/ca@valencia/LC_MESSAGES/rkward__data.mo +%%DATADIR%%/po/ca@valencia/LC_MESSAGES/rkward__distributions.mo +%%DATADIR%%/po/ca@valencia/LC_MESSAGES/rkward__embedded.mo +%%DATADIR%%/po/ca@valencia/LC_MESSAGES/rkward__graphics_device.mo +%%DATADIR%%/po/ca@valencia/LC_MESSAGES/rkward__import_export.mo +%%DATADIR%%/po/ca@valencia/LC_MESSAGES/rkward__item_response_theory.mo +%%DATADIR%%/po/ca@valencia/LC_MESSAGES/rkward__pages.mo +%%DATADIR%%/po/ca@valencia/LC_MESSAGES/rkward__plots.mo +%%DATADIR%%/po/en_GB/LC_MESSAGES/rkward__analysis.mo +%%DATADIR%%/po/en_GB/LC_MESSAGES/rkward__data.mo +%%DATADIR%%/po/en_GB/LC_MESSAGES/rkward__distributions.mo +%%DATADIR%%/po/en_GB/LC_MESSAGES/rkward__embedded.mo +%%DATADIR%%/po/en_GB/LC_MESSAGES/rkward__graphics_device.mo +%%DATADIR%%/po/en_GB/LC_MESSAGES/rkward__import_export.mo +%%DATADIR%%/po/en_GB/LC_MESSAGES/rkward__item_response_theory.mo +%%DATADIR%%/po/en_GB/LC_MESSAGES/rkward__pages.mo +%%DATADIR%%/po/en_GB/LC_MESSAGES/rkward__plots.mo %%DATADIR%%/po/es/LC_MESSAGES/rkward__analysis.mo %%DATADIR%%/po/es/LC_MESSAGES/rkward__data.mo %%DATADIR%%/po/es/LC_MESSAGES/rkward__distributions.mo %%DATADIR%%/po/es/LC_MESSAGES/rkward__embedded.mo %%DATADIR%%/po/es/LC_MESSAGES/rkward__graphics_device.mo %%DATADIR%%/po/es/LC_MESSAGES/rkward__import_export.mo %%DATADIR%%/po/es/LC_MESSAGES/rkward__item_response_theory.mo %%DATADIR%%/po/es/LC_MESSAGES/rkward__pages.mo %%DATADIR%%/po/es/LC_MESSAGES/rkward__plots.mo +%%DATADIR%%/po/gl/LC_MESSAGES/rkward__analysis.mo %%DATADIR%%/po/gl/LC_MESSAGES/rkward__data.mo +%%DATADIR%%/po/gl/LC_MESSAGES/rkward__distributions.mo +%%DATADIR%%/po/gl/LC_MESSAGES/rkward__embedded.mo %%DATADIR%%/po/gl/LC_MESSAGES/rkward__graphics_device.mo +%%DATADIR%%/po/gl/LC_MESSAGES/rkward__import_export.mo +%%DATADIR%%/po/gl/LC_MESSAGES/rkward__item_response_theory.mo %%DATADIR%%/po/gl/LC_MESSAGES/rkward__pages.mo %%DATADIR%%/po/gl/LC_MESSAGES/rkward__plots.mo %%DATADIR%%/po/nl/LC_MESSAGES/rkward__analysis.mo %%DATADIR%%/po/nl/LC_MESSAGES/rkward__data.mo %%DATADIR%%/po/nl/LC_MESSAGES/rkward__distributions.mo %%DATADIR%%/po/nl/LC_MESSAGES/rkward__embedded.mo %%DATADIR%%/po/nl/LC_MESSAGES/rkward__graphics_device.mo %%DATADIR%%/po/nl/LC_MESSAGES/rkward__import_export.mo %%DATADIR%%/po/nl/LC_MESSAGES/rkward__item_response_theory.mo %%DATADIR%%/po/nl/LC_MESSAGES/rkward__pages.mo %%DATADIR%%/po/nl/LC_MESSAGES/rkward__plots.mo %%DATADIR%%/po/pl/LC_MESSAGES/rkward__analysis.mo %%DATADIR%%/po/pl/LC_MESSAGES/rkward__data.mo %%DATADIR%%/po/pl/LC_MESSAGES/rkward__distributions.mo %%DATADIR%%/po/pl/LC_MESSAGES/rkward__embedded.mo %%DATADIR%%/po/pl/LC_MESSAGES/rkward__graphics_device.mo %%DATADIR%%/po/pl/LC_MESSAGES/rkward__import_export.mo %%DATADIR%%/po/pl/LC_MESSAGES/rkward__item_response_theory.mo %%DATADIR%%/po/pl/LC_MESSAGES/rkward__pages.mo %%DATADIR%%/po/pl/LC_MESSAGES/rkward__plots.mo %%DATADIR%%/po/pt/LC_MESSAGES/rkward__analysis.mo %%DATADIR%%/po/pt/LC_MESSAGES/rkward__data.mo %%DATADIR%%/po/pt/LC_MESSAGES/rkward__distributions.mo %%DATADIR%%/po/pt/LC_MESSAGES/rkward__embedded.mo %%DATADIR%%/po/pt/LC_MESSAGES/rkward__graphics_device.mo %%DATADIR%%/po/pt/LC_MESSAGES/rkward__import_export.mo %%DATADIR%%/po/pt/LC_MESSAGES/rkward__item_response_theory.mo %%DATADIR%%/po/pt/LC_MESSAGES/rkward__pages.mo %%DATADIR%%/po/pt/LC_MESSAGES/rkward__plots.mo %%DATADIR%%/po/pt_BR/LC_MESSAGES/rkward__analysis.mo %%DATADIR%%/po/pt_BR/LC_MESSAGES/rkward__data.mo %%DATADIR%%/po/pt_BR/LC_MESSAGES/rkward__distributions.mo %%DATADIR%%/po/pt_BR/LC_MESSAGES/rkward__embedded.mo %%DATADIR%%/po/pt_BR/LC_MESSAGES/rkward__graphics_device.mo %%DATADIR%%/po/pt_BR/LC_MESSAGES/rkward__import_export.mo %%DATADIR%%/po/pt_BR/LC_MESSAGES/rkward__item_response_theory.mo %%DATADIR%%/po/pt_BR/LC_MESSAGES/rkward__pages.mo %%DATADIR%%/po/pt_BR/LC_MESSAGES/rkward__plots.mo %%DATADIR%%/po/sv/LC_MESSAGES/rkward__analysis.mo %%DATADIR%%/po/sv/LC_MESSAGES/rkward__data.mo %%DATADIR%%/po/sv/LC_MESSAGES/rkward__distributions.mo %%DATADIR%%/po/sv/LC_MESSAGES/rkward__embedded.mo %%DATADIR%%/po/sv/LC_MESSAGES/rkward__graphics_device.mo %%DATADIR%%/po/sv/LC_MESSAGES/rkward__import_export.mo %%DATADIR%%/po/sv/LC_MESSAGES/rkward__item_response_theory.mo %%DATADIR%%/po/sv/LC_MESSAGES/rkward__pages.mo %%DATADIR%%/po/sv/LC_MESSAGES/rkward__plots.mo %%DATADIR%%/po/uk/LC_MESSAGES/rkward__analysis.mo %%DATADIR%%/po/uk/LC_MESSAGES/rkward__data.mo %%DATADIR%%/po/uk/LC_MESSAGES/rkward__distributions.mo %%DATADIR%%/po/uk/LC_MESSAGES/rkward__embedded.mo %%DATADIR%%/po/uk/LC_MESSAGES/rkward__graphics_device.mo %%DATADIR%%/po/uk/LC_MESSAGES/rkward__import_export.mo %%DATADIR%%/po/uk/LC_MESSAGES/rkward__item_response_theory.mo %%DATADIR%%/po/uk/LC_MESSAGES/rkward__pages.mo %%DATADIR%%/po/uk/LC_MESSAGES/rkward__plots.mo %%DATADIR%%/po/x-test/LC_MESSAGES/rkward__analysis.mo %%DATADIR%%/po/x-test/LC_MESSAGES/rkward__data.mo %%DATADIR%%/po/x-test/LC_MESSAGES/rkward__distributions.mo %%DATADIR%%/po/x-test/LC_MESSAGES/rkward__embedded.mo %%DATADIR%%/po/x-test/LC_MESSAGES/rkward__graphics_device.mo %%DATADIR%%/po/x-test/LC_MESSAGES/rkward__import_export.mo %%DATADIR%%/po/x-test/LC_MESSAGES/rkward__item_response_theory.mo %%DATADIR%%/po/x-test/LC_MESSAGES/rkward__pages.mo %%DATADIR%%/po/x-test/LC_MESSAGES/rkward__plots.mo %%DATADIR%%/resource.ver +%%DATADIR%%/rkwarddev_scripts/README_how_to_use_rkwarddev_scripts.md %%DATADIR%%/rkwarddev_scripts/rkwarddev_power_plugin_script.R +%%DATADIR%%/rkwarddev_scripts/rkwarddev_rk.RMarkdown_plugin_script.R %%DATADIR%%/rkwarddev_scripts/subset_dataframe.R %%DATADIR%%/rkwarddev_scripts/write_csv.R +%%DATADIR%%/rpackages/rkward.tgz +%%DATADIR%%/rpackages/rkwardtests.tgz %%DATADIR%%/simple_anova/code.js %%DATADIR%%/simple_anova/description.xml %%DATADIR%%/testing/matrix1.js %%DATADIR%%/testing/matrix1.xml %%DATADIR%%/testing/optionset.js %%DATADIR%%/testing/optionset.xml %%DATADIR%%/testing/preview.js %%DATADIR%%/testing/preview.xml %%DATADIR%%/testing/run_code.js %%DATADIR%%/testing/run_code.xml %%DATADIR%%/testing/scatterplot2.xml %%DATADIR%%/testing/test1.js %%DATADIR%%/testing/test1.xml %%DATADIR%%/testing/test2.js %%DATADIR%%/testing/test2.xml %%DATADIR%%/testing/valueselect1.js %%DATADIR%%/testing/valueselect1.xml %%DATADIR%%/under_development.pluginmap %%DATADIR%%/uni1.2/code.js %%DATADIR%%/uni1.2/description.xml %%DATADIR%%/x11device.pluginmap %%DATADIR%%/x11device/export.js %%DATADIR%%/x11device/export.rkh %%DATADIR%%/x11device/export.xml %%DATADIR%%/x11device/grid.js %%DATADIR%%/x11device/grid.rkh %%DATADIR%%/x11device/grid.xml -%%NLS%%@dir share/locale/ast/LC_MESSAGES -%%NLS%%@dir %%DATADIR%%/po/ast/LC_MESSAGES -%%NLS%%@dir %%DATADIR%%/po/bs/LC_MESSAGES -%%NLS%%@dir %%DATADIR%%/po/ca@valencia/LC_MESSAGES -%%NLS%%@dir %%DATADIR%%/po/cs/LC_MESSAGES -%%NLS%%@dir %%DATADIR%%/po/de/LC_MESSAGES -%%NLS%%@dir %%DATADIR%%/po/fi/LC_MESSAGES -%%NLS%%@dir %%DATADIR%%/po/fr/LC_MESSAGES -%%NLS%%@dir %%DATADIR%%/po/ja/LC_MESSAGES -%%NLS%%@dir %%DATADIR%%/po/lt/LC_MESSAGES -%%NLS%%@dir %%DATADIR%%/po/sk/LC_MESSAGES -%%NLS%%@dir %%DATADIR%%/po/zh_CN/LC_MESSAGES