Closed francisbarton closed 2 months ago
Hi Kevin, Thanks for making this package.
Just to note that your README says:
.onLoad <- function(libname, pkgname) { dotty::dotify() }
but dotify() is currently not @exported so I think this needs to be dotty:::dotify() in the README instructions.
dotify()
@export
dotty:::dotify()
Thanks! I'll get this fixed up.
Now exported in https://github.com/kevinushey/dotty/commit/56c8a4ff9a67f9eafc85ca17b7cc7bd63ecbb9a3 -- thanks!
Hi Kevin, Thanks for making this package.
Just to note that your README says:
but
dotify()
is currently not@export
ed so I think this needs to bedotty:::dotify()
in the README instructions.