Skip to content

Commit

Permalink
dont run example in getUserName()
Browse files Browse the repository at this point in the history
it will fail if there is not a full stop
between first and last name, which
means it fails on the remote computer
  • Loading branch information
kellijohnson-NOAA committed Dec 1, 2022
1 parent 8149b51 commit 17b427c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/getUserName.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
#' @return A single character value to use as input in functions
#' calling for \code{username = }.
#' @examples
#' \dontrun{
#' getUserName()
#'
#' }
getUserName <- function(datasourcename = c("PacFIN")) {

#### Get username (un) info from computer
Expand Down
3 changes: 2 additions & 1 deletion man/getUserName.Rd

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

0 comments on commit 17b427c

Please sign in to comment.