[Bug 272165] math/R: using mgcv: Too many args to microtask: 16!

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 23 Jun 2023 17:59:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272165

            Bug ID: 272165
           Summary: math/R: using mgcv: Too many args to microtask: 16!
           Product: Ports & Packages
           Version: Latest
          Hardware: arm64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: jrm@freebsd.org
          Reporter: fr.laissus@laissus.fr
             Flags: maintainer-feedback?(jrm@freebsd.org)
          Assignee: jrm@freebsd.org

FreeBSD 13.2 is running in virtual machine on arm64 (M1).

I've compiled /usr/ports/math/R after a fresh install with portsnap.

# This code is from 
# https://m-clark.github.io/generalized-additive-models/application.html

library('readr')
library('mgcv')

pisa =
read.csv("https://raw.githubusercontent.com/m-clark/generalized-additive-models/master/data/pisasci2006.csv")

mod_gam1 = gam(Overall ~ s(Income, bs = "cr"), data = pisa)
Too many args to microtask: 16!

==> R program crashes

Same program is running fine on R-Studio on host (MacOS)

-- 
You are receiving this mail because:
You are the assignee for the bug.