search for: l240

Displaying 8 results from an estimated 8 matches for "l240".

Did you mean: 240
2016 Jun 25
2
strange behavior in 'inherits' check for loaded S4 object
Hi, (sorry for the wall of text; the issue here appears to be rather complicated) I'm seeing a somewhat strange case where checking whether an S4 object inherits from a parent class defined from another package with 'inherits' fails if that object is materialized through a call to 'load'. That's a mouthful, so I've put together a relatively small reproducible example
2016 Jul 29
2
strange behavior in 'inherits' check for loaded S4 object
...https://github.com/wch/r-source/blob/trunk/src/library/methods/R/SClasses.R#L255 > > Note that we reach this code path as the S3 class cache has not been > populated yet; ie, this code returns NULL: > > https://github.com/wch/r-source/blob/trunk/src/library/methods/R/SClasses.R#L238-L240 > > So, the class hierarchy is looked up using this code: > > if(isTRUE(nzchar(package))) { > whereP <- .requirePackage(package) > value <- get0(cname, whereP, inherits = inherits) > } > > However, because the '.__C__SubMatrix' object i...
2016 Jul 29
0
strange behavior in 'inherits' check for loaded S4 object
...entually gets us here: https://github.com/wch/r-source/blob/trunk/src/library/methods/R/SClasses.R#L255 Note that we reach this code path as the S3 class cache has not been populated yet; ie, this code returns NULL: https://github.com/wch/r-source/blob/trunk/src/library/methods/R/SClasses.R#L238-L240 So, the class hierarchy is looked up using this code: if(isTRUE(nzchar(package))) { whereP <- .requirePackage(package) value <- get0(cname, whereP, inherits = inherits) } However, because the '.__C__SubMatrix' object is only made available in the package's...
2009 Mar 09
3
Shorewall Rules and Configurations
...RFACE BROADCAST OPTIONS tlm eth0 detect routefilter,tcpflags,dhcp adm eth1 detect routefilter,tcpflags,dhcp net eth2 detect norfc1918,tcpflags,routefilter sis eth3 detect routefilter,tcpflags l240 tun240 - /etc/shorewall/tunnels #TYPE ZONE GATEWAY GATEWAY # ZONE openvpn:3865 net 122.x.y.120 openvpn:3845 net 222.x.y.93 /etc/shorewall/hosts #ZONE HOST(S)...
2016 Jul 31
2
strange behavior in 'inherits' check for loaded S4 object
...k/src/library/methods/R/SClasses.R#L255 >>> >>> Note that we reach this code path as the S3 class cache >>> has not been populated yet; ie, this code returns NULL: >>> >>> https://github.com/wch/r-source/blob/trunk/src/library/methods/R/SClasses.R#L238-L240 >>> >>> So, the class hierarchy is looked up using this code: >>> >>> if(isTRUE(nzchar(package))) { whereP <- >>> .requirePackage(package) value <- get0(cname, whereP, >>> inherits = inherits) } >>> >>> However, becaus...
2016 Jul 30
0
strange behavior in 'inherits' check for loaded S4 object
...k/src/library/methods/R/SClasses.R#L255 >> >> Note that we reach this code path as the S3 class cache >> has not been populated yet; ie, this code returns NULL: >> >> https://github.com/wch/r-source/blob/trunk/src/library/methods/R/SClasses.R#L238-L240 >> >> So, the class hierarchy is looked up using this code: >> >> if(isTRUE(nzchar(package))) { whereP <- >> .requirePackage(package) value <- get0(cname, whereP, >> inherits = inherits) } >> >> However, becaus...
2016 Aug 02
0
strange behavior in 'inherits' check for loaded S4 object
...ods/R/SClasses.R#L255 >>>> >>>> Note that we reach this code path as the S3 class cache >>>> has not been populated yet; ie, this code returns NULL: >>>> >>>> https://github.com/wch/r-source/blob/trunk/src/library/methods/R/SClasses.R#L238-L240 >>>> >>>> So, the class hierarchy is looked up using this code: >>>> >>>> if(isTRUE(nzchar(package))) { whereP <- >>>> .requirePackage(package) value <- get0(cname, whereP, >>>> inherits = inherits) } >>>> &gt...
2005 Dec 21
9
question about changejournal
Hi, I''ve got a newbie question--sorry if this is covered elsewhere, I parsed through the archives for awhile and didn''t see it. I''d like to listen for whenever a file is renamed (e.g. foo.txt -> foo.old) and then magically change it back. This sounds odd, but I''m working with a stubborn application and this will actually make things work nice. So, if I do: