Skip to content
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

Use options for default of parameter "shared". #51

Merged
merged 3 commits into from
Dec 23, 2016
Merged

Use options for default of parameter "shared". #51

merged 3 commits into from
Dec 23, 2016

Conversation

privefl
Copy link
Contributor

@privefl privefl commented Sep 17, 2016

I experienced problems with my shared memory which was full.
I think using shared = FALSE could be a mean to avoid this when there are repetitive definitions of big.matrix objects.
In order to be seamless for users, I created a new options bigmemory.default.shared with default value TRUE (as before for parameter shared) and use this option as the default value of parameter shared in R functions.
So, people who would want to use shared = FALSE as a standard could do it by changing the option, not all their calls to big.matrix().

@coveralls
Copy link

Coverage Status

Coverage increased (+0.7%) to 53.543% when pulling 5cc6c66 on privefl:master into 0ffe325 on kaneplusplus:master.

@kaneplusplus kaneplusplus merged commit 65b4430 into kaneplusplus:master Dec 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants