Skip to content
Prev 13075 / 15075 Next

Installing CRAN binary packages with R 4.0 installed from source crashes R

Yeah I **guess** so. Even though a close look at ?.Platform doesn't 
particularly help clarify the somewhat fuzzy concept of "default type" 
or "preferred setting for options('pkgType')":

    pkgType: character string, the preferred setting for
             ?options("pkgType")?.  Values ?"source"?,
             ?"mac.binary.el-capitan"? and ?"win.binary"? are
             currently in use.

   > options("pkgType")
   $pkgType
   [1] "both"

Cheers,
H.
On 4/2/20 13:34, Simon Urbanek wrote: