Displaying 20 results from an estimated 43 matches for "subsitution".
Did you mean:
substitution
2013 Apr 03
1
Documentation error in subsitute
Hi all,
The documentation for substitute currently reads:
Substitution takes place by examining each component of the parse
tree as follows: If it is not a bound symbol in ?env?, it is
unchanged. If it is a promise object, i.e., a formal argument to
a function or explicitly created using ?delayedAssign()?, the
expression slot of the promise replaces the symbol. If it is an
ordinary variable,
1998 Aug 20
0
macro subsitution inconsistancies
I'm having a problem with 1.9.18p7 (and I've checked the sources for 1.9.18p8 and the ntdom branch also, so I suspect the problem exists for those builds also).
I want to have certain shares show up and configurations happen depending on the user name, so I've defined parameters in /etc/smb-confs/smb.conf.USERNAME, like so:
/etc/smb-confs/smb.conf.abakun:
[onlyabakun]
blah =
2005 Feb 16
2
Monitor does not like variable subsitutions
Hello,
I have been attempting to get the Monitor function to
accept a loal variable substitution in order to use
the same filename later in the same context. Monitor
does not appear to like it, as it attempts to use
wav|filename as the recording type, as opposed to just
wav.
Here is what I get if I just supply a filename
directly (it works fine):
--context-----------------------------
exten
2004 Feb 12
1
Porting let* from Common LISP to R
...it provides an order to the
binding and visibility of preceding variables.".
I have included the recursive Common LISP function in which let* block appears
and a straighforward R port.
Thank you,
Gabriel Baud-Bovy
The let* block appears in the following LISP function:
(defun infer (goal subsitution kb)
(if(null kb)
(make-empty-stream)
(let* ((assertion (rename-variable (car kb))) ; *********
(match ([...])))
(if (equal match 'failed)
(infer goal substitutions (cdr kb))
(if (rulep assertion)
(combine-stream...
2007 Sep 11
2
Function to get a sequence of months
Hi all,
I am looking for a function for following calculation.
start.month = "July"
end.month = "January"
months = f(start.month, end.month, by=1)
* f is the function that I am looking for.
Actually I want to get months = c("July", "August",.............."January")
If start.month = 6 and end.month = 1 then I could use (not properly) seq()
2008 Dec 01
1
trivial spelling correction
Good evening,
Spotted a very minor spelling mistake in the source for the grep help.
And thanks to R-Core for all their work - it's a tribute to R-Core,
that these sort of "problems" are rare indeed.
Best regards,
Sean O'Riordain
Dublin
sean at sean7:~/R/RSVN/R/trunk/src/library/base/man$ svn diff
Index: grep.Rd
2012 Oct 11
1
a question
Dear R-helpers,
I need to read some data from output of garchFit in fGarch.
my model is garch(1,1) and i want to read
coefficients(omega,alpha,beta) and timeseries(x) and conditional
SD(s). because i need them to use in other formula.
for example :omega+x[1]+s[3]
and maybe i have several simulation then i need a general way to read
them, not to read with my eyes for example the quantity of
2005 Aug 03
1
deparse(substitute(x)) and S3 methods
Dear List,
I have the following function:
coca <- function(x, ...)
{
if(is.null(class(x))) class(x) <- data.class(x)
UseMethod("coca", x)
}
and a default method
coca.default <- function(x, y, method = c("predictive", "symmetric"),
reg.method = c("simpls", "eigen"), weights =
NULL,
2009 Apr 29
1
R Macro Question
Dear all,
I am a new R user, and I have a question about R macro.
Here is the situation, I want to do item option analysis (options include: A
, B, C, D), below is the codes for option A analyses.
#option A analyses
optiona<-mat.or.vec(nrow(responsedata2), ncol(responsedata2))
# create A matrix by recoding
for (i in 1:ncol(responsedata2)){
2002 Sep 27
2
FIPS 140-2 certification
Hello everyone!
I work for a company that uses OpenSSH to remotely support systems we've
sold. Since some of our clients are US Dept. of Defense hospitals, our
access to these servers needs to comply with a whole range of
requirements and standards. At this point it's looking like the SSH
daemon needs to be FIPS 140-2 compliant, and the only package that is
certified is F-Secure.
2015 Mar 13
5
samba 4.1.17 on raspberry pi as ad dc - winbind breaks it again
okay, I started to look into winbind and the /etc/nsswitch.conf (and
smb.conf)... and it wreaked havoc...
I was using the guide at
https://wiki.samba.org/index.php/Setup_a_Samba_AD_Member_Server
- right guide?
the guide is talking about "samba member server that is part of an
active directory"
Is that correct? I mean, THE ad domain controller is member of the ad,
but it sounds like
2006 Feb 07
1
Opinions needed on call quality vs network latency
Hi,
I am checking out the quality at a few vendors, and althought I know it
doesn`t totally reflect call quality I am using ping as a cheap subsitute to
having a real VoIP testing system
The question I have is this one: given that one service gives me a 80ms ping
(pretty consistantly) and another one gives me 30ms (again very
consistently), is this 50ms difference enough to impact perceived call
2005 Oct 05
1
Problems with autoconf example from r-ext.
...ot;could not determine R_HOME"
exit 1
fi
CC=`"${R_HOME}/bin/R" CMD config CC`
CFLAGS=`"${R_HOME}/bin/R" CMD config CFLAGS`
dnl substitute CPPFLAGS and LIBS
AC_SUBST(CPPFLAGS)
AC_SUBST(LIBS)
dnl and do subsitution in the src/Makevars.in
AC_OUTPUT(src/Makevars)
[end autoconf.ac]
I rund autoconf..
[Makevars.in]
PKG_CFLAGS=@CPPFLAGS@
PKG_LIBS=@LIBS@
[end-Makevars.in]
I rund R CMD with
R CMD INSTALL
--configure-args='--with-sbmlode-lib=/data/opt/sbmlodesolve/include \
--with-sbmlode-include=/...
2007 Feb 28
1
On PostScript
I have been attempting to create a custom fax cover sheet for a hylafax
web front end called avantfax. It requires as input an encapsulated
postscript file conaining the glyph definitions and the text to be
subsituted as strings having the form XXXX-to-variable or
XXXX-from-variable.
I have been trying to create a valid eps file using a varitiy of methods
with no great succes. However, I ahve
2001 Aug 24
1
RE: Variable lables (was Re: [R] Reading SAS version 8 data into
[Moved from R-help]
> From: fharrell@virginia.edu [mailto:fharrell@virginia.edu]
> I store variable labels as "label" attributes of vectors
> and use then in various plotting functions as well as the
> describe() function.
I would like to see general support for label attributes in the R plotting
and modeling functions. One possible way of implementing this is to create
a
2016 May 26
3
No such Base DN: CN=Produktion A-Studio (alt?), CN=Users, DC=srg2, DC=local / RSAT
2016-05-26 13:51 GMT+02:00 mathias dufresne <infractory at gmail.com>:
> Parenthesis are not yet a good idea with Samba. A colleague created users
> with parenthesis in CN field and we just can't use ldbsearch to look for
> them, as long as we set parenthesis in LDAP filter. We must use wildcard to
> avoid the bug (bug because we can use escaped parenthesis in filters with
2016 May 26
0
No such Base DN: CN=Produktion A-Studio (alt?), CN=Users, DC=srg2, DC=local / RSAT
Am Donnerstag, 26. Mai 2016, 17:35:15 schrieben Sie:
> Stupid me!
>
> https://msdn.microsoft.com/en-us/library/aa746475%28v=vs.85%29.aspx
>
> So we can simply replace parenthesis and others special characters with
> necessary codes. Some MS behaviour well reproduced, not a bug, mea culpa : )
chrrr - Ok,
does it mean i can try the subsitute char codes instead too in my string -
2002 Jun 07
0
isolinux probles
Hi,
I'm trying to create a bootable CD, and so far I have had limited success.
On the first CD I created, isolinux worked, but I think I had a kernel
without the necessary initrd support compiled in, so the boot failed.
Now I can't even re-create that success. At the moment the CD's I'm burning
(3 so far) do not even show the display file. I used isolinux-debug.bin for
the
1999 Nov 09
0
synchronizing Samba & Unix passwords
The following message is a courtesy copy of an article
that has been posted to comp.protocols.smb as well.
Okay. Maybe someone knows the answer to a question I have about
password synchronization. The smb.conf man page says that the "passd
chat" string controls the chat between smbd and the local password
changing program. The man page goes on to say that the string can
contain
2004 May 26
0
strange [homes] behavior
Hello
I am having a very trippy time trying to get the [homes] share to work
on my samba 3.0.3pre2-SuSE (SuSE 9.0) server working.
Users home folders have been copied from an old sbs server to
/data1/fileroot/PersonalFiles.
Here is the [homes] section of my smb.conf:
[homes]
path = /data1/fileroot/PersonalFiles/%S
valid users = %S
admin users = MYDOMAIN\administrator
browseable