You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the installation of R-4.0.0-foss-2020a.eb in the 2021.03 version of the software layer, the installation of rstan is failing with:
** R
** inst
** byte-compile and prepare package for lazy loading
Error in as.POSIXlt.character(x, tz, ...) :
character string is not in a standard unambiguous format
Error: unable to load R code in package rstan
Execution halted
ERROR: lazy loading failed for package rstan
During the installation of
R-4.0.0-foss-2020a.eb
in the2021.03
version of the software layer, the installation ofrstan
is failing with:Others have reported this issue with
rstan
too, see stan-dev/rstan#612.The problem is easy to reproduce manually when starting
R
:Workaround in R:
Workaround using
$TZ
:I worked around this in 86e5ca9 by setting
$TZ
toUTC
when installingR
.The text was updated successfully, but these errors were encountered: