load_all and R/unix and R/windows directories #1102
Closed
Comments
Looks like base R reads the source files like this: I.e.: tools::list_files_with_type("R", "code", full.names=FALSE) This puts the |
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Seems like
load_all()
, more preciselyload_code()
does not load.R
files in theR/unix
andR/windows
subdirectories. As "Writing R Extensions" says in Section Package Subdirectories:The text was updated successfully, but these errors were encountered: