You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like load_all(), more precisely load_code() does not load .R files in the R/unix and R/windows subdirectories. As "Writing R Extensions" says in Section Package Subdirectories:
The R and man subdirectories may contain OS-specific subdirectories named unix or windows.
The text was updated successfully, but these errors were encountered:
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/
lockbot
locked and limited conversation to collaborators
Sep 18, 2018
Sign up for freeto 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: