diff --git a/man/chunks/install.Rmd b/man/chunks/install.Rmd index ab19d1cc3..eeb9c3b33 100644 --- a/man/chunks/install.Rmd +++ b/man/chunks/install.Rmd @@ -18,13 +18,17 @@ install.packages("pak", repos = sprintf( This is supported for the following systems: -| OS | CPU | R version | -|---------------------|-----------|-------------------| -| Linux | x86_64 | R 3.4.0 - R-devel | -| Linux | aarch64 | R 3.4.0 - R-devel | -| macOS High Sierra+ | x86_64 | R 3.4.0 - R-devel | -| macOS Big Sur+ | aarch64 | R 4.1.0 - R-devel | -| Windows | x86_64 | R 3.4.0 - R-devel | +| OS | CPU | R version | +|-----------------------|-----------|-----------------------------------| +| Linux | x86_64 | R 3.4.0 - R-devel | +| Linux | aarch64 | R 3.4.0 - R-devel | +| macOS High Sierra+ | x86_64 | R 3.4.0 - R-devel | +| macOS Big Sur+ | aarch64 | R 4.1.0 - R-devel | +| Windows | x86_64 | R 3.4.0 - R-devel | +| FreeBSD 13.x or later | x86_64 | R 4.4.x | +| OpenBSD 7.4, 7.5, 7.6 | x86_64 | R 4.2.x (7.4, 7.5), R 4.4.x (7.6) | +| NetBSD 10.0 | x86_64 | R 4.4.x | +| DragonFly BSD 6.4 | x86_64 | R 4.3.x | ### Notes diff --git a/man/install.Rd b/man/install.Rd index 379c0aa90..8c296aa62 100644 --- a/man/install.Rd +++ b/man/install.Rd @@ -29,6 +29,10 @@ This is supported for the following systems:\tabular{lll}{ macOS High Sierra+ \tab x86_64 \tab R 3.4.0 - R-devel \cr macOS Big Sur+ \tab aarch64 \tab R 4.1.0 - R-devel \cr Windows \tab x86_64 \tab R 3.4.0 - R-devel \cr + FreeBSD 13.x or later \tab x86_64 \tab R 4.4.x \cr + OpenBSD 7.4, 7.5, 7.6 \tab x86_64 \tab R 4.2.x (7.4, 7.5), R 4.4.x (7.6) \cr + NetBSD 10.0 \tab x86_64 \tab R 4.4.x \cr + DragonFly BSD 6.4 \tab x86_64 \tab R 4.3.x \cr } \subsection{Notes}{