Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BugReports: https://github.com/r-lib/mirai/issues
Depends:
R (>= 3.6)
Imports:
nanonext (>= 1.8.0)
nanonext (>= 1.8.2.9000)
Suggests:
cli,
later,
Expand All @@ -43,3 +43,4 @@ Config/usethis/last-upkeep: 2025-04-23
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Remotes: r-lib/nanonext
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Fixes `mirai_map()` progress bar customization issues (thanks @mcol, #519).
* Fixes `launch_remote()` with `http_config()` failing for TLS connections, where newlines in the PEM certificate produced invalid JSON in the request payload.
* Requires nanonext >= [1.8.2.9000].

# mirai 2.6.1

Expand Down
Loading