Menu

Error starting Rkward 0.6.1 with R 3.0.1 on openSUSE 12.3

Help
2013-05-23
2013-07-16
  • Vojtěch Zeisek

    Vojtěch Zeisek - 2013-05-23

    Hello, I installed R 3.0.1 from openSUSE repository https://build.opensuse.org/package/show?project=devel%3Alanguages%3AR%3Abase&package=R and Rkward 0.6.1 from https://build.opensuse.org/package/show?project=devel%3Alanguages%3AR%3Asupplement&package=rkward on openSUSE 12.3 (64b) with KDE 4.10.2. Rkward says there were error during launching R core. Some errors Rkward is not able to handle yet.

    R version 3.0.1 (2013-05-16) -- "Good Sport"
    Copyright (C) 2013 The R Foundation for Statistical Computing
    Platform: x86_64-suse-linux-gnu (64-bit)

    R is free software and comes with ABSOLUTELY NO WARRANTY.
    You are welcome to redistribute it under certain conditions.
    Type 'license()' or 'licence()' for distribution details.

    R is a collaborative project with many contributors.
    Type 'contributors()' for more information and
    'citation()' on how to cite R or R packages in publications.

    Type 'demo()' for some demos, 'help()' for on-line help, or
    'help.start()' for an HTML browser interface to help.
    Type 'q()' to quit R.

    Error: package ‘rkward’ was built before R 3.0.0: please re-install it
    Error in stopifnot(.rk.app.version == "0.6.1") :
    object '.rk.app.version' not found
    Error: could not find function ".rk.fix.assignments"
    Error: could not find function ".rk.getHelpBaseUrl"
    Error during wrapup: could not find function ".rk.do.error"
    Error in options(editor = rk.edit.files) :
    object 'rk.edit.files' not found
    Error during wrapup: could not find function ".rk.do.error"
    Error in options(pager = rk.show.files) :
    object 'rk.show.files' not found
    Error during wrapup: could not find function ".rk.do.error"
    Error in options(browser = rk.show.html) :
    object 'rk.show.html' not found
    Error during wrapup: could not find function ".rk.do.error"
    Error: could not find function "rk.toggle.plot.history"
    Error during wrapup: could not find function ".rk.do.error"
    Error: could not find function "rk.verify.plot.hist.limits"
    Error during wrapup: could not find function ".rk.do.error"
    Error: could not find function "rk.set.output.html.file"
    Error during wrapup: could not find function ".rk.do.error"
    Error: could not find function ".rk.get.structure"
    Error during wrapup: could not find function ".rk.do.error"
    Error: could not find function ".rk.get.structure"
    Error during wrapup: could not find function ".rk.do.error"
    Error: could not find function ".rk.get.structure"
    Error during wrapup: could not find function ".rk.do.error"
    Error: could not find function ".rk.get.structure"
    Error during wrapup: could not find function ".rk.do.error"
    Error: could not find function ".rk.get.structure"
    Error during wrapup: could not find function ".rk.do.error"
    Error: could not find function ".rk.get.structure"
    Error during wrapup: could not find function ".rk.do.error"
    Error: could not find function ".rk.get.structure"
    Error during wrapup: could not find function ".rk.do.error"
    Error: could not find function ".rk.get.structure"
    Error during wrapup: could not find function ".rk.do.error"
    Error: could not find function ".rk.watch.globalenv"
    Error during wrapup: could not find function ".rk.do.error"

    Any idea how to get it to work?

     
    • Thomas Friedrichsmeier

      Very sorry for the late reply. Looks like I did not get a notification of your post.

      Error: package ‘rkward’ was built before R 3.0.0: please re-install it

      For use with R >= 3.0.0 you need a version of RKWard compiled against R >= 3.0.0. I am not sure whether suitable binaries exist for openSuse. However, compilation from source is relatively straight-forward on Linux systems: http://p.sf.net/rkward/compiling

      Regards
      Thomas