www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2022/07/09/07:13:48

X-Recipient: archive-cygwin AT delorie DOT com
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8935C3858C2C
Authentication-Results: sourceware.org;
dmarc=pass (p=none dis=none) header.from=gmail.com
Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112;
h=mime-version:from:date:message-id:subject:to;
bh=DJBNnb1iUL0NtD0FADHTwk111CuXCFzQRGI/lmQPGNQ=;
b=aWspJ5HZKXZjGu54PxK7dz1Ld7tjpGaUbb9ihnCaHkDiS+OBb6jIBQSIVWROVYK4iT
IvwkIEZDGjJ+Tpk4aT8Yn93GWWi7yFyR4ujK6E4gCGSHZxjPjUool/na8+bZkAJqOb6d
Me61D9ONwwhSkNhn54m5AVrXDQRHBoKTMABeifBsfE1/B03ruNRewjYpjdUQqucewYCC
iI3sdKP5ILHKlro1/ny4N7b3IdvtImq/ZO1+bVya0DTh4u48p+H+J+00ijZnNbmnXdM9
QgNwG5A/0029nN1DR9AndylWNZKRWqzCp5urLxwIsZA6pJhrf9ao4miBkLqMrAuQJ1jA
LZwg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20210112;
h=x-gm-message-state:mime-version:from:date:message-id:subject:to;
bh=DJBNnb1iUL0NtD0FADHTwk111CuXCFzQRGI/lmQPGNQ=;
b=G/ysjLNQFEUhwKZ62Wil5a0KektKKXbhor90Cz1On/wpWy3zfrXsJLJ3I/j7PKbYXM
q6QmmairZ7XHRSztzXT3zR3n0n2KfWIhe/6JVtDL2c3XZzmQ4UY5CvFE0iSece1p5rJk
kVcZn1u+qsiUGu1YdDdxSC/dy5uq7mjQqQhRpdcATU01uWRcgijZUPZeFVLAotKB60oR
WJmSaxpcJ6RMGgv8/f0k90XNbl6h2SNCCZ3cvt63NnVnggX0kk/X5IB3+cLKKa4c7gR9
uBlyWOED9+jvgMzAJZwfr44VyHhbJpLmbvGvhkGVmvKIiGjFOAxWA9jU4Kni+eUJwQgF
fL/A==
X-Gm-Message-State: AJIora9EmIYa4yOnp7fth5cyucdRUO7UodZlwBDsVTm+sgrojmekxR+N
9SuMhIxto0jp52zRI7sEwbb6Ud3z52+zYhU+5XdML8242Bo=
X-Google-Smtp-Source: AGRyM1uE4WXLnZhbJ0wv1svQ/87P7SQMZUMgYeJCLxT9tObKl/j4lo8AsLDqanMqZxrmwXcBJbPhG0+crZJZ9uCpeIM=
X-Received: by 2002:a05:6808:e85:b0:32e:28e1:b260 with SMTP id
k5-20020a0568080e8500b0032e28e1b260mr2356798oil.129.1657365188878; Sat, 09
Jul 2022 04:13:08 -0700 (PDT)
MIME-Version: 1.0
From: Xavier Delaruelle <xavier DOT delaruelle AT gmail DOT com>
Date: Sat, 9 Jul 2022 13:12:57 +0200
Message-ID: <CAExoBLu5XcMVkpw-O7zA8j56J7m7a3ikc-1E-ekKVoBtqMYS1A@mail.gmail.com>
Subject: Warning message about not found stats package on R-4.2.1-1
To: cygwin AT cygwin DOT com
X-Spam-Status: No, score=-0.4 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE,
KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP,
T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
server2.sourceware.org
X-Content-Filtered-By: Mailman/MimeDel 2.1.29
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

Hello All,

I am using Cygwin through GitHub actions to test the software I maintain
(Environment Modules) on this system.

I would like to report that after the update to the new version of the R
package (4.2.1-1), a warning message appears about the "stats" package of R
which seem missing:

During startup - Warning message:
package 'stats' in options("defaultPackages") was not found

By comparing the hint file of this new package with the previous version
(4.1.2-1), we can observe that the liblapack0 dependency has been removed.

By manually installing the liblapack0 package, the warning message
described above disappear. So it seems that the "stats" module of R
requires this liblapack0 cygwin package to load properly.

Regards,
Xavier

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019