Open chrisdane opened 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.
The same happens somewhere in fields::image.plot()
.
packageDescription("fields")
Version: 11.6
Date: 2020-10-06
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.
Hi Running the
fields::splint
examplespams the terminal due to the two
calls within the function.
Kind regards, Chris