Skip to content

Commit

Permalink
Get/Set containers dir documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelqs committed Oct 13, 2023
1 parent 92b734e commit 0abd711
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
4 changes: 2 additions & 2 deletions R/cevomod-persistent.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ get_settings <- function() {
}


#' Set the containers directory
#' Get/Set the containers directory
#' @param dir Path for containers
#' @export
set_containers_dir <- function(dir) {
Expand All @@ -28,7 +28,7 @@ set_containers_dir <- function(dir) {
}


#' Get the containers directory
#' @rdname set_containers_dir
#' @export
get_containers_dir <- function() {
get_settings()$containers_dir
Expand Down
11 changes: 0 additions & 11 deletions man/get_containers_dir.Rd

This file was deleted.

7 changes: 5 additions & 2 deletions man/set_containers_dir.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0abd711

Please sign in to comment.