From 7fe6198187ce34e16e3f95eac11404d9b29b0f1a Mon Sep 17 00:00:00 2001 From: Burhanuddin Mundrawala <118541489+1Burhanuddin@users.noreply.github.com> Date: Wed, 3 Jun 2026 16:39:56 +0530 Subject: [PATCH] fix: correct spelling typos recieve->receive in NEWS --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9bee4a0..2ee5b6a 100644 --- a/NEWS +++ b/NEWS @@ -57,14 +57,14 @@ notes section) changes in gputools 0.1.3 - Mac os x and nvidia cards with compute capability less than 1.3 are now -supported. Systems lacking a gpu altogether also recieve some support. See the +supported. Systems lacking a gpu altogether also receive some support. See the file INSTALL for details. - gpuHclust, gpuDist, and gpuQr now output the same classes as R's base hclust, dist, and qr functions. - The c code now uses r's api. Host memory allocation and error reporting -have recieved a facelift. +have received a facelift. - gpuGranger now reports the correct p-values and is slightly faster for small data sets.