Advertisement
chak8870

RKward starting error - details

Jan 3rd, 2012
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. R version 2.14.0 (2011-10-31)
  2. Copyright (C) 2011 The R Foundation for Statistical Computing
  3. ISBN 3-900051-07-0
  4. Platform: x86_64-pc-linux-gnu (64-bit)
  5.  
  6. R is free software and comes with ABSOLUTELY NO WARRANTY.
  7. You are welcome to redistribute it under certain conditions.
  8. Type 'license()' or 'licence()' for distribution details.
  9.  
  10. Natural language support but running in an English locale
  11.  
  12. R is a collaborative project with many contributors.
  13. Type 'contributors()' for more information and
  14. 'citation()' on how to cite R or R packages in publications.
  15.  
  16. Type 'demo()' for some demos, 'help()' for on-line help, or
  17. 'help.start()' for an HTML browser interface to help.
  18. Type 'q()' to quit R.
  19.  
  20. Error in library("rkward") :
  21. package ‘rkward’ does not have a NAMESPACE and should be re-installed
  22. Error in stopifnot(.rk.app.version == "0.5.7z+0.5.8+devel1") :
  23. object '.rk.app.version' not found
  24. Error: could not find function ".rk.fix.assignments"
  25. Error: could not find function ".rk.getHelpBaseUrl"
  26. Error during wrapup: could not find function ".rk.do.error"
  27. Error in options(editor = rk.edit.files) :
  28. object 'rk.edit.files' not found
  29. Error during wrapup: could not find function ".rk.do.error"
  30. Error in options(pager = rk.show.files) :
  31. object 'rk.show.files' not found
  32. Error during wrapup: could not find function ".rk.do.error"
  33. Error in options(browser = rk.show.html) :
  34. object 'rk.show.html' not found
  35. Error during wrapup: could not find function ".rk.do.error"
  36. Error: could not find function "rk.toggle.plot.history"
  37. Error during wrapup: could not find function ".rk.do.error"
  38. Error: could not find function "rk.verify.plot.hist.limits"
  39. Error during wrapup: could not find function ".rk.do.error"
  40. Error: could not find function "rk.set.output.html.file"
  41. Error during wrapup: could not find function ".rk.do.error"
  42. Error: could not find function ".rk.get.structure"
  43. Error during wrapup: could not find function ".rk.do.error"
  44. Error: could not find function ".rk.get.structure"
  45. Error during wrapup: could not find function ".rk.do.error"
  46. Error: could not find function ".rk.get.structure"
  47. Error during wrapup: could not find function ".rk.do.error"
  48. Error: could not find function ".rk.get.structure"
  49. Error during wrapup: could not find function ".rk.do.error"
  50. Error: could not find function ".rk.get.structure"
  51. Error during wrapup: could not find function ".rk.do.error"
  52. Error: could not find function ".rk.get.structure"
  53. Error during wrapup: could not find function ".rk.do.error"
  54. Error: could not find function ".rk.get.structure"
  55. Error during wrapup: could not find function ".rk.do.error"
  56. Error: could not find function ".rk.get.structure"
  57. Error during wrapup: could not find function ".rk.do.error"
  58. Error: could not find function ".rk.watch.globalenv"
  59. Error during wrapup: could not find function ".rk.do.error"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement