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

Have new_data() call xnew_data() when only seq and length_out are specified. #40

Open
joethorley opened this issue Jan 3, 2025 · 2 comments

Comments

@joethorley
Copy link
Member

No description provided.

@joethorley joethorley changed the title Have new_data() call xnew_data() when only seq is specified. Have new_data() call xnew_data() when only seq and length_out are specified. Jan 3, 2025
joethorley added a commit that referenced this issue Jan 3, 2025
@joethorley
Copy link
Member Author

Got to

  if(missing(ref) && missing(obs_only)) {
    args <- c(list(.data = data, .length_out = length_out), seq)
    # TODO: make work when seq is specified
   if(missing(seq)) {
      return(do.call("xnew_data", args = args))
    }
  }

@joethorley
Copy link
Member Author

Actually will also need xcast()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant