kevinushey / dotty

Destructuring assignments in R with the `.` object.
https://kevinushey.github.io/dotty/
Other
42 stars 0 forks source link

Very minor documentation issue (`dotify()` export) #1

Closed francisbarton closed 2 months ago

francisbarton commented 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.

kevinushey commented 2 months ago

Thanks! I'll get this fixed up.

kevinushey commented 2 months ago

Now exported in https://github.com/kevinushey/dotty/commit/56c8a4ff9a67f9eafc85ca17b7cc7bd63ecbb9a3 -- thanks!