NCAR / fields

GNU General Public License v2.0
27 stars 8 forks source link

unnecessary print commands in splint function #6

Open chrisdane opened 4 years ago

chrisdane commented 4 years ago

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 commented 4 years ago

Chris, Thanks a bunch! Doug

Douglas Nychka Personal email Cell 3037253199

From: chrisdane notifications@github.com Reply-To: NCAR/fields reply@reply.github.com Date: Tuesday, October 6, 2020 at 6:58 AM To: NCAR/fields fields@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [NCAR/fields] unnecessary print commands in splint function (#6)

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/NCAR/fields/issues/6, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADHJ7U2T3FG5JRZE2LCI3STSJMH6FANCNFSM4SF7UI5A.

chrisdane commented 4 years ago

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

packageDescription("fields")
Version: 11.6
Date: 2020-10-06
dnychka commented 4 years ago

Chris, Thanks. Based on your note I resubmitted the package fixing this bug. The new version is 11.6 pushed to github

The build versions should be on CRAN for within a day. Doug

Douglas Nychka Personal email Cell 3037253199

From: chrisdane notifications@github.com Reply-To: NCAR/fields reply@reply.github.com Date: Wednesday, October 14, 2020 at 3:54 AM To: NCAR/fields fields@noreply.github.com Cc: Douglas Nychka douglasnychka@gmail.com, Comment comment@noreply.github.com Subject: Re: [NCAR/fields] unnecessary print commands in splint function (#6)

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

packageDescription("fields")

Version: 11.6

Date: 2020-10-06

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/NCAR/fields/issues/6#issuecomment-708294444, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADHJ7UYKPJD5KCXIR5TBYCTSKVYMPANCNFSM4SF7UI5A.