Displaying 3 results from an estimated 3 matches for "rhwap".
Did you mean:
rhwas
2012 May 31
1
Repost: Expressions returned by GlobalEnv functions and package functions
...length(r$addon)
rhcollect(len, 1)
}
}, 1:length(map.values), map.keys, map.values)
NULL
})
attr(,"class")
[1] "expression" "rhmr-map"
ewrap is defined in the GlobalEnv. In my package (Rhipe), a function
rhwrap has the exact same definition
rhwap <- function(co1=NULL,before=NULL,after=NULL){
co <- substitute(co1); before=substitute(before)
j <- as.expression(bquote({
.(BE)
result <- mapply(function(.index,k,r){
.(CO)
},1:length(map.values),map.keys,map.values)
.(AF)
},list(CO=co,BE=before,AF=after)))...
2012 May 31
0
Expressions returned by a Package function
...length(r$addon)
rhcollect(len, 1)
}
}, 1:length(map.values), map.keys, map.values)
NULL
})
attr(,"class")
[1] "expression" "rhmr-map"
ewrap is defined in the GlobalEnv. In my package (Rhipe), a function rhwrap
has the exact same definition
rhwap <- function(co1=NULL,before=NULL,after=NULL){
co <- substitute(co1); before=substitute(before)
j <- as.expression(bquote({
.(BE)
result <- mapply(function(.index,k,r){
.(CO)
},1:length(map.values),map.keys,map.values)
.(AF)
},list(CO=co,BE=before,AF=after)))...
2008 Apr 10
2
SugarCRM pro and PHP 5.2
We're looking at SugarCRM 5, but they strongly recommend PHP 5.2.4.
Looking around I see that a few individuals are maintaining repos for
CentOS, but I'd prefer to get it from one of the larger repositories.
Anyone out there using http://www.jasonlitka.com/yum-repository/ ?
Any idea when PHP 5.2x will be available?
--Chris