From 7bb8578b5ceaf4b2cd65aec54c6265f65e6e4f34 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Tue, 7 Jan 2025 14:45:19 -0800 Subject: [PATCH] Update ark to 0.1.160 (#5902) Updates the Ark version. ### Release Notes #### New Features - N/A #### Bug Fixes - Fixed S4 objects appearing as `??` in the Variables Pane (including RSQlite connections) (https://github.com/posit-dev/positron/issues/5685) - Data Explorer: in R data, show `` instead of `[ ,i]` when column name is empty (https://github.com/posit-dev/positron/issues/3084) ### QA Notes - N/A --- extensions/positron-r/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/positron-r/package.json b/extensions/positron-r/package.json index af16f0cfdfa..e7afbc96fdd 100644 --- a/extensions/positron-r/package.json +++ b/extensions/positron-r/package.json @@ -686,7 +686,7 @@ }, "positron": { "binaryDependencies": { - "ark": "0.1.159" + "ark": "0.1.160" }, "minimumRVersion": "4.2.0", "minimumRenvVersion": "1.0.9"