Re: [Rd] [Q] Get formal arguments of my implemented S4 method

2015-01-28 Thread Michael Lawrence
At this point I would just due: formals(body(method)[[2L]]) At some point we need to figure out what to do with this .local() confusion. On Wed, Jan 28, 2015 at 10:07 AM, Roebuck,Paul L wrote: > I'm attempting to reflect the information for use with corresponding > fields in GUI (in a diffe

Re: [Rd] [Q] Get formal arguments of my implemented S4 method

2015-01-28 Thread Roebuck,Paul L
I'm attempting to reflect the information for use with corresponding fields in GUI (in a different package), to provide default values, argname as key for UI label lookups, etc. So I want something much more like the formals of the implementation: { "object", "method": c("medi

Re: [Rd] [Q] Get formal arguments of my implemented S4 method

2015-01-28 Thread Michael Lawrence
Would you please clarify your exact use case? Thanks, Michael On Wed, Jan 28, 2015 at 9:02 AM, Roebuck,Paul L wrote: > Interrogating some (of my own) code in another package. > > >norm.meth <- getMethod("normalize", "MatrixLike") > >message("str(norm.meth)") > >str(norm.meth) > > >message("show

[Rd] [Q] Get formal arguments of my implemented S4 method

2015-01-28 Thread Roebuck,Paul L
Interrogating some (of my own) code in another package. >norm.meth <- getMethod("normalize", "MatrixLike") >message("str(norm.meth)") >str(norm.meth) >message("show(norm.meth@.Data)") >show(norm.meth@.Data) Last show() displays this: function (object, ...) { .local <- function (object, met

[Rd] capturing user windows message

2015-01-28 Thread Teodor Krastev
Hello, I need to call R function after external to R application broadcasts a registered message in Windows messaging system. Any clues would be appreciated... Theo -- View this message in context: http://r.789695.n4.nabble.com/capturing-user-windows-message-tp4702411.html Sent from the R dev

Re: [Rd] [PATCH v2] Makefile: add support for git svn clones

2015-01-28 Thread Martin Maechler
> Felipe Balbi > on Mon, 26 Jan 2015 12:41:08 -0600 writes: > git has an interface for cloning SVN repositories into git > which some users might decide to use. For those users' > surprise, the repository will always fail to build on > svnonly target and it will exit e