Skip to content

Commit

Permalink
reexport stopJulia
Browse files Browse the repository at this point in the history
  • Loading branch information
yjunechoe committed Jul 24, 2023
1 parent 09de3bd commit 2ae71a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ S3method(tidy,empirical_clusters)
S3method(tidy,jlmer_mod)
S3method(tidy,null_cluster_dists)
S3method(tidy,timewise_statistics)
export()
export(calculate_clusters_pvalues)
export(clusterpermute)
export(clusters_are_comparable)
Expand All @@ -37,6 +38,7 @@ export(set_rng_state)
export(tidy)
export(to_jlmer)
export(walk_threshold_steps)
importFrom(JuliaConnectoR,stopJulia)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(stats,setNames)
4 changes: 4 additions & 0 deletions R/interop-utils.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#' @importFrom JuliaConnectoR stopJulia
#' @export
JuliaConnectoR::stopJulia()

#' Set/get options for Julia progress bar
#'
#' @param show Whether to show the progress bar. You may also pass in a list of `"show"` and `"width"`.
Expand Down

0 comments on commit 2ae71a9

Please sign in to comment.