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

Add a function equivalent to cyclocomp + quote #12

Open
richierocks opened this issue May 25, 2016 · 3 comments
Open

Add a function equivalent to cyclocomp + quote #12

richierocks opened this issue May 25, 2016 · 3 comments

Comments

@richierocks
Copy link
Contributor

Using cyclocomp on expressions is a little clunky, since you always have to type cyclocomp(quote(expr)).

It would be convenient to have a cyclocomp_q function equivalent to this. This should work, but not fully tested:

cyclocomp_q <- function(expr) {
  cyclocomp(substitute(expr))
}
@gaborcsardi
Copy link
Contributor

PR is welcome. :)

gaborcsardi added a commit that referenced this issue May 26, 2016
@russHyde
Copy link

russHyde commented Oct 4, 2019

Hi @gaborcsardi . Since a PR that addresses this issue has been merged, can the issue be closed?

@gaborcsardi
Copy link
Contributor

Hi, I don't have access to this repo any more.

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

No branches or pull requests

3 participants