Unable to install the FAME package properly

I am having a problem loaging the FAME package.
I successfully intall it using

install.packages("fame")

But when I try to do a

library(fame)

I get the following error:

Error: package or namespace load failed for ‘fame’:
 .onLoad failed in loadNamespace() for 'fame', details:
  call: fun(libname, pkgname)
  error: Could not load chli.dll

I am using R version 4.2.2.

thanks

I can't reproduce your issue, try removing the package and its dependencies and reinstalling

remove.packages(c("fame", "tis"))
install.packages("fame")

If you get any error message while doing this please post the complete console output you get.

Hi, still does not work
Here is my complete console


R version 4.2.2 (2022-10-31 ucrt) -- "Innocent and Trusting"
Copyright (C) 2022 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

[Workspace loaded from ~/.RData]

> install.packages("fame")
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:

https://cran.rstudio.com/bin/windows/Rtools/
Installing package into ‘C:/temp’
(as ‘lib’ is unspecified)
also installing the dependency ‘tis’

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.2/tis_1.39.zip'
Content type 'application/zip' length 642812 bytes (627 KB)
downloaded 627 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.2/fame_2.21.1.zip'
Content type 'application/zip' length 146243 bytes (142 KB)
downloaded 142 KB

package ‘tis’ successfully unpacked and MD5 sums checked
package ‘fame’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
	C:\Users\dany.brazeau\AppData\Local\Temp\RtmpuQP3n6\downloaded_packages
> library(tis)
> library(fame)
Error: package or namespace load failed for ‘fame’:
 .onLoad failed in loadNamespace() for 'fame', details:
  call: fun(libname, pkgname)
  error: chli.dll not found in c:\packages
> 

chli.dll is present but under : fame/libe/x64

thanks'''

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.