Skip to content

Commit

Permalink
Now sysinfo() report also on Ark (An R Kernel) via flag 'ark' (fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Aug 2, 2024
1 parent 08150bb commit 952b90a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: startup
Version: 0.22.0-9002
Version: 0.22.0-9003
Title: Friendly R Startup Configuration
Depends: R (>= 2.14.0)
Suggests: commonmark, tools, tcltk
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## New Features

* Now `sysinfo()` report also on Ark (An R Kernel) via flag `ark`.

* `startup(debug = TRUE)` does a better job explaining why certain
Renviron and Rprofile files are skipped.

Expand Down
1 change: 1 addition & 0 deletions R/sysinfo.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ sysinfo <- function() {
sysinfo$interactive <- interactive()

## Built-in system flags (logical)
sysinfo$ark <- is_ark()
sysinfo$jupyter <- is_jupyter()
sysinfo$rapp <- (.Platform$GUI == "AQUA")
sysinfo$rgui <- (.Platform$GUI == "Rgui")
Expand Down

0 comments on commit 952b90a

Please sign in to comment.