diff --git a/math/rkward-kde/Makefile b/math/rkward-kde/Makefile index 5ea0e0082bb0..99908cb270e7 100644 --- a/math/rkward-kde/Makefile +++ b/math/rkward-kde/Makefile @@ -1,86 +1,90 @@ # Created by: thierry@pompo.net PORTNAME= rkward -PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTVERSION= 0.7.3 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 +RUN_DEPENDS= kbibtex:databases/kbibtex \ + ${LR_MOD_DIR}/R2HTML/INDEX:textproc/R-cran-R2HTML \ + ${LR_MOD_DIR}/rmarkdown/INDEX:textproc/R-cran-rmarkdown TEST_DEPENDS= ${LR_MOD_DIR}/FAdist/INDEX:science/R-cran-FAdist -USES= cmake compiler:c++11-lang desktop-file-utils gettext fortran \ +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 \ +USE_QT= buildtools concurrent core dbus declarative gui location \ + network printsupport qmake script webchannel webengine 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 +USE_KDE= archive auth bookmarks codecs completion config configwidgets coreaddons\ + crash doctools ecm i18n itemviews jobwidgets kate_run kdewebkit kio \ + notifications parts service solid sonnet syntaxhighlighting texteditor \ + textwidgets widgetsaddons windowsystem xmlgui CFLAGS+= -I${LOCALBASE}/include +TEST_TARGET= plugintests LR_MOD_DIR= ${LOCALBASE}/lib/R/library DOCSDIR= ${PREFIX}/share/doc/HTML/en/rkward 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:MRECDEP} -RUN_DEPENDS+= ${LR_MOD_DIR}/R2HTML/INDEX:textproc/R-cran-R2HTML \ - ${LR_MOD_DIR}/XML/INDEX:textproc/R-cran-XML \ +RUN_DEPENDS+= ${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}/xtable/INDEX:textproc/R-cran-xtable \ ${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: .if ! ${PORT_OPTIONS:MDOCS} ${REINPLACE_CMD} -e 's|ADD_SUBDIRECTORY(doc)|#ADD_SUBDIRECTORY(doc)|' \ ${WRKSRC}/CMakeLists.txt .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 (cd ${WRKSRC}/tests && \ KDE_LANG=en_US ${PREFIX}/bin/${PORTNAME} --evaluate source\(\"all_tests.R\"\) ) .endif .include diff --git a/math/rkward-kde/distinfo b/math/rkward-kde/distinfo index 208a3bebe03d..a908aa16fb31 100644 --- a/math/rkward-kde/distinfo +++ b/math/rkward-kde/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1579970115 -SHA256 (rkward-0.7.1.tar.gz) = 02a96450ef4275d38b9ff6fd13d98bcf353c5388399a813a111b640d7c61c834 -SIZE (rkward-0.7.1.tar.gz) = 4605097 +TIMESTAMP = 1651044867 +SHA256 (rkward-0.7.3.tar.gz) = 49b118c11c41605e05434e4214f06bbf3a45c8bbc5ab54499dca117ca9efe7da +SIZE (rkward-0.7.3.tar.gz) = 5486401 diff --git a/math/rkward-kde/files/patch-rkward_rbackend_FindR.cmake b/math/rkward-kde/files/patch-rkward_rbackend_FindR.cmake deleted file mode 100644 index 57b2ace8a711..000000000000 --- a/math/rkward-kde/files/patch-rkward_rbackend_FindR.cmake +++ /dev/null @@ -1,11 +0,0 @@ ---- rkward/rbackend/FindR.cmake.orig 2015-01-15 13:37:21 UTC -+++ rkward/rbackend/FindR.cmake -@@ -120,7 +120,7 @@ ELSE(NOT LIBR_LAPACK) - # needed when linking to Rlapack on linux for some unknown reason. - # apparently not needed on windows (let's see, when it comes back to bite us, though) - # and compiling on windows is hard enough even without requiring libgfortran, too. -- SET(R_USED_LIBS ${R_USED_LIBS} gfortran) -+ #SET(R_USED_LIBS ${R_USED_LIBS} gfortran) - ENDIF(WIN32 OR APPLE) - ENDIF(NOT LIBR_LAPACK) - diff --git a/math/rkward-kde/files/patch-rkward_windows_rkhtmlwindow.cpp b/math/rkward-kde/files/patch-rkward_windows_rkhtmlwindow.cpp new file mode 100644 index 000000000000..f03863cfaacf --- /dev/null +++ b/math/rkward-kde/files/patch-rkward_windows_rkhtmlwindow.cpp @@ -0,0 +1,34 @@ +--- rkward/windows/rkhtmlwindow.cpp.orig 2022-04-16 22:02:17 UTC ++++ rkward/windows/rkhtmlwindow.cpp +@@ -109,8 +109,9 @@ class RKWebPage : public QWebEnginePage { (public) + QUrl url () { + return mainFrame ()->url (); + } +- void setHtml (const QString &html) { +- mainFrame ()->setHtml (html); ++ void setHtmlWrapper(const QString &html, const QUrl &baseurl) { ++ direct_load = true; ++ mainFrame()->setHtml(html, baseurl); + } + QPointF scrollPosition () const { + return mainFrame ()->scrollPosition (); +@@ -127,6 +128,10 @@ class RKWebPage : public QWebEnginePage { (public) + }); + } + #else ++ void setHtmlWrapper(const QString &html, const QUrl &baseurl) { ++ direct_load = true; ++ setHtml(html, baseurl); ++ } + bool supportsContentType (const QString &name) { + if (name.startsWith("text")) return true; + #ifdef __GNUC__ +@@ -617,7 +622,7 @@ bool RKHTMLWindow::openURL (const QUrl &url) { + RK_DEBUG (APP, DL_WARNING, "Applying workaround for https://bugs.kde.org/show_bug.cgi?id=405386"); + QFile f (url.toLocalFile ()); + f.open (QIODevice::ReadOnly); +- page->setHtml (f.readAll()); ++ page->setHtmlWrapper(f.readAll(), url.adjusted(QUrl::RemoveFilename)); + f.close (); + } else { + page->load (url); diff --git a/math/rkward-kde/files/patch-rkward_windows_rktoolwindowbar.cpp b/math/rkward-kde/files/patch-rkward_windows_rktoolwindowbar.cpp index f772e084471c..db084ca87992 100644 --- a/math/rkward-kde/files/patch-rkward_windows_rktoolwindowbar.cpp +++ b/math/rkward-kde/files/patch-rkward_windows_rktoolwindowbar.cpp @@ -1,10 +1,10 @@ ---- rkward/windows/rktoolwindowbar.cpp.orig 2019-09-04 19:20:47 UTC +--- rkward/windows/rktoolwindowbar.cpp.orig 2022-04-05 11:57:55 UTC +++ rkward/windows/rktoolwindowbar.cpp -@@ -24,6 +24,7 @@ - #include +@@ -15,6 +15,7 @@ SPDX-License-Identifier: GPL-2.0-or-later #include + #include +#include #include #include - + #include diff --git a/math/rkward-kde/files/patch-tests_all__tests.R b/math/rkward-kde/files/patch-tests_all__tests.R new file mode 100644 index 000000000000..36e754821c0e --- /dev/null +++ b/math/rkward-kde/files/patch-tests_all__tests.R @@ -0,0 +1,16 @@ +--- tests/all_tests.R.orig 2022-04-11 21:08:17 UTC ++++ tests/all_tests.R +@@ -2,10 +2,10 @@ require (rkwardtests) + + ## add your test suite files, to this vector: + testsuites <- c ( +- "rkward_application_tests.R" +- "import_export_plugins.R" ++ "rkward_application_tests.R", ++ "import_export_plugins.R", + "item_response_theory.R", +- "analysis_plugins.R" ++ "analysis_plugins.R", + "distributions.R", + "plots.R", + "data_plugin_tests.R" diff --git a/math/rkward-kde/pkg-plist b/math/rkward-kde/pkg-plist index 430d30dbea6d..c61f65ea2b16 100644 --- a/math/rkward-kde/pkg-plist +++ b/math/rkward-kde/pkg-plist @@ -1,693 +1,742 @@ bin/rkward -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/Rd.rds %%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 +%%INSTTEST%%lib/R/library/rkwardtests/help/AnIndex +%%INSTTEST%%lib/R/library/rkwardtests/help/aliases.rds +%%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 +lib/libexec/rkward.rbackend +man/ca/man1/rkward.1.gz +man/de/man1/rkward.1.gz +man/it/man1/rkward.1.gz +%%PORTDOCS%%man/man1/rkward.1.gz +man/nl/man1/rkward.1.gz +man/sv/man1/rkward.1.gz +man/uk/man1/rkward.1.gz 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 +%%NLS%%share/doc/HTML/it/rkward/index.cache.bz2 +%%NLS%%share/doc/HTML/it/rkward/index.docbook +%%NLS%%share/doc/HTML/nl/rkward/index.cache.bz2 +%%NLS%%share/doc/HTML/nl/rkward/index.docbook +%%NLS%%share/doc/HTML/nl/rkwardplugins/index.cache.bz2 +%%NLS%%share/doc/HTML/nl/rkwardplugins/index.docbook +%%NLS%%share/doc/HTML/sv/rkward/index.cache.bz2 +%%NLS%%share/doc/HTML/sv/rkward/index.docbook +%%NLS%%share/doc/HTML/sv/rkwardplugins/index.cache.bz2 +%%NLS%%share/doc/HTML/sv/rkwardplugins/index.docbook +%%NLS%%share/doc/HTML/uk/rkward/index.cache.bz2 +%%NLS%%share/doc/HTML/uk/rkward/index.docbook +%%NLS%%share/doc/HTML/uk/rkwardplugins/index.cache.bz2 +%%NLS%%share/doc/HTML/uk/rkwardplugins/index.docbook 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/ktexteditor_snippets/data/RKWardRMd.xml %%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/et/LC_MESSAGES/rkward.mo +%%NLS%%share/locale/fr/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/sl/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_addons.rkh %%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_incompatible_version.rkh %%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/de/LC_MESSAGES/rkward__graphics_device.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/et/LC_MESSAGES/rkward__data.mo +%%DATADIR%%/po/et/LC_MESSAGES/rkward__distributions.mo +%%DATADIR%%/po/et/LC_MESSAGES/rkward__embedded.mo +%%DATADIR%%/po/et/LC_MESSAGES/rkward__graphics_device.mo +%%DATADIR%%/po/et/LC_MESSAGES/rkward__import_export.mo +%%DATADIR%%/po/et/LC_MESSAGES/rkward__item_response_theory.mo +%%DATADIR%%/po/et/LC_MESSAGES/rkward__pages.mo +%%DATADIR%%/po/et/LC_MESSAGES/rkward__plots.mo +%%DATADIR%%/po/fi/LC_MESSAGES/rkward__graphics_device.mo +%%DATADIR%%/po/fr/LC_MESSAGES/rkward__analysis.mo +%%DATADIR%%/po/fr/LC_MESSAGES/rkward__data.mo +%%DATADIR%%/po/fr/LC_MESSAGES/rkward__distributions.mo +%%DATADIR%%/po/fr/LC_MESSAGES/rkward__embedded.mo +%%DATADIR%%/po/fr/LC_MESSAGES/rkward__graphics_device.mo +%%DATADIR%%/po/fr/LC_MESSAGES/rkward__import_export.mo +%%DATADIR%%/po/fr/LC_MESSAGES/rkward__item_response_theory.mo +%%DATADIR%%/po/fr/LC_MESSAGES/rkward__pages.mo +%%DATADIR%%/po/fr/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/it/LC_MESSAGES/rkward__analysis.mo +%%DATADIR%%/po/it/LC_MESSAGES/rkward__data.mo +%%DATADIR%%/po/it/LC_MESSAGES/rkward__distributions.mo +%%DATADIR%%/po/it/LC_MESSAGES/rkward__embedded.mo +%%DATADIR%%/po/it/LC_MESSAGES/rkward__graphics_device.mo +%%DATADIR%%/po/it/LC_MESSAGES/rkward__import_export.mo +%%DATADIR%%/po/it/LC_MESSAGES/rkward__item_response_theory.mo +%%DATADIR%%/po/it/LC_MESSAGES/rkward__pages.mo +%%DATADIR%%/po/it/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/sl/LC_MESSAGES/rkward__data.mo +%%DATADIR%%/po/sl/LC_MESSAGES/rkward__distributions.mo +%%DATADIR%%/po/sl/LC_MESSAGES/rkward__embedded.mo +%%DATADIR%%/po/sl/LC_MESSAGES/rkward__graphics_device.mo +%%DATADIR%%/po/sl/LC_MESSAGES/rkward__import_export.mo +%%DATADIR%%/po/sl/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