How to install package abresler/realtR and udpipe in RStudio cloud?

I am attempting to install this package from github:
devtools::install_github("abresler/realtR")

But I get an error when it tries to install udpipe:
g++: fatal error: Killed signal terminated program cc1plus

There is a previous support topic saying udpipe was "cached" ... is there a way I can use this cached version?

Thanks!

( My project)

It seems like you are trying to install udpipe from source. This is likely to crash. Building packages from source can consume more resources than are available with say the "Free" plan of rstudio.cloud.

Installing abresler/realtR using the binaries from RSPM (default repo setting of rstudio.cloud) works like a charm. Only package built from source is the realtR package in this case.

Works with both R 3.6 and 4.1.

Thanks! I don't know why, but my project above was somehow preferentially installing packages from source, even though I was using the line devtools::install_github("abresler/realtR")

I started a fresh empty project, and now the devtools install from github appropriately uses RPSM binaries.

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.