An R package as a toolkit of statistical approaches for assessing data normality.
There are also other nice alternatives such as nortest,
moments,
cmstatr,
and other friends.
You can install the package from CRAN with:
install.packages("normality")or the development version from GitHub with:
if (!require("pak")) install.packages("pak")
pak::pak("P10911004-NPUST/normality")is_normal(rnorm(20), summary = TRUE)