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
I was using @importFrom package function in all my functions, which I changed to package::function within my functions. The previous way seemed to create a lot of initial overhead, especially with rtracklayer, which has a lot of dependencies.
The
library
function call is very slow. Here are some benchmarks:devtools: 0.71 seconds
dplyr: 0.33 seconds
bedbaser: 8.7 seconds
LOLA: 2.4 seconds
For a package that is just a simple API interface, does this seem longer than should be necessary to load a package?
The text was updated successfully, but these errors were encountered: