Morpho devtools:: install
R version 3.6.1 (2019-07-05)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 18.04.3 LTS
other attached packages:
[1] Morpho_2.7
on install:
DONE (Morpho)
Error: call is deprecated as of rlang 0.3.0
Called from: stop_defunct("call is deprecated as of rlang 0.3.0")
Browse[1]> err <<- err
Browse[1]> Q
library(Morpho)
str(err)
List of 4
$ message: chr "call is deprecated as of rlang 0.3.0"
$ old : NULL
$ new : NULL
$ package: NULL
Stephan,
Morpho devtools:: install R version 3.6.1 (2019-07-05) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 18.04.3 LTS other attached packages: [1] Morpho_2.7
on install:
call
is deprecated as of rlang 0.3.0 Called from: stop_defunct("call
is deprecated as of rlang 0.3.0") Browse[1]> err <<- err Browse[1]> QWe exit fine from the build and Morpho loads.
Appears to be https://github.com/r-lib/rlang/blob/master/R/cnd-signal.R line 156 ,and if I'm reading the general context correctly won't be a bigger problem till next major version, rlang 0.4.0?
Looking forward to using Morpho.
Chris