Displaying 20 results from an estimated 87 matches for "thyson".
2009 Aug 21
1
Function "nsl()" missing in package utils
...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
2010 Aug 17
4
Problems building own package (Error: "package has been build before R-2.10.0")
...p 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.edu/lsqm
Fon: +49 841 937-192...
2010 Aug 17
4
Problems building own package (Error: "package has been build before R-2.10.0")
...p 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.edu/lsqm
Fon: +49 841 937-192...
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?)
...oduces 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 there a class that all R objects inherit f...
2014 Dec 15
3
Significant memory leak when using XML on Windows
...o 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
>> any help whatsoever, please let me know!
>>
>
> Your current code uses various functions from XML and rvest so it is not a
&g...
2011 May 19
0
Flattening lists and environments (was: "how to flatten a list to the same level?")
...bjects 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?>>
>
> Date: Sat, 09 Jan 2010 13:49:15 +0100
>
> Henrique,
>
> thanks for the code!! It works out...
2011 May 19
1
Feature request: extend functionality of 'unlist()' by args 'delim=c("/", "_", etc.)' and 'keep.special=TRUE/FALSE'
...as 'unlist()'! Unfortunately,
I don't know my way around internal C routines and therefore I would
greatly appreciate if core team developers would consider my two
suggestions.
Best regards,
Janko
--
------------------------------------------------------------------------
*Janko Thyson*
janko.thyson@ku-eichstaett.de <mailto: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
www.wfi.edu/lsqm <http://www.wfi.edu/lsqm>
Fon: +49 841 937-1923...
2014 Nov 28
1
Feature request: mixing `...` (three dots) with other formal arguments in S4 methods
...nd 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 ;-)
&...
2014 Dec 11
3
Significant memory leak when using XML on Windows
Dear list,
I'm sorry to keep coming back with this time and time again, but this bug
is still not fixed even though the root cause of the issue has been around
for 2-3 years now. And as the number of packages that depend on XML grows,
I thought maybe this deserves some wider attention.
I did my best to make reproduction of the issue as easy as possible:
2014 Nov 27
2
Feature request: mixing `...` (three dots) with other formal arguments in S4 methods
...estricted to those matching the argument's class or
> superclasses. If no further eligible classes exist, the iteration breaks
> out and the default method, if any, is selected.
>
>
> No mention of argument name there.
>
> ~G
>
> On Thu, Nov 27, 2014 at 9:45 AM, Janko Thyson <janko.thyson at gmail.com>
> wrote:
>
>> Dear List,
>>
>> I'm currently investigating if the argument dispatch mechanism based on
>> `...` could somehow be "generalized" to scenarios that involve `r`
>> recipients located across `c` calling s...
2011 May 30
1
Query super- and subclasses of a class: is there a better way than to use 'completeClassDefinition()'
...e 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 intended
recipient(s) only. It may contain proprietary material, confidential
information and/or be...
2010 Jan 15
1
Can an object reference itself?
...t;)
test.mod at data(obj.name="test.mod")
I'm trying to have "slotfun()" be stated in a way that does not require an
explicit stating of argument "obj.name"):
test at data()
test.mod at data()
Any hints in the right directions greatly appreciated!
Regards,
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
2011 Jun 06
1
How can I write methods for 'as()'?
...r 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 intended
recipient(s) only. It may contain proprietary material, confidential
information and/or be...
2010 Nov 04
2
Roxygen: @example tag does not work for me
...containing, say, a function looks like this:
#' My header
#'
#' My description
#'
#' @param a Blabla.
#' @param b Blabla.
#' @return \code{TRUE}.
#' @callGraphPrimitives
#' @references
#' \url{http://www.something.org /}
#' @author Janko Thyson \email{my.email@@something.com}
#' @example tests/foo.R
#' @seealso \code{\link{some.other.function}}
Foo <- function(a, b){cat("Doing nothing useful.")}
I thought that @example would take the R code in "tests/foo.R" (this file
also exists) and append it to th...
2014 Dec 15
0
Significant memory leak when using XML on Windows
Sorry guys, didn't see your responses before sending mine.
Thanks jeroen!! I'll test your version today and get back to you.
Gesendet von meinem Smartphone
Am 15.12.2014 12:12 schrieb "Janko Thyson" <janko.thyson at gmail.com>:
> Thanks a lot for answering. Before I get into it, please note that
> everything below bears the big capture "Thanks for trying to help me at
> all".
>
> 1) Yeah, those examples - quite hard to satisfy everyone's needs ;-) Whil...
2014 Nov 28
0
Feature request: mixing `...` (three dots) with other formal arguments in S4 methods
...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 your actua...
2010 Sep 17
3
How to set up an own package repository
Dear List,
I'd like to set up a package repository so I can use install.packages() on
it for home-grown packages. I set up an AMPP infrastructure on a windows box
already, but I'm pretty lost with respect to what to do next as I didn't do
any web-programming/admin yet. Could anyone recommend some r-specific
tutorials or has a couple of suggestions for me? I've had a look at the
2010 Oct 14
2
Including data in packages
Dear List,
I would like to include a couple of objects in a package I am developing and
I don't really get it yet. The objects should be available after package
load as some functions depend on it.
I tried the following:
1) Bundling all objects that I need in the file '/R/sysdata.rda' as
described in the "Writing R Extensions" manual on page 7
2)
2012 Jun 18
1
S4 Reference Classes: declaring public and private methods
...methods in S4 Reference
Classes? If not, are there plans to add such a feature?
You'll find a small code example of what I mean at Stackoverflow:
http://stackoverflow.com/questions/11073253/oop-with-r-is-there-a-way-to-declare-public-and-private-methods-s4-reference-c
Thanks a lot,
Janko Thyson
2014 Dec 15
1
Significant memory leak when using XML on Windows
...dows 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 wrote:
> On Thu, Dec 11, 2014 at 12:13 PM, Janko Thyson
> <janko.thyson at gmail.com <mailto:janko.thyson at gmail.com>> wrote:
>
> 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!
>
>
> Your current code uses various functions from XML and rves...