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

True LL #51

Merged
merged 8 commits into from
May 29, 2015
Merged

True LL #51

merged 8 commits into from
May 29, 2015

Conversation

andrechalom
Copy link
Member

OK, see discussion on issue #5 for suggestion on how to deal with trueLL, but I suggest pulling this branch now to avoid a bug that's causing the package installation to crash on older versions of R. In the older version of this package there are two different "forms" of trueLL, one being a function and one being a S4 generic. Both are exported in the NAMESPACE, which causes older releases of R to crash with the cryptic message:

Error in loadNamespace(package, c(which.lib.loc, lib.loc)) : 
  cyclic namespace dependency detected when loadingsads’, already loadingsads

Added a warning on the man page for the weird results.
Also, removed conflicting definitions of trueLL found in the
sads-methods.R

NOTE: pkg install throws a warning about the siglist for
trueLL("histogram", ...) because histogram is not a valid S4 class,
but the code works.
piklprado added a commit that referenced this pull request May 29, 2015
@piklprado piklprado merged commit b84b078 into piLaboratory:dev May 29, 2015
@andrechalom andrechalom deleted the trueLL branch May 29, 2015 15:30
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.

2 participants