search for: fmatch

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

Did you mean: match
2019 Jan 25
0
[klibc:update-dash] expand: Remove dependency on fmatch.h if it does not exit
...klibc/klibc.git;a=commit;h=b3726254f4b33e08b7e3ffd21a8bca857758aabf Author: Rink Springer <rink at rink.nu> AuthorDate: Fri, 2 Feb 2018 08:44:55 +0100 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] expand: Remove dependency on fmatch.h if it does not exit [ Ugh; forgot to attach patch - apologies, I need more coffee ] Dear all, Attached is a trivial patch that removes the assumption that fnmatch.h is available - the configure script already checks for fnmatch(3) and supplies its own implementation if necessary, but fnmatch.h...
2020 Mar 28
0
[klibc:update-dash] dash: expand: Remove dependency on fmatch.h if it does not exit
...klibc.git;a=commit;h=be47d99b3d05ea898412536d717a15d80cd8b68f Author: Rink Springer <rink at rink.nu> AuthorDate: Fri, 2 Feb 2018 08:44:55 +0100 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:54 +0000 [klibc] dash: expand: Remove dependency on fmatch.h if it does not exit [ dash commit 556e2f03cc9e6e92ba361171226cd890db53589e ] [ Ugh; forgot to attach patch - apologies, I need more coffee ] Dear all, Attached is a trivial patch that removes the assumption that fnmatch.h is available - the configure script already checks for fnmatch(3) and s...
2010 Mar 08
1
confused by classes and methods.
...=T) statistic@avg = mean(statistic@obs) statistic@current = newData if(length(statistic@obs)==1 || is.na(statistic@beg)){ statistic@beg = newData } return(statistic) } ) Creating a new generic function for "update" in ".GlobalEnv" Error in match.call(fmatch, fcall) : unused argument(s) (statistic = "statisticInfo", newData = "numeric") 1: source("tca.init.R", chdir = T) 2: eval.with.vis(ei, envir) 3: eval.with.vis(expr, envir, enclos) 4: source("../../studies/tca.tradeClassifyFuncs.R") 5: eval.with.vis(ei...
2006 Sep 13
0
R CMD INSTALL with debugging
...Linux system when trying to install the Matrix package (version 0.995-16) which didn't happen with version 0.995-2. The problem is not with a x86_64 system: it's a 32 bit machine, the exact description I don't have right now (R-2.3.1). The message looks like this: Error in match.call(fmatch, fcall) : unused argument(s) (x ...) In addition: There were 12 warnings (use warnings() to see them) Error: unable to load R code in package 'Matrix' Execution halted ERROR: lazy loading failed for package 'Matrix' I even tried with the --no-lazy switch but that only gave me a me...
2010 Jan 21
0
filehash does not install on FreeBSD
...KeyMap.o sha1.o ** R ** inst ** preparing package for lazy loading Restoring the implicit generic function for 'with' from package 'base' into package 'filehash'; the generic differs from the default conversion (Signatures differ: (data, expr), (data)) Error in match.call(fmatch, fcall) : unbenutzte(s) Argument(e) (name = "character") Error : unable to load R code in package 'filehash' ERROR: lazy loading failed for package 'filehash' * removing '/usr/local/lib/R/library/filehash' * restoring previous '/usr/local/lib/R/library/file...