Displaying 20 results from an estimated 1000 matches similar to: "SWAT and SSL"
2007 Feb 19
1
Documenting options specific to a package.
If one specifies new options in a package, using the options()
function, where does/should one document these new options?
E.g. suppose that I put the line
options(melvin=42)
in a file zzz.R in the R directory of the package source, where the
package contains functions foo(), bar(), clyde(), and irving() which
all query options("melvin") and take some action based on the value
of
2000 Jul 17
0
SSL!
Hello!
I'm still trying to configure samba with SSL. The operating system is Suse
Linux 6.4, samba version 2.0.7. Without ssl, it works well.
I installed SSLeay and got no error messages. After installing it, I
configured samba with ssl option and no error messages. When I tried to test
my configuration file with testparm, I have the following:
Load smb config files from
2006 Apr 13
4
Creating an environment for a function.
I am trying to build a function in a context where the environment
concept would appear to be useful. But I'm a bit foggy about this
concept and would appreciate some pointers and advice.
Basically the function I'm building, say foo(x,t), is a function of
two variables). Depending on the value of t, foo will return one of
the values f1(x), f2(x), ..., fk(x), where each of f1, ..., fk is
2002 Apr 11
2
Obtaining names of ``...'' arguments.
This may be an FAQ, but a (perfunctory) search failed to turn it up.
Suppose I have a function foo(...){<something>} and I want to obtain,
inside foo, the names of items comprising the ``...''. E.g. if I
call
foo(melvin,clyde,irving)
I want to be able to loop through the ``...'' and successively obtain
the text strings "melvin", "clyde", and
2001 Dec 20
2
library()
I've just installed version 1.4.0 of R, and am experiencing
a puzzling phenomenon with the library() function.
I have .lib.loc set as follows:
> .lib.loc
[1] "/usr/local/lib/R/library" "/home/faculty/rolf/Rlib"
If I invoke
> library(melvin)
I get the error message
Error in library(melvin) : There is no package called `melvin'
but if I invoke
>
2019 Nov 04
3
Puzzled about a new method for "[".
On 5/11/19 3:41 AM, Hadley Wickham wrote:
> For what it's worth, I don't think this strategy can work in general,
> because a class might have attributes that depend on its data/contents
> (e.g. https://vctrs.r-lib.org/articles/s3-vector.html#cached-sum). I
> don't think these are particularly common in practice, but it's
> dangerous to assume that you can restore a
2019 Nov 04
0
Puzzled about a new method for "[".
Hi Rolf,
On 11/4/19 12:28, Rolf Turner wrote:
>
> On 5/11/19 3:41 AM, Hadley Wickham wrote:
>
>> For what it's worth, I don't think this strategy can work in general,
>> because a class might have attributes that depend on its data/contents
>> (e.g.
>>
2019 Nov 04
0
Puzzled about a new method for "[".
On 5/11/19 10:54 AM, Duncan Murdoch wrote:
> On 04/11/2019 4:40 p.m., Pages, Herve wrote:
>> Hi Rolf,
>>
>> On 11/4/19 12:28, Rolf Turner wrote:
>>>
>>> On 5/11/19 3:41 AM, Hadley Wickham wrote:
>>>
>>>> For what it's worth, I don't think this strategy can work in general,
>>>> because a class might have attributes
2019 Nov 04
3
Puzzled about a new method for "[".
On 04/11/2019 4:40 p.m., Pages, Herve wrote:
> Hi Rolf,
>
> On 11/4/19 12:28, Rolf Turner wrote:
>>
>> On 5/11/19 3:41 AM, Hadley Wickham wrote:
>>
>>> For what it's worth, I don't think this strategy can work in general,
>>> because a class might have attributes that depend on its data/contents
>>> (e.g.
>>>
2019 Nov 05
1
Puzzled about a new method for "[".
You can try for testing with a column of class errors, from the package
'errors'. The attributes depend on the content in the way Hadley pointed
out.
I?aki
El lun., 4 nov. 2019 23:19, Rolf Turner <r.turner at auckland.ac.nz> escribi?:
> On 5/11/19 10:54 AM, Duncan Murdoch wrote:
> > On 04/11/2019 4:40 p.m., Pages, Herve wrote:
> >> Hi Rolf,
> >>
>
2001 Nov 15
1
samba daemon won't start.
-----Original Message-----
From: MAKRO BAGAFORO, Melvin
Sent: Friday, November 16, 2001 11:52 AM
To: 'Ben Elliston'
Subject: RE: samba error
Hi Guys,
I already downloaded the latest config.guess
and config.sub files, './configure' command is now error free. However, I
have another problem, samba won't start. Samba test results:
2008 Apr 19
2
mailtrain with dovecot antispam plugin
Hello all, and Johannes if you're around,
I was trying to set up the "new" antispam plugin with the mailtrain
backend, and i was trying to use the sendmail binary that's part of a
qmail system. The message wouldn't get sent and i kept getting exit
error 100 from the /var/qmail/bin/sendmail binary. To try to figure out
what was happening, i mean a fake sendmail program,
2010 Oct 08
4
login_* options for 1.0.15
Hello all,
Although i'm aware that version 1.0.15 is rather old, that's what is
used in Lenny, so...
Either way, the setup is rather simple, regular dovecot install, with
maildirs residing on a "local" ext3 filesystem accessed through FC to a
SAN (2Gbps link). The server has 2 cores (with HT), so "almost" 4 cores
and 3GB of ram.
A couple weeks ago we had a major
2007 Sep 20
1
SHLIB problem under Vista
Hi all,
I'd like to distribute an R package that compiles some (small) C functions
every time it's sourced. The relevant code in the top level R script is as
follows:
system("R CMD SHLIB Selma_extensions.c")
if (.Platform$OS.type=="windows") {
slash = '\\'
dyn.load("Selma_extensions.dll")
}
if (.Platform$OS.type=="unix") {
2007 Feb 01
0
Multiple Trash patch for DSPAM plugin
Hello all,
First of all my respects to Johannes for the nice dspam plugin he created.
Unfortunatly i got stuck with a problem in that same plugin since it
didn't allow the use of more than one Trash folder. That can be an issue
if you have a wide variety of clients working in a wide variety of
languages. Not all use the english "Trash" for that folder.
I've written a small
2007 Apr 02
1
testing LDAP connections
Hello all,
I haven't looked into the source code, but i suspect that LDAP
connections, once established, are not tested properly.
My scenario is the followind:
Dovecot server <--------> firewall <---------> LDAP backend
What happens is that the firewall has a security feature which
basically make de firewall box "forget" about connections that are idle
for more
2010 Dec 08
1
Dovecot as IMAP proxy to Exchange
Hello list,
I'm looking into the possibility to setup dovecot to act as an IMAP
proxy to an Exchange server.
Things i know beforehand:
- I will not be able to use the ldap (Active Directory) user DN for auth
binds (but i discovered that i could could use the user
userPrincipalName attribute as bind DN. I tested it using ldapsearch and
it worked fine.)
- I will not be able to perform any
2013 Jun 03
0
Próxima reunión del "Grupo de Usuarios de R de Madrid"...(abierta agenda)...
Hola,
Ya estamos preparando la siguiente reunión del "Grupo de Usuarios de R de
Madrid".
Tenemos acordada ya parte de la agenda (os adjunto detalles), si alguien
quiere unirse y presentar algo (corto, largo o medio-pensionista) no dude
en ponerse en contacto conmigo para incluirle sin problemas.
Jueves 20 Junio de 2013
- *Lugar:* Facultad de Ciencias - UNED. C/ Senda del Rey,
2004 Dec 04
9
Excel *.xls files, RODBC
I gather from reading the back-issues of r-help that it should be
possible (modulo a number of caveats) to read an excel (yuck!) file
into R using RODBC. I have obtained and installed ODBC and the RODBC
package, but cannot for the life of me figure out how to go about
it. Can anyone give me a simple recipe?
I have an excel file on cdrom, say:
/mnt/cdrom/melvin.xls
I have started R and loaded
2015 Jan 31
2
Start up script fails
On 1/31/15, Charles Lepple <clepple at gmail.com> wrote:
> On Jan 31, 2015, at 9:17 AM, Melvin Call <melvincall979 at gmail.com> wrote:
>
>> There is no other information provided, and there is nothing in the log to
>> help
>> either. Can anyone tell me what I need to do to make this output some
>> useful
>> information that I can use to further