ELIFE-ASU / rinform

An R wrapper around the Inform library
https://elife-asu.github.io/rinform
Other
4 stars 3 forks source link

Installation from CRAN fails on R 3.5.2 #62

Open sjmgarnier opened 5 years ago

sjmgarnier commented 5 years ago

Platform: Mac OS X 10.14.2 R version: 3.5.2 Symptoms: installation from CRAN fails with the following message

Warning in install.packages :
  package ‘rinform’ is not available (for R version 3.5.2)

On CRAN: "Package ‘rinform’ was removed from the CRAN repository. [...] Archived on 2018-04-18 as check problems were not corrected despite reminders."

gvalentini85 commented 5 years ago

We temporary ceased support for CRAN while we are reworking the memory management of the library. rinform can still be installed directly from github, see the documentation for details.

The checks problems mentioned do not affect the results of computations but generate some memory leaks.

sjmgarnier commented 5 years ago

No problem. I figured that opening an issue would be good anyway in case someone else runs into this problem and wants to know what is happening.