Browse Source

this should work

batman
boB Rudis 3 years ago
parent
commit
69227dbf12
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 2
      R/get-zeek.R
  2. 2
      man/get_zeek.Rd

2
R/get-zeek.R

@ -4,7 +4,7 @@
#'
#' @export
#' @examples
#' if (interactive) get_zeek()
#' if (interactive()) get_zeek()
get_zeek <- function() {
utils::browseURL("https://zeek.org/get-zeek/")
}

2
man/get_zeek.Rd

@ -10,5 +10,5 @@ get_zeek()
Opens the default browser to the place where you can get Zeek.
}
\examples{
if (interactive) get_zeek()
if (interactive()) get_zeek()
}

Loading…
Cancel
Save