From 71c8e98e55aa36b330ba0b572ee58d6fe2709d2f Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Fri, 23 Dec 2022 14:46:41 +0100 Subject: [PATCH] Adding matlab2r::log2 to NAMESPACE Checks will continue to fail until matlab2r::log2() is on CRAN. In the meantime, one could use the function from the development version: install_github("ocbe-uio/matlab2r") --- NAMESPACE | 1 + 1 file changed, 1 insertion(+) diff --git a/NAMESPACE b/NAMESPACE index 498cdb4..c80ffba 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -55,6 +55,7 @@ importFrom(matlab2r,inputdlg) importFrom(matlab2r,isempty) importFrom(matlab2r,isfield) importFrom(matlab2r,isspace) +importFrom(matlab2r,log2) importFrom(matlab2r,max) importFrom(matlab2r,min) importFrom(matlab2r,nargin)