Free(): invalid size when downloading 'pgirmess' packages

Hello,
sadly, I am back with 'pgirmess' packages issues !!
info : Rstudio (R v3.6) user on Linux, Xubuntu LTS 18.06
So, I might have a mess inside my R files because I downloaded separately other required packages (dependencies) but the issue seems elsewhere :

install.packages("pgirmess") delivers:

Installing package into ‘/home/kazewind/R/x86_64-pc-linux-gnu-library/3.6’
(as ‘lib’ is unspecified)
trying URL 'https://cloud.r-project.org/src/contrib/pgirmess_1.6.9.tar.gz'
Content type 'application/x-gzip' length 64602 bytes (63 KB)
==================================================
downloaded 63 KB

  • installing source package ‘pgirmess’ ...
    ** package ‘pgirmess’ successfully unpacked and MD5 sums checked
    ** using staged installation
    ** R
    ** data
    ** byte-compile and prepare package for lazy loading
    free(): invalid size
    Aborted (core dumped)
    ERROR: lazy loading failed for package ‘pgirmess’
  • removing ‘/home/kazewind/R/x86_64-pc-linux-gnu-library/3.6/pgirmess’
  • restoring previous ‘/home/kazewind/R/x86_64-pc-linux-gnu-library/3.6/pgirmess’
    Warning in install.packages :
    installation of package ‘pgirmess’ had non-zero exit status
    The downloaded source packages are in
    ‘/tmp/Rtmpkym5ra/downloaded_packages’

About expectations : I just wish I could have a working package, even if it's in an old version !
I tried freeing up some disk space (out of despair, who knows?), or download the package differently but I think I failed those alternates attempts...

Anyway, I'm always grateful for some help,
thanks in advance ~

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.