Skip to content

Commit

Permalink
Known cases: Add lightgbm and readr
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Mar 7, 2024
1 parent 6510524 commit 7d83c4e
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion inst/known_cases.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
"can_be_marshalled": false,
"must_be_marshalled": true
},
{
"package": "base",
"type": "read-only url connection",
"if_not_marshalled": "",
"can_be_marshalled": true,
"must_be_marshalled": true
},
{
"package": "parallel",
"type": "SOCKnode, SOCK0node",
Expand Down Expand Up @@ -62,6 +69,13 @@
"can_be_marshalled": true,
"must_be_marshalled": true
},
{
"package": "lightgbm",
"type": "lgb.Dataset",
"if_not_marshalled": "error",
"can_be_marshalled": true,
"must_be_marshalled": true
},
{
"package": "magick",
"type": "magick-image",
Expand All @@ -72,7 +86,7 @@
{
"package": "ncdf4",
"type": "ncdf4",
"if_not_marshalled": "",
"if_not_marshalled": "error",
"can_be_marshalled": false,
"must_be_marshalled": true
},
Expand Down Expand Up @@ -130,6 +144,13 @@
"can_be_marshalled": true,
"must_be_marshalled": true
},
{
"package": "readr",
"type": "data.frame, tbl_df with 'problems' attribute",
"if_not_marshalled": "",
"can_be_marshalled": true,
"must_be_marshalled": false
},
{
"package": "udpipe",
"type": "udpipe_model",
Expand Down

0 comments on commit 7d83c4e

Please sign in to comment.