public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Warning message about not found stats package on R-4.2.1-1
@ 2022-07-09 11:12 Xavier Delaruelle
  2022-08-11 20:03 ` Marco Atzeri
  0 siblings, 1 reply; 2+ messages in thread
From: Xavier Delaruelle @ 2022-07-09 11:12 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Warning message about not found stats package on R-4.2.1-1
  2022-07-09 11:12 Warning message about not found stats package on R-4.2.1-1 Xavier Delaruelle
@ 2022-08-11 20:03 ` Marco Atzeri
  0 siblings, 0 replies; 2+ messages in thread
From: Marco Atzeri @ 2022-08-11 20:03 UTC (permalink / raw)
  To: cygwin

On 09.07.2022 13:12, Xavier Delaruelle wrote:
> 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
> 

thanks Xavier
for the info.

It is caused by a glitch in my build system, I had a spurious 
cyglapack0.dll in the wrong place that was not recognized for R depency


I will update R package dependency

Regards
Marco



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-11 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-09 11:12 Warning message about not found stats package on R-4.2.1-1 Xavier Delaruelle
2022-08-11 20:03 ` Marco Atzeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).