Skip to content

Commit

Permalink
other typos
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Aug 11, 2024
1 parent 0f1a236 commit 908db9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/load.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#'
#' `is_loading()` returns `TRUE` when it is called while `load_all()`
#' is running. This may be useful e.g. in `.onLoad` hooks.
#' A package loaded with `load_all()` can be identified with with
#' A package loaded with `load_all()` can be identified with
#' [is_dev_package()].
#'
#' # Differences to regular loading
Expand Down
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
run_on_load()
ns <- ns_env(pkgname)

# Capture TEMPDIR for use in subproceses
# Capture TEMPDIR for use in subprocesses
if (identical(Sys.getenv("PKGLOAD_PARENT_TEMPDIR"), "")) {
Sys.setenv("PKGLOAD_PARENT_TEMPDIR" = tempdir())
}
Expand Down
2 changes: 1 addition & 1 deletion man/load_all.Rd

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

0 comments on commit 908db9a

Please # to comment.