Skip to content

Commit

Permalink
Bump ark to 0.1.156
Browse files Browse the repository at this point in the history
## Positron Notes

### Release Notes

#### New Features

- The variable pane now supports labels from the {haven} package
(#5327.

- The variable pane has improved support for formulas
(#4119).

#### Bug Fixes

- Assignments in function calls (e.g. `list(x <- 1)`) are now detected
by the missing symbol linter to avoid annoying false positive
diagnostics (#3048). The downside is that this causes
false negatives when the assignment happens in a call with local scope,
e.g. in `local()` or `test_that()`. In these cases the nested
assignments will incorrectly overlast the end of the call. We prefer to
be overly permissive than overly cautious in these matters.

- The following environment variables are now set in the same way that R
does:

  - `R_SHARE_DIR`
  - `R_INCLUDE_DIR`
  - `R_DOC_DIR`

  This solves a number of problems in situations that depend on these
variables being defined
(#3637).
  • Loading branch information
lionel- committed Nov 27, 2024
1 parent f53a9d1 commit afd794f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/positron-r/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@
},
"positron": {
"binaryDependencies": {
"ark": "0.1.155"
"ark": "0.1.156"
},
"minimumRVersion": "4.2.0",
"minimumRenvVersion": "1.0.9"
Expand Down

0 comments on commit afd794f

Please sign in to comment.