Displaying 7 results from an estimated 7 matches for "parenthesises".
Did you mean:
parenthesised
2017 Mar 26
1
Documentation of model.frame() and get_all_vars()
Hi everyone,
This is about documentation for the model.frame() page. The
get_all_vars() function (added in R 2.5.0) is a great addition, but
the behavior of its '...' argument is different from that of
model.frame() with which it is documented and this creates ambiguity.
The current docs read:
\item{\dots}{further arguments such as \code{data}, \code{na.action},
\code{subset}. Any
2015 Jan 08
0
Package "ore": Oniguruma Regular Expressions
Dear all,
I'm pleased to announce the availability of the "ore" package (for
"Oniguruma Regular Expressions"), which offers an alternative to base
R's functions for searching, splitting and substituting text which
matches (Perl-style) regular expressions. The package uses the
Oniguruma/Onigmo regex library behind the scenes, and offers the
following advantages:
-
2015 Jan 08
0
Package "ore": Oniguruma Regular Expressions
Dear all,
I'm pleased to announce the availability of the "ore" package (for
"Oniguruma Regular Expressions"), which offers an alternative to base
R's functions for searching, splitting and substituting text which
matches (Perl-style) regular expressions. The package uses the
Oniguruma/Onigmo regex library behind the scenes, and offers the
following advantages:
-
2006 Apr 29
1
Warnings printed to console causes error if console closed on Linux
I had a statement that was generating a warning about parenthesise
argument for future version. The interesting thing was it would crash
the page with an input/output error on my production linux server, but
worked fine in webbrick/windows. I finally tracked it down to it crashed
when trying to print the warning to the console. If I kept the terminal
open that I started the server on it would
2007 May 28
2
helper with block compile error
HI,
i''m trying to write a helper that replaces link_to_remote that
accepts a block but it gets a compile error in the template:
I don''t know what I''m doing wrong... TIA
# application_helper.rb
def link_block_to_remote( options = {}, html_options = {}, &block)
concat(link_to_remote(capture(&block), options, html_options),
block.binding)
end
# in
1997 Dec 11
0
cvs and smbdes.c
Hi,
I'm trying to use the samba cvs service to keep up with the NT Domain
Stuff, my problem is that the smbdes.c that I receive is mangled (looks
like the diffs has lost sync somehow, since some lines are duplicated, and
others have mismatched parenthesises). Here is the diff I get between the
current cvs version and alpha12.
--- alpha12/source/smbdes.c Mon Oct 27 18:15:44 1997
+++ samba/source/smbdes.c Thu Dec 11 10:00:31 1997
@@ -14,10 +14,7 @@
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRAN...
2023 Dec 20
1
Samba share not quite working on Domain Controller
On Wed, 20 Dec 2023 15:48:43 -0500
Mark Foley via samba <samba at lists.samba.org> wrote:
> I'm following up on this because I'm not sure I understand. tune2fs
> on the DC shows, ext_attr; Default mount options: user_xattr, acl,
> although fstab does not have 'acl' as an option.
>
> So should I add to my DC smb.conf (per
> wiki
>