search for: janko

Displaying 20 results from an estimated 100 matches for "janko".

2011 Jun 03
2
Bug or feature: using "ANY" as a generic field class (was: '[R] Is there a (virtual) class that all R objects inherit from?)
...ms to work in simple scenarios but produces errors when class inheritance comes into play. So I was wondering if that's a feature or a bug. If using "ANY" is not the right way, I'd appreciate a pointer to how you can to this. See previous post with an example below. Regards, Janko On 06/03/2011 01:53 AM, Janko Thyson wrote: > On 31.05.2011 18:17, Martin Morgan wrote: >> On 05/30/2011 07:02 AM, Janko Thyson wrote: >>> Dear list, >>> >>> I would like to set one specific Reference Class field to be of an >>> arbitrary class. Is ther...
2006 Mar 01
4
Delayed input posting
...fter last key press (similar like a delay in autocomplete field). Is there anything already done somewhere, maybe some kind of a streched-down autocomplete field just for such purpose? If no, have anyone an idea how can I do that (as a not very knowledgeable in JavaScript)? Thanks for any help Janko
2010 Aug 17
4
Problems building own package (Error: "package has been build before R-2.10.0")
...y to build packages (Inno Setup etc.). - My PATH is set up as explained in R-Admin manual. Also, the only R version stated there is “C:\R\R-2.11.1\bin;”. - I updated the DESCRIPTION file and specified all .Rd files correctly. Any idea what I’m doing wrong? Thanks a ton, Janko _____ Janko Thyson <mailto:holger.koemm@ku-eichstaett.de> janko.thyson@ku-eichstaett.de Catholic University of Eichstätt-Ingolstadt Ingolstadt School of Management Statistics and Quantitative Methods Auf der Schanz 49 D-85049 Ingolstadt <http://www.wfi.edu/lsqm> www.wfi....
2010 Aug 17
4
Problems building own package (Error: "package has been build before R-2.10.0")
...y to build packages (Inno Setup etc.). - My PATH is set up as explained in R-Admin manual. Also, the only R version stated there is “C:\R\R-2.11.1\bin;”. - I updated the DESCRIPTION file and specified all .Rd files correctly. Any idea what I’m doing wrong? Thanks a ton, Janko _____ Janko Thyson <mailto:holger.koemm@ku-eichstaett.de> janko.thyson@ku-eichstaett.de Catholic University of Eichstätt-Ingolstadt Ingolstadt School of Management Statistics and Quantitative Methods Auf der Schanz 49 D-85049 Ingolstadt <http://www.wfi.edu/lsqm> www.wfi....
2014 Nov 27
2
Feature request: mixing `...` (three dots) with other formal arguments in S4 methods
...ent container `ThreedotsForFoo`), that it handles them in a proper way (i.e. extracting the *actual* arguments from the container) and that it passes `...` along to subsequently called functions. That's why I would need methods that use mix of regular formal arguments and `...`. Best regards, Janko On Thu, Nov 27, 2014 at 7:48 PM, Gabriel Becker <gmbecker at ucdavis.edu> wrote: > Janko, > > I'm not entirely sure I understand your proposal. Are you suggesting > methods be dispatched based on the *contents* of ... (ie which arguments > are in there)? This seems like...
2014 Dec 15
3
Significant memory leak when using XML on Windows
...C-level if I can help you with that. 4) Both Duncan as well as Hadley have suggested that libxml2 is indeed causing the problem. So trying to link against another build would possibly be a great way to start! How would I go about that? Thanks if you should take the time to further look into this! Janko On Mon, Dec 15, 2014 at 4:54 AM, Jeroen Ooms <jeroenooms at gmail.com> wrote: > > On Thu, Dec 11, 2014 at 12:13 PM, Janko Thyson <janko.thyson at gmail.com> > wrote: >> >> I'd so much appreciate if someone could have a look at this. If I can be >> of >...
2009 Aug 21
1
Function "nsl()" missing in package utils
...part of the "utils" package. However, I cannot find it in the utils package of my installation(s). I've tried the R-versions 2.8.1, 2.9.0 and 2.9.1. I'd be very thankful if someone could give me a hint on "nsl" or some other function to do a hostname lookup! Regards, Janko Thyson Janko Thyson janko.thyson at kuei.de Catholic University of Eichst?tt-Ingolstadt Ingolstadt School of Management Statistics and Quantitative Methods Auf der Schanz 49 D-85049 Ingolstadt www.wfi.edu/lsqm Fon:? +49 841 937-1923 Fax:? +49 841 937-1965
2014 Dec 15
1
Significant memory leak when using XML on Windows
Janko and I have been in touch. This is, I believe, a Windows specific issue and a compilation issue. I could be wrong, but that is my impression from other reports. When I have time (?! :-)), I will deal with it. Hopefully this will be very soon. Thanks Janko. D. On 12/14/14, 7:54 PM, Jeroen Ooms...
2010 Sep 03
2
Stats not loaded? Method for as.ts() results in error
...ocess even though it's a base package. For testing, I've written a method for "plot()" to see if it's a general problem with base-functions, but this one passes just fine. Did anyone of encounter a similar problem or could help me out with a hint? Thank you very much, Janko
2014 Nov 28
1
Feature request: mixing `...` (three dots) with other formal arguments in S4 methods
...the end result you want, doesn't it? > > And if the generic has ... in it, you can (if you're very careful) add > formals to specific methods that would capture arguments not meant for > other methods of the same generic. > > ~G > > On Thu, Nov 27, 2014 at 11:26 AM, Janko Thyson <janko.thyson at gmail.com> > wrote: > >> Hi Gabriel, >> >> and thanks for answering. I'm basically just trying to find a way to use >> the power of `...` in more complex scenarios and I'm well aware that this >> might not be the best approac...
2014 Dec 11
3
Significant memory leak when using XML on Windows
...is. Apparently, the issue is caused by the way the memory consumed by the underlying C-objects/pointers is released (or not released, for that matter). I'd so much appreciate if someone could have a look at this. If I can be of any help whatsoever, please let me know! Thanks and best regards, Janko [[alternative HTML version deleted]]
2014 Nov 27
2
Feature request: mixing `...` (three dots) with other formal arguments in S4 methods
...? cannot be mixed with other formal arguments: either the signature of the generic function is ?...? only, or it does not contain ?...?. (This restriction may be lifted in a future version.) } Would it be possible to consider lifting this limitation soon? Thanks a lot to everyone maintaining R!! Janko [[alternative HTML version deleted]]
2011 May 30
1
Query super- and subclasses of a class: is there a better way than to use 'completeClassDefinition()'
...ly or can anything be "overwritten" by this? 2) Is there a better way to query the super-/subclasses of a certain S4/Reference Class? Best regards and I'd like to take this opportunity to express my gratitude to everyone on this list who takes the time to provide such great help! Janko -- ------------------------------------------------------------------------ *Janko Thyson* janko.thyson@googlemail.com <mailto:janko.thyson@googlemail.com> Jesuitenstraße 3 D-85049 Ingolstadt Mobile: +49 (0)176 83294257 This e-mail and any attachment is for authorized use by the intende...
2011 Jun 06
1
How can I write methods for 'as()'?
...ments in S3? I.e., how can I define something like 'as.data.frame.character' in order to have explicit "sub" methods for all the data types of 'x' so I wouldn't have to process them all in the definition of 'as.myClass' as I did above? Thanks for your help, Janko -- ------------------------------------------------------------------------ *Janko Thyson* janko.thyson@googlemail.com <mailto:janko.thyson@googlemail.com> Jesuitenstraße 3 D-85049 Ingolstadt Mobile: +49 (0)176 83294257 This e-mail and any attachment is for authorized use by the intend...
2014 Nov 28
0
Feature request: mixing `...` (three dots) with other formal arguments in S4 methods
...uments you want it to catch gives you the end result you want, doesn't it? And if the generic has ... in it, you can (if you're very careful) add formals to specific methods that would capture arguments not meant for other methods of the same generic. ~G On Thu, Nov 27, 2014 at 11:26 AM, Janko Thyson <janko.thyson at gmail.com> wrote: > Hi Gabriel, > > and thanks for answering. I'm basically just trying to find a way to use > the power of `...` in more complex scenarios and I'm well aware that this > might not be the best approach ;-) > > Regarding you...
2011 May 19
0
Flattening lists and environments (was: "how to flatten a list to the same level?")
...t I came up with is at least of some value for those that posted similar questions on how to flexibly flatten nested objects in the past (that's why I'm also referring to this older post below; I also build upon the code provided by Henrique Dallazuanna and Mark Heckmann). Best regards, Janko PS: Maybe this should rather go into a blog-post, but I don't have one yet ;-) On 19.05.2011 22:16, Janko Thyson wrote: > From: Mark Heckmann <mark.heckmann_at_gmx.de > <mailto:mark.heckmann_at_gmx.de?Subject=Re:%20[R]%20how%20to%20flatten%20a%20list%20to%20the%20same%20level?&g...
2010 Oct 14
2
Including data in packages
...example, there is a 'data' directory for package 'tm' (R_HOME/R-2.11.1/library/tm) but such a directory is missing even if I chose option 3) (as stated above) to get my data included. Also, how can I actually execute the lazyload? Any hints are greatly appreciated! Thanks, Janko
2011 Mar 07
1
WG: Reference classes: error with missing arguments in method calls
Dear list, a while ago I posted this at r-devel but got no answers. Hope it?s okay to give it a shot again by cross-posting it here. TIA for any comments, Janko Von: Janko Thyson [mailto:janko.thyson.rstuff at googlemail.com] Gesendet: Montag, 21. Februar 2011 00:58 An: r-devel at r-project. org (r-devel at r-project.org) Betreff: Reference classes: error with missing arguments in method calls Dear list, I?m having problems in understanding an error th...
2007 Feb 18
11
Tabulation with ENTER key
...<script type="text/javascript"> Event.observe(''id1'', ''keypress'', function(event) { if (event.keyCode == Event.KEY_RETURN) { event.keyCode = Event.KEY_TAB }}); </script> Any idea appreciable! Best regards Janko -- Janko Mivšek AIDA/Web Smalltalk Web Application Server http://www.aidaweb.si --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonra...
2010 Nov 17
2
Reference classes: accessor functions via 'getRefClass(...)$accessors(...)'
...9;'. I just don''t understand what exactly I have to do there, because this results in an error: ''getRefClass("Blabla")$accessors("a")'' Can anyone point me to the correct use of ''getRefClass(.)$accessors(.)''? Thanks a lot, Janko [[alternative HTML version deleted]]