Skip to content

Commit ab09267

Browse files
committed
import and reexport dotty::.
1 parent 2f5a8aa commit ab09267

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ Imports:
3737
fastmap,
3838
glue,
3939
cli,
40-
rlang
40+
rlang,
41+
dotty
4142
Suggests:
4243
ggplot2,
4344
testthat (>= 2.1.0),
@@ -54,5 +55,5 @@ Suggests:
5455
jpeg
5556
RoxygenNote: 7.3.2
5657
VignetteBuilder: knitr
57-
Remotes:
58+
Remotes:
5859
rstudio/reticulate

NAMESPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export("%<-active%")
5252
export("%<>%")
5353
export("%>%")
5454
export("%py_class%")
55+
export(.)
5556
export(Callback)
5657
export(Constraint)
5758
export(Layer)
@@ -786,6 +787,7 @@ export(use_virtualenv)
786787
export(with_custom_object_scope)
787788
export(zip_lists)
788789
import(reticulate)
790+
importFrom(dotty,.)
789791
importFrom(generics,compile)
790792
importFrom(generics,fit)
791793
importFrom(glue,trim)

R/reexports.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,8 @@ generics::compile
122122
#' @importFrom tensorflow evaluate
123123
#' @export
124124
tensorflow::evaluate
125+
126+
127+
#' @importFrom dotty .
128+
#' @export
129+
dotty::.

0 commit comments

Comments
 (0)