Skip to content

Commit

Permalink
Merge branch 'feat/GLOB-11503' into 'develop'
Browse files Browse the repository at this point in the history
Fix issues

See merge request r-stack/sevenbridges2!82
  • Loading branch information
vladimir-obucina committed Dec 19, 2023
2 parents 13622b5 + fcd3bec commit 02e8881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/class-projects.R
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Projects <- R6::R6Class(
#' @description Method that allows you to delete project from a platform.
#' It can only be successfully made if you have admin status for the
#' project. \cr Projects are specified by their IDs, which you can obtain by
#' using \code{\link{Projects$query()}} to list projects or by getting a
#' using \code{Projects$query()} to list projects or by getting a
#' single project using \code{Projects$get()}.
#' Please be careful when using this method and note that calling it will
#' permanently delete the project from the platform.
Expand Down

0 comments on commit 02e8881

Please sign in to comment.