Skip to content

Commit

Permalink
Fix styler issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mingstat committed Nov 6, 2024
1 parent c06a26a commit b8d3bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/dvloader.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Get Base Path from an Environment Variable
#'
#' This function assumes that there is an environment variable called `RXD_DATA`
#' This function assumes that there is an environment variable called `RXD_DATA`
#' which is set to the base path of the data directory.
#'
#' @return [character(1)] The normalized base path.
Expand All @@ -20,7 +20,7 @@ get_nfs_path <- function() {

#' Get Base Path from an Environment Variable
#'
#' This function is an alias for `get_nfs_path()` to maintain backwards compatibility.
#' This function is an alias for `get_nfs_path()` to maintain backwards compatibility.
#'
#' @return [character(1)] The normalized base path.
#'
Expand Down

0 comments on commit b8d3bc3

Please sign in to comment.