Skip to content

Commit

Permalink
update package .Rd page
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Sep 27, 2023
1 parent 40e86af commit 77db2e4
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 47 deletions.
9 changes: 7 additions & 2 deletions R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,16 @@
#' @docType package
#' @aliases tensorflow-package
#' @name tensorflow
NULL
"_PACKAGE"

## usethis namespace: start
#' @importFrom lifecycle deprecated
## usethis namespace: end


tf_v2 <- function() {
# 1.14 already shows deprecation warnings.
package_version(tf_version()) >= "1.14"
package_version(tf_version()) >= "2.0"
}

# globals
Expand Down
7 changes: 0 additions & 7 deletions R/tensorflow-package.R

This file was deleted.

38 changes: 0 additions & 38 deletions man/tensorflow-package.Rd

This file was deleted.

28 changes: 28 additions & 0 deletions man/tensorflow.Rd

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

0 comments on commit 77db2e4

Please sign in to comment.