4  About

R terminology may differ from that commonly used in mathematics and statistics. For explanations and references to the terms and abbreviations used in this Quarto book, please refer to Chapter 9.

4.1 Environment

This Quarto book is created under R version 4.5.3 (2026-03-11) with the aid of packages knitr (Xie 2025, v1.51; 2015; 2014), quarto (Allaire and Dervieux 2024, v1.5.1 with Quarto v1.9.35) and rmarkdown (Allaire et al. 2025, v2.30; Xie et al. 2018, 2020). Documentation and check are supported by packages roxygen2 (Wickham, Danenberg, et al. 2025, v7.3.3) and devtools (Wickham et al. 2026, v2.5.0). Package(s) sloop (Wickham 2019, v1.0.1) and xfun (Xie 2026, v0.57) are also used in the creation of this book.

An Integrated Development Environment (IDE), e.g., RStudio (Posit Team 2026) or Positron, is not required, but highly recommended.

Listing 4.1: macOS version on author’s computer, in Terminal
sw_vers
# ProductName:      macOS
# ProductVersion:       26.4
# BuildVersion:     25E241
Listing 4.2: macOS version on author’s computer, in R
Sys.info()[c('sysname', 'release', 'machine')]
#  sysname  release  machine 
# "Darwin" "25.4.0"  "arm64"
Listing 4.3: R version on author’s computer
R.version
#                _                           
# platform       aarch64-apple-darwin20      
# arch           aarch64                     
# os             darwin20                    
# system         aarch64, darwin20           
# status                                     
# major          4                           
# minor          5.3                         
# year           2026                        
# month          03                          
# day            11                          
# svn rev        89597                       
# language       R                           
# version.string R version 4.5.3 (2026-03-11)
# nickname       Reassured Reassurer

Readers are strongly advised to download and install the latest version of R, currently R version 4.5.3 (2026-03-11), for macOS (Listing 4.4) or for Windows (Listing 4.5).

Listing 4.4: Download latest version of R for macOS
'https://cran.r-project.org/bin/macosx/' |>
  knitr::include_url(height = '250px')
Listing 4.5: Download latest version of R for Windows
'https://cran.r-project.org/bin/windows/base/' |>
  knitr::include_url(height = '250px')

4.2 Dependency

The BibTeX and/or BibLaTeX entry for LaTeX users is

citation(package = 'ordPanel') |> 
  toBibtex()
@Manual{,
  title = {ordPanel: Ordered Panel},
  author = {Tingting Zhan},
  year = {2026},
  note = {R package version 0.1.1},
  url = {https://github.com/tingtingzhan/ordPanel},
}

The ordPanel package Imports the packages