ipeaGIT / gtfs2emis

R package to estimate public transport emissions based on GTFS data
https://ipeagit.github.io/gtfs2emis/
Other
28 stars 2 forks source link

Issue with Installing the package in Azure AI | Machine Learning Studio #105

Open surijatin opened 10 months ago

surijatin commented 10 months ago

Problem Description

I have been attempting to install the gtfs2emis package in the Azure AI | Machine Learning Studio to utilize cloud computational resources. However, I'm encountering an issue during the installation process in the Azure R-environment.

Error Message

The installation process fails and the following error message is displayed:

Error Message

Steps Taken

I have been following the official Azure documentation for installing R packages, which can be found here: Azure Machine Learning - R Interactive Development.

It's noteworthy that other packages mentioned in the documentation install without any issues. This specific problem arises only with the gtfs2emis package.

Questions

  1. Is the gtfs2emis package available on CRAN for access?
  2. Could there be an issue with the package deployment that is causing this installation failure?

Request for Assistance

I would greatly appreciate any guidance or solutions to resolve this installation issue. Any insights into whether the problem lies with the package deployment or a different aspect of the Azure environment would be helpful.

rafapereirabr commented 2 months ago

Hi @surijatin , {gtfs2emis} has been removed from CRAN on 2024-09-02 because a package it depents on was removed (issue #106). We are working to put it back on CRAN. In the meantime, you can try installing the dev version from Github with:

remotes::install_github("ipeaGIT/gtfs2emis")

surijatin commented 2 months ago

Hi @rafapereirabr, thanks for giving an alternative. But at the time of raising this issue (2024-01-11), the package was available on CRAN.