From 1b41f65882af5713915c90eef72c39bf174dfd72 Mon Sep 17 00:00:00 2001 From: eblondel Date: Tue, 27 Feb 2024 15:55:35 +0100 Subject: [PATCH] fix Rdoc --- R/GSWorkspaceManager.R | 4 ++-- man/GSWorkspaceManager.Rd | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/R/GSWorkspaceManager.R b/R/GSWorkspaceManager.R index 8d3b873..fcf0061 100644 --- a/R/GSWorkspaceManager.R +++ b/R/GSWorkspaceManager.R @@ -80,7 +80,7 @@ GSWorkspaceManager <- R6Class("GSWorkspaceManager", #'@description Creates a GeoServer workspace given a name, and an optional URI. If the URI #' is not specified, GeoServer will automatically create an associated Namespace - #' with the URI being "http://{workspaceName}. If the URI is specified, the method + #' with the URI built from the workspace name. If the URI is specified, the method #' invokes the method \code{createNamespace(ns, uri)} of the \code{\link{GSNamespaceManager}}. #' Returns \code{TRUE} if the workspace has been successfully created, \code{FALSE} otherwise #'@param name name @@ -128,7 +128,7 @@ GSWorkspaceManager <- R6Class("GSWorkspaceManager", #'@description Updates a GeoServer workspace given a name, and an optional URI. If the URI #' is not specified, GeoServer will automatically update the associated Namespace - #' with the URI being "http://{workspaceName}. If the URI is specified, the method + #' with the URI built from the workspace name. If the URI is specified, the method #' invokes the method \code{updateNamespace(ns, uri)} of the \code{\link{GSNamespaceManager}}. #' Returns \code{TRUE} if the workspace has been successfully updated, \code{FALSE} otherwise #'@param name name diff --git a/man/GSWorkspaceManager.Rd b/man/GSWorkspaceManager.Rd index 4490162..958043b 100644 --- a/man/GSWorkspaceManager.Rd +++ b/man/GSWorkspaceManager.Rd @@ -128,7 +128,7 @@ an object of class \link{GSWorkspace} \subsection{Method \code{createWorkspace()}}{ Creates a GeoServer workspace given a name, and an optional URI. If the URI is not specified, GeoServer will automatically create an associated Namespace - with the URI being "http://{workspaceName}. If the URI is specified, the method + with the URI built from the workspace name. If the URI is specified, the method invokes the method \code{createNamespace(ns, uri)} of the \code{\link{GSNamespaceManager}}. Returns \code{TRUE} if the workspace has been successfully created, \code{FALSE} otherwise \subsection{Usage}{ @@ -154,7 +154,7 @@ Creates a GeoServer workspace given a name, and an optional URI. If the URI \subsection{Method \code{updateWorkspace()}}{ Updates a GeoServer workspace given a name, and an optional URI. If the URI is not specified, GeoServer will automatically update the associated Namespace - with the URI being "http://{workspaceName}. If the URI is specified, the method + with the URI built from the workspace name. If the URI is specified, the method invokes the method \code{updateNamespace(ns, uri)} of the \code{\link{GSNamespaceManager}}. Returns \code{TRUE} if the workspace has been successfully updated, \code{FALSE} otherwise \subsection{Usage}{