Skip to content

Commit

Permalink
Now sysinfo() reports also on Positron via flag positron [#138]
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Aug 2, 2024
1 parent 952b90a commit a614ae6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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-9003
Version: 0.22.0-9004
Title: Friendly R Startup Configuration
Depends: R (>= 2.14.0)
Suggests: commonmark, tools, tcltk
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## New Features

* Now `sysinfo()` report also on Ark (An R Kernel) via flag `ark`.
* Now `sysinfo()` reports also on Ark (An R Kernel) and Positron via
flags `ark` and `positron`.

* `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 @@ -22,6 +22,7 @@ sysinfo <- function() {
sysinfo$rstudioterm <- is_rstudio_terminal()
sysinfo$microsoftr <- is_microsoftr()
sysinfo$ess <- is_ess()
sysinfo$positron <- is_positron()
sysinfo$radian <- is_radian()
## Deprecated: Renamed rtichoke -> radian in December 2018
sysinfo$rtichoke <- sysinfo$radian
Expand Down

0 comments on commit a614ae6

Please sign in to comment.