Skip to content

Commit

Permalink
don't re-export unique_dir from tensorflow
Browse files Browse the repository at this point in the history
we now re-export the higher level run_dir function
  • Loading branch information
jjallaire committed Jul 16, 2017
1 parent 74c31aa commit 61fcdc4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ export(tf_config)
export(time_distributed)
export(to_categorical)
export(train_on_batch)
export(unique_dir)
export(use_condaenv)
export(use_python)
export(use_virtualenv)
Expand Down Expand Up @@ -265,4 +264,3 @@ importFrom(tensorflow,run_dir)
importFrom(tensorflow,tensorboard)
importFrom(tensorflow,tf_config)
importFrom(tensorflow,tf_version)
importFrom(tensorflow,unique_dir)
4 changes: 0 additions & 4 deletions R/reexports.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ tensorflow::install_tensorflow
#' @export
tensorflow::tensorboard

#' @importFrom tensorflow unique_dir
#' @export
tensorflow::unique_dir

#' @importFrom tensorflow run_dir
#' @export
tensorflow::run_dir
Expand Down
4 changes: 1 addition & 3 deletions man/reexports.Rd

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

0 comments on commit 61fcdc4

Please sign in to comment.