Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
AlexNAIT
New Member

Installing CRAN Package 'gasmodel'

Hello!

I am trying to install the CRAN package 'gasmodel' but the installation fails. When I run:

if(!require("gasmodel")){install.packages("gasmodel")}

I receive the following error messages:

Warning messages:
1: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE,  :
  there is no package called ‘gasmodel’
2: In func(...) : installation of package ‘gsl’ had non-zero exit status
3: In func(...) :
  installation of package ‘copula’ had non-zero exit status
4: In func(...) :
  installation of package ‘gasmodel’ had non-zero exit status

It appears that the problem is the gsl package fails to install because the underlying GNU Scientific Library (GSL) C library is not installed:

checking for gsl-config... no
configure: error: gsl-config not found, is GSL installed?
ERROR: configuration failed for package ‘gsl’

How can I install the required GSL C-library in a way that the R package installer will be able to find it?

Thanks in advance!

3 REPLIES 3
Anonymous
Not applicable

Hi @AlexNAIT ,

Please reach out to our support team to gain deeper insights and explore potential solutions. It's highly recommended that you reach out to our support team. Their expertise will be invaluable in suggesting the most appropriate approach.

Please go ahead and raise a support ticket to reach our support team:

https://support.fabric.microsoft.com/support

After creating a Support ticket please provide the ticket number as it would help us to track for more information.

Anonymous
Not applicable

Hi @AlexNAIT ,

We haven’t heard from you on the last response and was just checking back to see if you got a chance to open a support ticket.
After creating a Support ticket please provide the ticket number as it would help us to track for more information.

Thanks

Hi @Anonymous, the ticket number is 2406280040005274

Helpful resources

Announcements
August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors