Displaying 10 results from an estimated 10 matches for "lehnert".
Did you mean:
mehnert
2015 Mar 17
1
Using Fortran 90 code in packages for CRAN
...riting the function in FORTRAN 77 is impossible. So, I
searched on CRAN and found some packages which contain Fortran 90 code. Is it
generally possible to submit R packages to CRAN containing Fortran 90 source
code? If so, what specific things should I consider?
Thank you for your help
Lukas Lehnert
2005 Jun 10
1
4.1p1 on AIX5200-05
...les ok. ssh works fine.
sshd starts, accepts password, user authenticated
and then disconnects.
Debug log of both sshd and trying-to-connect client
(3.9p1-3.2 on Linux) are enclosed.
For test purposes por 3333 is used; however, same
behaviour when entirely installed and run on 22.
Kind regards
g lehnert
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: client_log.txt
Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20050610/1e78b306/attachment.txt
-------------- next part --------------
An embedded and charset-unspecified...
2020 May 22
3
Compatibility issues caused by new simplify argument in apply function
Dear R Developers,
the new simplify argument in apply causes that my package (hsdar) does not
pass the
checks in R-devel.
The workaround, Kurt Hornik send me, is working for the R-code:
if("simplify" %in% names(formals(base::apply)))
do something
else
do something else
Unfortunately, I cannot conditionalize the man pages of the functions. I get
the message
that
2020 May 22
2
Compatibility issues caused by new simplify argument in apply function
...n is too hard to accommodate, and they should back it out, maybe
> by making a new function with the new signature.
>
> Or you could make a new function with the old signature, and use that
> instead of apply().
>
> Duncan Murdoch
>
>
>
> On 22/05/2020 6:26 a.m., Lukas Lehnert via R-devel wrote:
> > Dear R Developers,
> >
> > the new simplify argument in apply causes that my package (hsdar) does not
> > pass the
> > checks in R-devel.
> >
> > The workaround, Kurt Hornik send me, is working for the R-code:
> > if("simp...
2005 Nov 07
1
someone knows how to title a image.plot() in a layout?
Hello R,
I tried to get 4 image.plot() in one layout.
But when I try to label it with "main" or "sub" there is an error.
What am I doing wrong?
Please help
Thanks, Andy
--
1998 Oct 01
0
possible setup?
...ave typed in the password.
I already have created the smbpasswd in /etc which contains
the following:
#
# SMB password file.
#
stein:10479:NO
PASSWORDXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:10000::
foss:10479:NO
PASSWORDXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:10000::
lehnert:10479:NO
PASSWORDXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:10000::
nardmann:10479:NO
PASSWORDXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:10000::
So what is the reason that the NT server rejects every request from my
Linux Samba
machine?
I have installed 1.9.18p8 from SuSE...
2013 Mar 13
1
Registering method for "t.test"
Dear R-developers,
in a new package, I'm currently working on, I tried to add a new method to
function "t.test". The new class, on which the method is based, is called
"speclib", so I defined the funcion for the new method as "t.test.speclib".
R CMD check now gives always a warning, that S3 methods are not consistent,
because R does not recognize that the
2017 Oct 23
0
hsdar is back on CRAN
...Speclib-class has now methods compatible with the
iteratively reading/writing functions of the raster-package (writeStart-,
writeValues-, writeStop-methods for Speclib class are implemented).
Besides these technical changes, the new version of PROSPECT (version D) is
implemented.
Cheers
Lukas Lehnert
Hanna Meyer
J?rg Bendix
2009 Jan 22
0
hvm phy-disc doesnt boot (file-disc does) (debian dom0, SLES domU)
...%eip 0xD404A
-------------------
What i am wondering about are the 18188 MBytes.
I tried another hdd - with the same result. BUT: When i do exactly the same
setup but with a image-file as hda, everything works well.
What am i doing wrong? Big thanks for any suggestions!
Best regards,
Roman Lehnert
--
Gobas BIT GmbH
Im Fischteich 11
38268 Lengede
Gerichtsstand:
Amtsgericht Hildesheim
HRB 200561
Geschäftsführer:
Diplom Volkswirt Gustav Alfred Simon, Lengede
Diplom Informatiker Thomas Muth, Wolfenbüttel
_______________________________________________
Xen-users mailing list
Xen-users@lis...
2020 May 22
0
Compatibility issues caused by new simplify argument in apply function
...e that this change to a really old
function is too hard to accommodate, and they should back it out, maybe
by making a new function with the new signature.
Or you could make a new function with the old signature, and use that
instead of apply().
Duncan Murdoch
On 22/05/2020 6:26 a.m., Lukas Lehnert via R-devel wrote:
> Dear R Developers,
>
> the new simplify argument in apply causes that my package (hsdar) does not
> pass the
> checks in R-devel.
>
> The workaround, Kurt Hornik send me, is working for the R-code:
> if("simplify" %in% names(formals(base::ap...