Displaying 20 results from an estimated 1000 matches similar to: "Obtaining SE from the hessian matrix"
2006 Dec 24
2
FW: Passing lists from R to C, extracting elements, and sending lists back again
Thank you to everyone who responded to my previous post regarding the integration into R of C programs that use external libraries. I have another issue that I simply have not been able to figure out using documentation, list archives, and so forth.
I have data that is stored in R lists. I would like to pass the list to C code using the .Call function, perform mathematical operations on the
2007 Jan 04
1
Parameter changes and segfault when calling C code through .Call
I am experiencing some odd behavior with the .Call interface, and I am hoping someone out there can help me with it. Below is a simple example (in that there are R packages that do exactly what I want), but this code illustrates the problem. Thanks in advance for any help you can provide.
Suppose I want to compute the log density of a multivariate normal distribution using C code and the gsl
2023 May 18
1
On Debian 12: nsupdate (as called from samba_dnsupdate) crashes named/bind9_dlz
Hello,
I am testing Samba (v.4.17.8) in Debian 12 ("Bookworm") for use on two
DCs (as separate VMs) in a new AD domain.
"dc33" (IP: 10.150.10.33) is the first DC in the new domain
("ttwo.ad.example.org"), provisioned via 'samba-tool domain provision DC'.
"dc34" (IP: 10.150.10.34) is the second DC, joined to the domain via
'samba-tool domain
2023 May 20
1
On Debian 12: nsupdate (as called from samba_dnsupdate) crashes named/bind9_dlz
On 2023-05-18 11:24 p.m., Rowland Penny via samba wrote:
> On 19/05/2023 03:57, Steven Monai via samba wrote:
>> To be concrete: What do you recommend should be the contents of the
>> respective /etc/resolv.conf files in my test?
> In resolv.conf, 'domain' and 'search' are mutually exclusive and the
> last one wins, as you need 'search', I would
2023 May 20
1
On Debian 12: nsupdate (as called from samba_dnsupdate) crashes named/bind9_dlz
On 20/05/2023 04:44, Steven Monai via samba wrote:
> Thanks. With this new info,
It isn't new, it is in the wiki.
> I re-ran my test setup from the beginning:
> destroyed and reprovisioned the VMs dc33 and dc34 running Debian 12;
> provisioned a new AD domain on dc33 with 'samba-tool domain provision
> DC'; and then joined dc34 as a DC with 'samba-tool domain
2023 May 19
1
On Debian 12: nsupdate (as called from samba_dnsupdate) crashes named/bind9_dlz
Thanks for your reply.
On 2023-05-18 12:29 a.m., Rowland Penny via samba wrote:
> On 18/05/2023 04:31, Steven Monai via samba wrote:
>> Successfully obtained Kerberos ticket to DNS/dc33.ttwo.ad.example.org
>> as DC34$
>
> That's one misconfiguration you probably have there, it looks like your
> second DC isn't using itself as its nameserver, it appears to be
2023 May 19
1
On Debian 12: nsupdate (as called from samba_dnsupdate) crashes named/bind9_dlz
On 19/05/2023 03:57, Steven Monai via samba wrote:
> Thanks for your reply.
>
> On 2023-05-18 12:29 a.m., Rowland Penny via samba wrote:
>
>> On 18/05/2023 04:31, Steven Monai via samba wrote:
>
>>> Successfully obtained Kerberos ticket to DNS/dc33.ttwo.ad.example.org
>>> as DC34$
>>
>> That's one misconfiguration you probably have there,
2020 Jul 14
0
How to install libisl.so.19 on chromebook?
On 14 July 2020 at 12:26, Luigi Marongiu wrote:
| I am trying to install minpack.lm on R 3.3.3 (Debian version) on a
| Chromebook. But I get this error:
| ```
| > install.packages("minpack.lm")
| Installing package into ?/home/marongiuluigi/R/x86_64-pc-linux-gnu-library/3.3?
| (as ?lib? is unspecified)
| trying URL 'https://cran.rstudio.com/src/contrib/minpack.lm_1.2-1.tar.gz'
2020 Jul 14
2
How to install libisl.so.19 on chromebook?
I am trying to install minpack.lm on R 3.3.3 (Debian version) on a
Chromebook. But I get this error:
```
> install.packages("minpack.lm")
Installing package into ?/home/marongiuluigi/R/x86_64-pc-linux-gnu-library/3.3?
(as ?lib? is unspecified)
trying URL 'https://cran.rstudio.com/src/contrib/minpack.lm_1.2-1.tar.gz'
Content type 'application/x-gzip' length 43029 bytes
2020 Jul 14
0
How to install libisl.so.19 on chromebook?
There is something wrong with your system / setup I did not notice first:
On 14 July 2020 at 13:08, Luigi Marongiu wrote:
| Thank you, it looks like I have already libisl:
| ```
| apt search libisl
| Sorting... Done
| Full Text Search... Done
| libisl-dbg/oldstable 0.18-1 amd64
| manipulating sets and relations of integer points bounded by linear
| constraints
|
| libisl-dev/oldstable 0.18-1
2020 Jul 14
2
How to install libisl.so.19 on chromebook?
Thank you, it looks like I have already libisl:
```
apt search libisl
Sorting... Done
Full Text Search... Done
libisl-dbg/oldstable 0.18-1 amd64
manipulating sets and relations of integer points bounded by linear
constraints
libisl-dev/oldstable 0.18-1 amd64
manipulating sets and relations of integer points bounded by linear
constraints
libisl15/oldstable,now 0.18-1 amd64
2020 Jul 14
1
How to install libisl.so.19 on chromebook?
I don't know about the configuration. I installed R using the standard
protocol for Chromebook
http://blog.sellorm.com/2018/12/20/installing-r-and-rstudio-on-a-chromebook/
the rest, it was done by the system itself...
On Tue, Jul 14, 2020 at 1:30 PM Dirk Eddelbuettel <edd at debian.org> wrote:
>
>
> There is something wrong with your system / setup I did not notice first:
>
2008 Mar 13
0
new version of minpack.lm
The package minpack.lm allows nonlinear regression problems to be
addressed with a modification of the Levenberg-Marquardt algorithm based
on the implementation of 'lmder' and 'lmdif' in MINPACK. Version 1.0-8 of
the package is now available on CRAN.
Changes in version 1.0-8 include:
o possibility to obtain standard error estimates on the parameters
via new methods for
2008 Mar 13
0
new version of minpack.lm
The package minpack.lm allows nonlinear regression problems to be
addressed with a modification of the Levenberg-Marquardt algorithm based
on the implementation of 'lmder' and 'lmdif' in MINPACK. Version 1.0-8 of
the package is now available on CRAN.
Changes in version 1.0-8 include:
o possibility to obtain standard error estimates on the parameters
via new methods for
2017 Sep 13
0
(no subject)
On 13/09/2017 9:10 AM, David Brayford wrote:
> Hi Duncan,
>
> The output of gsl-config --version
> 2.3
>
> The output of gsl-config --cflags
> -I/lrz/sys/libraries/gsl/2.3/include
>
> The output of gsl-config --libs
> -L/lrz/sys/libraries/gsl/2.3/lib -lgsl -lgslcblas -lm
>
> gsl_version.h cat output
> #define GSL_VERSION "2.3"
> #define
2012 Jul 25
0
gsl lib version detected wrong during install
Hello everyone,
I've tried to install the R gsl package but without success because R claims
there needs to be a gsl library version >= 1.12 installed on the system.
Actually gsl library version 1.12 is installed locally in my home directory
and I set PATH and LD_LIBRARY_PATH in .bash_profile to point to
corresponding bin and lib directory. gsl-config is accessible from
everywhere in the
2012 Jul 24
1
Trouble with Installing R Package gsl
Dear R users:
I have a problem when installing the R package *gsl*. The procedure is as
follows:
(1) Since it needs a GSL vesion >=1.12, and the GSL library on the serve I
use is too old, I download GSL 1.15 and install it in my own account, such
as $HOME/local/gsl. Because I do not have root access, so it cannot be
installed in standard folder.
(2) Then I download the source code of R
2017 Sep 13
0
(no subject)
On 13/09/2017 5:23 AM, Brayford, David wrote:
> When I try to install gsl in R I get the error Need GSL version >= 1.12 . However, I have version 2.3 of gsl installed on the system, which is picked up earlier in the configure process (see below). Is it possible for someone to fix this error in the configure script?
>
> checking for gsl-config...
2018 Feb 02
0
mpfr and gsl problem on SLES11 SP4
Dear Team,
Maybe somebody already tried to install mpfr and gsl packages for R on SLES.
Exactly I try to install Rmpfr_0.6-1.tar.gz and gsl_1.9-10.3.tar.gz on SLES11 SP4.
These are the available packages from official SLES SDK media:
rtest:/home/ruser # rpm -qa | grep -i gsl
gsl-devel-1.11-1.30
gsl-1.11-1.30
rtest:/home/ruser #
As I understand gsl is from 1.11 till 1.30 level.
2010 Oct 30
1
Trouble installing gsl wrapper
Hi,
I'm trying to install the gsl wrapper source code
(http://cran.r-project.org/src/contrib/gsl_1.9-8.tar.gz) on a Linux
system (OpenSuse 11.1), but encountering the following problem. I've
already installed 'gsl' version 1.14
(ftp://ftp.gnu.org/gnu/gsl/gsl-1.14.tar.gz) on the system. What's
missing? Thanks a lot...
> R CMD INSTALL gsl
* installing to library