FoRTExperiment / fortedata

FoRTE project data
https://fortexperiment.github.io/fortedata/
Creative Commons Attribution 4.0 International
7 stars 11 forks source link

Suppression of warnings and messages #84

Closed bpbond closed 2 years ago

bpbond commented 3 years ago

Looking at #83 I see in the code

  a <- suppressMessages(suppressWarnings(fd_seedling_sapling()))

Whatever's going on here, we don't want to do this. It's sweeping some issue under the rug that should be addressed.

Don't worry about it @mgrigri1 but reminding myself to follow up.

atkinsjeff commented 3 years ago

i am glad to help later, my R is occupied with TLS data at the moment.

On Wed, Apr 28, 2021 at 4:42 PM Ben Bond-Lamberty @.***> wrote:

Looking at #83 https://github.com/FoRTExperiment/fortedata/pull/83 I see in the code

a <- suppressMessages(suppressWarnings(fd_seedling_sapling()))

Whatever's going on here, we don't want to do this. It's sweeping some issue under the rug that should be addressed.

Don't worry about it @mgrigri1 https://github.com/mgrigri1 but reminding myself to follow up.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/FoRTExperiment/fortedata/issues/84, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB7XVVKWX5VNPJN3R4SXPPDTLBXM5ANCNFSM43XZWTYQ .

-- Jeff Atkins

Post-Doctoral Scholar Department of Biology Virginia Commonwealth University

Visiting Scholar Department of Environmental Sciences University of Virginia

atkinsjeff commented 2 years ago

fixed.