-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
speed up package load time #201
Comments
It would be great if we could to that. Maybe worth exploring:
|
I'll play a little around with that and what speed improvement we could get. |
As long as changes are relatively minor, like #202, I am happy to merge now. |
I would rather like to change stuff later - don't want to break things again ;) |
lgatto
pushed a commit
that referenced
this issue
Apr 9, 2017
* master: remove reshape2; see #201 From: Laurent <[email protected]> git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MSnbase@128142 bc3139a8-67e5-0310-9ffc-ced21a209358
sgibb
referenced
this issue
Jul 30, 2017
lgatto
pushed a commit
that referenced
this issue
Sep 7, 2017
* master: remove reshape2; see #201 From: Laurent <[email protected]> git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MSnbase@128142 bc3139a8-67e5-0310-9ffc-ced21a209358
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The loading time for
MSnbase
is quite long. I was wondering if we could reduce the package loading time (about 3.3 secs on my computer). This would be specifically helpful for parallel processing usingSnowParam
(only parallel processing available in Windows).I guess the loading time is a combination of time spent on the imports and on the exports - so I guess there is not much that can be done.
The text was updated successfully, but these errors were encountered: