Re: [rkward-devel] Getting ready to release RKWard 0.5.0c - Call for testing

2009-03-27 Thread stfs



On 2009-03-26 22:18, Thomas Friedrichsmeier wrote:
  

rkward(19203): Error parsing XML document: tag mismatch at line 24
column 11



Can you pin-point where precisely this last one comes from? Probably a 
specific help-page in your workspace. Can you identify, which one?


  
The error is gone now, you are probably right it is related to a 
specific help page.


Most of the warnings were related to a mixup of earlier and current 
settings, I had several paths to different pluginmaps that conflicted or 
were obsolete. This happened because of the initial troubles with 
installing rkward in ubuntu 8.10. I cleaned them out and things look a 
lot nicer now.





--
___
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel


Re: [rkward-devel] Getting ready to release RKWard 0.5.0c - Call for testing

2009-03-27 Thread I. Soumpasis
Hello everybody!

I am using the svn version extensively the last months (mainly for
scripting) on ubuntu 8.10 with kde 4.1.4 and R 2.8.1 on both i386 and and
X86_64. Both R and RKWard are compiled from sources.

The only problem I have found is a floating toolbar (run selection etc)
which forgets its position everytime I restart rkward and goes to the very
right end of toolbars showing only one button. Exporting images, pdfs,
printing, scripting generally works well and i have nothing to report. Also
there is a prroblem (but i think this is mentioned) with the copy-paste
shortcuts in the terminal.

Finally, I tried the greek translation and i did not find any untranslated
or problematic string.

Regards,
Ilias
--
___
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel


Re: [rkward-devel] Getting ready to release RKWard 0.5.0c - Call for testing

2009-03-27 Thread stfs



On 2009-03-26 22:18, Thomas Friedrichsmeier wrote:

Hi,

  

I'm following the list, but not a developer, just let me know if it is
not appropriate for me to post.



everything concering RKWard development is welcome on this list. No need to CC 
me, when writing to the list, though.


  

I installed it over the former 0.5.0 version. When I start from command
line it spews a bunch of what appears to be warnings about KAction
 (is this a conflict of shortcuts?) like this:

rkward(16804): Shortcut for KAction  window_show_workspace Show/Hide
Workspace Browser set with QShortcut::setShortcut()! See KAction
documentation.



I've seen these, but they appear to be harmless, and so I'll ignore these 
messages for this release. We'll deal with this when there is more time to 
check for unexpected side-effects.


  

rkward(19203): Error parsing XML document: tag mismatch at line 24
column 11



Can you pin-point where precisely this last one comes from? Probably a 
specific help-page in your workspace. Can you identify, which one?


Regards
Thomas
  

An update - I researched further
First to make it clear I use ubunt 8.10 Desktop, 32bit and R 2.8.1
I just installed rkward rev2416. I didn't see any obvious differences 
0.5.0c-test1 so I assume these errors are the same as before.


#These warnings occur when opening a r-source file (I'm aware they are 
harmless):


rkward(10522): Shortcut for KAction  runblock0 1 (Unused) set with 
QShortcut::setShortcut()! See KAction documentation.
rkward(10522): Shortcut for KAction  runblock1 2 (Unused) set with 
QShortcut::setShortcut()! See KAction documentation.
rkward(10522): Shortcut for KAction  runblock2 3 (Unused) set with 
QShortcut::setShortcut()! See KAction documentation.
rkward(10522): Shortcut for KAction  runblock3 4 (Unused) set with 
QShortcut::setShortcut()! See KAction documentation.
rkward(10522): Shortcut for KAction  runblock4 5 (Unused) set with 
QShortcut::setShortcut()! See KAction documentation.
rkward(10522): Shortcut for KAction  runblock5 6 (Unused) set with 
QShortcut::setShortcut()! See KAction documentation.



#These errors/warnings happen when I choose to 'edit' an object (ie. 
open it in the data grid):


#This happens immediately when right clicking the object
Calling appendChild() on a null node does nothing.

#This happens when it opens
rkward(10522): Error parsing XML document: tag mismatch at line 24 
column 11


#this happens again immediately after opening
Calling appendChild() on a null node does nothing.


Another thing happens that is really strange:
If I choose to open a another existing workspace either via

Workspace  Open Recent
or
Workspace  Open

All open r-sorce files and open help pages are kept open which get the 
old and the new project mixed up. This also happens when I open the 
current workspace (ie. open it again when it's already open) such that 
all open files and help files are duplicated.


Regards
Finn
--
___
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel


[rkward-devel] RKWard 0.5.0c testing, ubuntu intrepid

2009-03-27 Thread dns_hmpf
Hi :)

nice to see live in this project. OK, here come some bugs seen with  
rkward_0.5.0c-test2-1_i386.deb under ubuntu 8.10 (intrepid) with KDE 4.2.1 and 
R 2.7.1-2 (that's the Version in the official uuntu repositories for 
Intrepid.).  
The same bugs occur with rkward from the ubuntu repositories.

The first is the missing plugins error, rendering rkward unusable. I described 
it in more detail here: 
https://bugs.launchpad.net/ubuntu/+source/rkward/+bug/272527/comments/15

The rkward package from the ubuntu repositories has the all.pluginmap and stuff 
in '/usr/share/apps/rkward' (at least in intrepid and jaunty, which are both 
kde4 only) while your version puts it to 
'/usr/lib/kde4/share/kde4/apps/rkward/all.pluginmap'. Symlinking resolves that 
issue, but another bug raises its ugly head. :)

Now the editor is missing, along with the option to create or open a script 
file. As I mentioned a few days ago here 
https://bugs.launchpad.net/ubuntu/+source/rkward/+bug/272527/comments/15 the 
same issue comes with the ubuntu repositorie version of rkward (also in jaunty 
64bit), but a svn built works fine (tested that only in jaunty 64bit, till 
now), so it is probably a packaging issue.

Oh and there is no RKWard-Icon. :)

Cheers Dirk

p.s. And thanks for the software it was a real help during my thesis.

--
___
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel


Re: [rkward-devel] Getting ready to release RKWard 0.5.0c - Call for testing

2009-03-27 Thread Thomas Friedrichsmeier
Hi,

again, I'll ignore most of these messages for the time being, for fear of 
breaking something while trying to fix them. There's just not enough time 
left for testing. However:

On Friday 27 March 2009, stfs wrote:
 #This happens when it opens
 rkward(10522): Error parsing XML document: tag mismatch at line 24
 column 11

Ah, thanks for pin-pointing it. This was a pretty stupid bug, and I have no 
idea, how long that has been around. The file in question had an error for a 
long time, but perhaps the bug somehow didn't surface earlier. Anyway, this 
was safe and easy to address, so I've fixed that.

The -test3 release is available at http://rkward.sf.net/temp/ .

 Another thing happens that is really strange:
 If I choose to open a another existing workspace either via

 Workspace  Open Recent
 or
 Workspace  Open

 All open r-sorce files and open help pages are kept open which get the
 old and the new project mixed up. This also happens when I open the
 current workspace (ie. open it again when it's already open) such that
 all open files and help files are duplicated.

Not a bug ;-) Just an ill-designed feature. But it should be removed, indeed. 
Once again, not for the upcoming release, though.

Regards
Thomas


signature.asc
Description: This is a digitally signed message part.
--
___
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel


Re: [rkward-devel] RKWard 0.5.0c testing, ubuntu intrepid

2009-03-27 Thread dns_hmpf
On Freitag 27 März 2009 10:33:48 pm Thomas Friedrichsmeier wrote:
 Hi,

 thanks for your report(s).

 Most of the symptoms you detail likely have a common cause: Some parts of
 RKWard get installed to a wrong location, and then they can't be found at
 runtime. The problem here is, that the correct paths differ across systems.
 Since don't have a Ubuntu installation myself, I have a hard time, figuring
 out the correct approach.

Thought so, I'll try to find the time this weekend to read up on package 
building. I need a 64bit package for the workstation anyway. :)

 I created a new test release and corresponding .deb a minute ago. It is to
 be expected that the .deb still does not work for you, though, since it was
 built for Debian unstable.
Actually the new package was a step in the right direction. Now the plugins 
can be configured through 'Settings - Configure RKWard - Plug-Ins'. A 'sudo 
updatedb' followed by 'locate all.pluginmap' gives 
'/usr/share/kde4/apps/rkward/all.pluginmap', adding it there makes rkward work 
fine. Also the issues around the missing editor/script files are gone. But of 
course it would be nicer without the configuration issues, so let's see...

 Could you please try the following steps, and write back on the results:

 In your /etc/apt/sources.list add this line:
   deb-src http://rkward.sourceforge.net/debian ./
 Now go to a temporary directory and enter:
   apt-get source rkward
 This should pull you the 0.5.0c-test3 sources and build scripts. Then:
   sudo apt-get build-dep rkward
 This will install everything needed to compile.
If it would not fail (no, I did not forget apt-get update :)
E: Bau-Abhängigkeiten für rkward konnten nicht erfüllt werden.
Finally enabling the deb-src entries (ok) and the backports (argh) solved 
this. Backports were not necessary for the deb, you provided. I noticed that 
cmake was updated, so that was probably the cause.

 Two additional ones:
   sudo apt-get install dpkg-dev
   sudo apt-get install fakeroot
 These are needed to create debian packages. Now inside your temporary
 directory:
   cd rkward-0.5.0c-test3
   dpkg-buildpackage -rfakeroot
 Now your temporary directory (cd ..) should contain a .deb built for your
 system. Install that and test.

 I know it's a number of steps, but this would really help a lot.

Apart from the hassle with the backports for build-dep,  it all went well. 
During rkward start there are some messages about various window_show_ 
functions or whatever, but it seems to work fine. Do you want me to send the 
deb or any other file generated during the process to you?

 If the problem about missing plugins remains, could you finally go to
 ~/.kde4/share/config/ and remove/rename the rkwardrc file? Does this
 help?

Since Intrepid it is found in  '~/.kde/share/config/', KDE3 was dropped for 
releases following 8.04 from Ubuntu.


 Regards
 Thomas

And thanks to your step-by-step instructions, I could also build the 64bit 
package for my workhorse (intrepid 8.10, kde 4.2.1, R 2.8.1-1intrepid0 from 
Cran) . Works fine also.

Cheers Dirk

--
___
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel


Re: [rkward-devel] Getting ready to release RKWard 0.5. 0c - Call for testing

2009-03-27 Thread Ben Goodrich
Thomas Friedrichsmeier thomas.friedrichsme...@... writes:
 The -test3 release is available at http://rkward.sf.net/temp/ .

test3 seems to be working for me, but it claims to not work :) Specifically,
when I start rkward, a KDE notify box pops up that says There was a problem
starting the R backend. The following error(s) occurred: -An unspecified error
occurred that is not yet handled by RKWard. Likely RKWard will not function
properly. Please check your setup

But the R backend is started and is apparently working without problems. I have
a KDE 4.2 Debian setup with the R 2.9 alpha from Sid. I don't think the Konsole
messages speak to this issue but I paste them below anyway.

Thanks,
Ben

goodr...@x41laptop:/tmp$ rkward  
rkward(26878): Shortcut for KAction  window_show_workspace Show/Hide
Workspace Browser set with QShortcut::setShortcut()! See KAction documentation.
 
rkward(26878): Shortcut for KAction  window_show_filebrowser Show/Hide
Filesystem Browser set with QShortcut::setShortcut()! See KAction
documentation.  
 
rkward(26878): Shortcut for KAction  window_show_commandlog Show/Hide Command
Log set with QShortcut::setShortcut()! See KAction documentation. 
 
rkward(26878): Shortcut for KAction  window_show_pendingjobs Show/Hide
Pending Jobs set with QShortcut::setShortcut()! See KAction documentation.

rkward(26878): Shortcut for KAction  window_show_console Show/Hide Console
set with QShortcut::setShortcut()! See KAction documentation.
rkward(26878): Shortcut for KAction  window_show_helpsearch Show/Hide R Help
Search set with QShortcut::setShortcut()! See KAction documentation.
rkward(26878): Shortcut for KAction  window_activate_docview Activate
Document view set with QShortcut::setShortcut()! See KAction documentation.

R version 2.9.0 alpha (2009-03-20 r48169)
Copyright (C) 2009 The R Foundation for Statistical Computing
ISBN 3-900051-07-0

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.

  Natural language support but running in an English locale

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.

Calling appendChild() on a null node does nothing.
error in initialization call 'options (device=rk.screen.device)
'
Calling appendChild() on a null node does nothing.
Calling appendChild() on a null node does nothing.
rkward(26878): Shortcut for KAction  interrupt Interrupt running command set
with QShortcut::setShortcut()! See KAction documentation.
Calling appendChild() on a null node does nothing.



--
___
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel