Displaying 5 results from an estimated 5 matches similar to: "Error "promise already under evaluation ...""
2014 Nov 24
1
Error "promise already under evaluation ..." with function(x, dim=dim(x))
On Sat, Nov 15, 2014 at 1:47 AM, Duncan Murdoch
<murdoch.duncan at gmail.com> wrote:
>
> On 14/11/2014, 9:06 PM, Henrik Bengtsson wrote:
> > I've meant to ask the following for several years now.  I understand why:
> >
> >> foo <- function(x, dim=dim) { dim }
> >> foo(1)
> > Error in foo(1) :
> >   promise already under evaluation:
2005 Apr 29
2
Subarrays
Define an array
> v<-1:256
> dim(v)<-rep(4,4)
Subarrays can be obtained as follows:
> v[3,2,,2]
[1]  71  87 103 119
> v[3,,,2]
     [,1] [,2] [,3] [,4]
[1,]   67   83   99  115
[2,]   71   87  103  119
[3,]   75   91  107  123
[4,]   79   95  111  127
In the general case this procedure is very tedious. 
Given an array 
A, dim(A)=(dim_1,dim_2,...,dim_d) 
and two vectors
2009 Jun 14
0
DNS queries based on channel name?
What are these dns queries for? I'd like to disable them but I cant
find any obvious reference to them in the asterisk source.
I'm running Asterisk 1.4.21.2
I call voicemail and immediately hang up:
I called from a sip client called line1, but I have no idea where
08c5b9e0 is coming from...
14-Jun-2009 12:37:07.926 queries: info: client 127.0.0.1#41105: query:
2007 Mar 26
4
Problem dropping rows based on values in a column
I am trying to drop rows of a dataframe based on values of the column PID, but my strategy is not working. I hope someoen can tell me what I am doing incorrectly.
# Values of PID column
> jdata[,"PID"]
 [1] 16608 16613 16355 16378 16371 16280 16211 16169 16025 11595 15883 15682 15617 15615 15212 14862 16539
[18] 12063 16755 16720 16400 16257 16209 16200 16144 11598 13594 15419 15589
2010 Sep 03
0
Wine release 1.3.2
The Wine development release 1.3.2 is now available.
What's new in this release (see below for details):
  - Update of the Gecko engine, now including a 64-bit version.
  - New implementation of console support on Unix terminals.
  - Many new functions in the C runtime dlls.
  - Various bug fixes.
The source is available from the following locations: