romainfrancois / nothing

A package about nothing
40 stars 11 forks source link

Regarding #3 #4

Closed leeper closed 10 years ago

leeper commented 10 years ago

Use suppressMessages inside the .onLoad and .onAttach to eliminate messages about loading and unloading.

You'll need the quietly = TRUE arg inside require to suppress Loading required package: nothing.

romainfrancois commented 10 years ago

Thanks.