Skip to content
Prev 8147 / 12125 Next

[R-pkg-devel] WG: Linking to a large external library

Ah, yes, very annoying (because R 4.2 is only needed for the Windows version of the package). Assuming that you have swi-prolog installed, you might wish to try this (< 5 minutes)

(Linux bash)$ R

R> install.packages("remotes")
R> install_github("mgondan/rologlite")

And then please tell me if it is working.


Von: Ben Engbers
Gesendet: Freitag, 10. Juni 2022 14:05
An: Matthias Gondan
Betreff: Re: [R-pkg-devel] Linking to a large external library

Hi,

The official Fedora 36 repository still offers R 4.1.3. Since "rolog" 
requires at least R (? 4.2), this package cannot be installed yet.
I have no experience with removing the 'default' version and then 
manually replacing it with R version 4.2. For now I'm waiting for R 4.2 
to be released in Fedora 36 ;-(

Ben

Op 10-06-2022 om 13:15 schreef Matthias Gondan: