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

unnecessary print commands in splint function #6

Open
chrisdane opened this issue Oct 6, 2020 · 3 comments
Open

unnecessary print commands in splint function #6

chrisdane opened this issue Oct 6, 2020 · 3 comments

Comments

@chrisdane
Copy link

chrisdane commented Oct 6, 2020

Hi
Running the fields::splint example

  x<- seq( 0, 120,,200)
  splint(rat.diet$t, rat.diet$trt,x )-> y

spams the terminal due to the two

    print(x)
    print(y)

calls within the function.

Kind regards,
Chris

packageDescription("fields")
Version: 11.5
Date: 2020-09-03
Packaged: 2020-10-04 17:56:45 UTC; nychka
Built: R 3.4.4; x86_64-pc-linux-gnu; 2020-10-06 10:53:41 UTC; unix
@dnychka
Copy link
Contributor

dnychka commented Oct 6, 2020 via email

@chrisdane
Copy link
Author

The same happens somewhere in fields::image.plot().

packageDescription("fields")
Version: 11.6
Date: 2020-10-06

@dnychka
Copy link
Contributor

dnychka commented Oct 14, 2020 via email

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

2 participants