0

I'm trying to download the package 'expss' in R, but I get an error message that I don't know how to solve.

This is what R tells me after trying to install 'expss':

installing the source package ‘expss’

trying URL 'https://cran.rstudio.com/src/contrib/expss_0.11.2.tar.gz'
Content type 'application/x-gzip' length 5002788 bytes (4.8 MB)
==================================================
downloaded 4.8 MB

* installing *source* package ‘expss’ ...
** package ‘expss’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Error: package or namespace load failed for ‘expss’:
 object 'mtfrm' not found whilst loading namespace 'expss'
Error: loading failed
Execution halted
ERROR: loading failed
* removing ‘/Library/Frameworks/R.framework/Versions/4.1-arm64/Resources/library/expss’
Warning in install.packages :
  installation of package ‘expss’ had non-zero exit status

The downloaded source packages are in
    ‘/private/var/folders/86/04fdfqg9769g8w7ss25qnw600000gn/T/RtmpELbScA/downloaded_packages’

Any help appreciated!

NJF
  • 11
  • 2
  • This is bug in `expss` with incompatibility with old R versions. I am working on fix. You can update R to the current release or use previous version of expss. – Gregory Demin Oct 31 '22 at 12:44

0 Answers0