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")
This commit is contained in:
Waldir Leoncio 2022-12-23 14:46:41 +01:00
parent 7c7b4c5322
commit 71c8e98e55

View file

@ -55,6 +55,7 @@ importFrom(matlab2r,inputdlg)
importFrom(matlab2r,isempty) importFrom(matlab2r,isempty)
importFrom(matlab2r,isfield) importFrom(matlab2r,isfield)
importFrom(matlab2r,isspace) importFrom(matlab2r,isspace)
importFrom(matlab2r,log2)
importFrom(matlab2r,max) importFrom(matlab2r,max)
importFrom(matlab2r,min) importFrom(matlab2r,min)
importFrom(matlab2r,nargin) importFrom(matlab2r,nargin)