Skip to content

Commit

Permalink
update reference vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Oct 5, 2023
1 parent 12134f7 commit 56dc7d0
Show file tree
Hide file tree
Showing 5 changed files with 323 additions and 185 deletions.
4 changes: 2 additions & 2 deletions R/daemons.R
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
#'
#' Specify 'remote' with a call to \code{\link{remote_config}} or
#' \code{\link{ssh_config}} to launch daemons on remote machines. Otherwise,
#' \code{\link{launch_remote}} may also be used to generate the shell
#' commands to deploy daemons manually on remote resources.
#' \code{\link{launch_remote}} may be used to generate the shell commands to
#' deploy daemons manually on remote resources.
#'
#' IPv6 addresses are also supported and must be enclosed in square brackets
#' [ ] to avoid confusion with the final colon separating the port. For
Expand Down
4 changes: 2 additions & 2 deletions man/daemons.Rd

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

1 change: 1 addition & 0 deletions vignettes/precompile.R
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Vignettes precompiled as require connecting to remote resources interactively
set.seed(5731462)
knitr::knit("vignettes/reference.Rmd.orig", "vignettes/reference.Rmd")
Loading

0 comments on commit 56dc7d0

Please sign in to comment.