Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jun 2023 18:01:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 272166] math/R: using mgcv: Too many args to microtask: 16!
Message-ID:  <bug-272166-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272166

            Bug ID: 272166
           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=20
# https://m-clark.github.io/generalized-additive-models/application.html

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

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

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

=3D=3D> R program crashes

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272166-7788>