[education/rkward] rkward/rbackend/rpackages/rkward/man: forgot to add base_overrides.Rd

m.eik michalke null at kde.org
Wed Sep 13 14:34:56 BST 2023


Git commit 3b07da98fca70a3d66c046acdc3021a75e39fc48 by m.eik michalke.
Committed on 13/09/2023 at 15:34.
Pushed by meikm into branch 'master'.

forgot to add base_overrides.Rd

A  +57   -0    rkward/rbackend/rpackages/rkward/man/base_overrides.Rd

https://invent.kde.org/education/rkward/-/commit/3b07da98fca70a3d66c046acdc3021a75e39fc48

diff --git a/rkward/rbackend/rpackages/rkward/man/base_overrides.Rd b/rkward/rbackend/rpackages/rkward/man/base_overrides.Rd
new file mode 100644
index 000000000..c088e0ed1
--- /dev/null
+++ b/rkward/rbackend/rpackages/rkward/man/base_overrides.Rd
@@ -0,0 +1,57 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/base_overrides.R
+\name{require}
+\alias{require}
+\alias{q}
+\alias{quit}
+\alias{Sys.setlocale}
+\alias{setwd}
+\title{Overrides for base functions}
+\usage{
+require(package, quietly = FALSE, character.only = FALSE, ...)
+
+q(save = "default", status = 0, runLast = TRUE, ...)
+
+quit(save = "default", status = 0, runLast = TRUE, ...)
+
+Sys.setlocale(category = "LC_ALL", locale = "", ...)
+
+setwd(dir)
+}
+\arguments{
+\item{package}{see \code{\link[base:require]{require}}}
+
+\item{quietly}{see \code{\link[base:require]{require}}}
+
+\item{character.only}{see \code{\link[base:require]{require}}}
+
+\item{...}{additional arguments, see respective base function.}
+
+\item{save}{see \code{\link[base:q]{q}}}
+
+\item{status}{see \code{\link[base:q]{q}}}
+
+\item{runLast}{see \code{\link[base:q]{q}}}
+
+\item{category}{see \code{\link[base:Sys.setlocale]{Sys.setlocale}}}
+
+\item{locale}{see \code{\link[base:Sys.setlocale]{Sys.setlocale}}}
+
+\item{dir}{see \code{\link[base:setwd]{setwd}}}
+}
+\value{
+See \code{\link[base:require]{require}}, \code{\link[base:q]{q}},
+  \code{\link[base:Sys.setlocale]{Sys.setlocale}}, or \code{\link[base:setwd]{setwd}}.
+}
+\description{
+RKWard replaces these functions seamlessly with wrappers that add specific
+features, i.e. to integrate well with the GUI:
+}
+\details{
+\itemize{
+  \item{\code{\link[base:require]{require}}}
+  \item{\code{\link[base:q]{q/quit}}}
+  \item{\code{\link[base:Sys.setlocale]{Sys.setlocale}}}
+  \item{\code{\link[base:setwd]{setwd}}}
+}
+}


More information about the rkward-tracker mailing list