| Summary: | Several errors when starting and using rkward | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Malo Deniélou <pmdenielou> |
| Component: | RPM Packages | Assignee: | Angelo Naselli <anaselli> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | matteo.pasotti |
| Version: | Cauldron | Keywords: | Triaged |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | rkward | CVE: | |
| Status comment: | |||
|
Matteo Pasotti
2012-01-16 15:26:21 CET
CC:
(none) =>
pasotti.matteo Hi, thanks for reporting this bug. Assigned to the package maintainer. (Please set the status to 'assigned' if you are working on it) Keywords:
(none) =>
Triaged The problem was caused by the upgrade to the new version of R not followed by the rkward rebuild. rkward rebuilt against the new R-base version and the problem is gone. Regards, Status:
NEW =>
RESOLVED |
Description of problem: rkward gives an R error when starting after a fresh install (it appears in a window): Error in library("rkward") : package ârkwardâ does not have a NAMESPACE and should be re-installed Error in stopifnot(.rk.app.version == "0.5.7") : 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" Several errors also come up when using and configuring rkward. Notably when configuring the CRAN mirror, I get: Error: could not find function "rk.select.CRAN.mirror" Error during wrapup: could not find function ".rk.do.error" Version-Release number of selected component (if applicable): 5.7 How reproducible: Every time Steps to Reproduce: 1. install rkward 2. launch rkward 3. it immediately gives the error above