search for: nnext

Displaying 5 results from an estimated 5 matches for "nnext".

Did you mean: next
2011 Oct 28
3
R CMD check and error in an \Sexpr in an Rd file
Hi, another Rd related issue I encountered is that if an error occurs in an \Sexpr in an Rd file, then on get the following error: * checking for portable compilation flags in Makevars ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking examples ... ERROR Error in paste(before, x, after, sep = "") : object 'exfile' not found Execution halted
2006 Apr 02
4
Field#to_text
We''re using Vpim to parse iCal and vCard files, and so far it''s been great. However, when we were parsing some iCal files we noticed that all the endlines in the description section were disappearing. I start peering through the source code and find (in the Field#to_text method that is being called): # The value as text. Text can have escaped newlines, commas, and escape #
2008 Sep 30
1
Problem compiling tinc-1.0.8 on gcc-2.95
...if(!result || lenout != lenin) { logger(LOG_ERR, _("Error while decrypting metadata from %s (%s): %s"), diff -ubr tinc-1.0.8/src/net.c tinc-1.0.8.my/src/net.c --- tinc-1.0.8/src/net.c Wed Feb 14 11:20:27 2007 +++ tinc-1.0.8.my/src/net.c Thu Sep 25 11:19:53 2008 @@ -65,7 +65,7 @@ nnext = nnode->next; n = nnode->data; - if(!n->status.reachable) { + if(!n->status.st.reachable) { ifdebug(SCARY_THINGS) logger(LOG_DEBUG, _("Purging node %s (%s)"), n->name, n->hostname); @@ -93,7 +93,7 @@ nnext = nnode->next; n = nnode->data...
2013 Mar 21
0
"[[i]]$" <- "" indexing and lapply
...rameters[4] localINFO$stepYear <- surfaceIndexParameters[5] localINFO$nVectorYear <- surfaceIndexParameters[6] localINFO$windowY <- windowY localINFO$windowQ <- windowQ localINFO$windowS <- windowS localINFO$minNumObs <- minNumObs localINFO$minNumUncen <- minNumUncen cat("\nNext step running estSurfaces with survival regression:\n") surfaces1 <- estSurfaces(localDaily = localDaily, localSample = localSample, windowY, windowQ, windowS, minNumObs, minNumUncen) Daily1 <- estDailyFromSurfaces(localDaily = localDaily, localINFO = localINFO, localsurfaces = surfaces...
2007 Jul 21
2
tincctl patches
(Second try to send this. I wonder if the first one gotten eaten by a spam filter; I'll link to patches instead of attaching them.) Here are the tincctl patches I've been working on. They apply to http://www.tinc-vpn.org/svn/tinc/branches/1.1@1545. I intend to commit them once the crypto stuff's fixed. Since they're basically done, I'm emailing them now for review and in case