[R-pkg-devel] Warning: S4 exports specified in 'NAMESPACE' but not defined in package

Wang, Zhu w@ngz1 @end|ng |rom uth@c@@@edu
Mon Jun 1 19:50:10 CEST 2020


Thanks Max for the very helpful reply.

Best,

Zhu

From: Max Turgeon <Max.Turgeon using umanitoba.ca>
Sent: Monday, June 1, 2020 11:53 AM
To: Wang, Zhu <wangz1 using uthscsa.edu>; R-package-devel using r-project.org
Subject: Re: Warning: S4 exports specified in 'NAMESPACE' but not defined in package


Good morning,



I had a quick look at the source file on CRAN, and I don't see any evidence that you're using S4 classes...? Indeed, at the end of your function 'bujar', you are defining the class of the results using "class(x) <- value", which is an S3 idiom.



If indeed you're using S3 instead of S4, then the correct section of WRE is 1.5.2, and therefore you'll need to clean up your NAMESPACE.



Best,


Max Turgeon
Assistant Professor
Department of Statistics
Department of Computer Science
University of Manitoba
maxturgeon.ca<http://maxturgeon.ca>



________________________________
From: R-package-devel <r-package-devel-bounces using r-project.org<mailto:r-package-devel-bounces using r-project.org>> on behalf of Wang, Zhu <wangz1 using uthscsa.edu<mailto:wangz1 using uthscsa.edu>>
Sent: June 1, 2020 11:34:27 AM
To: R-package-devel using r-project.org<mailto:R-package-devel using r-project.org>
Subject: [R-pkg-devel] Warning: S4 exports specified in 'NAMESPACE' but not defined in package

********************************************************
Caution: This message was sent from outside the University of Manitoba.
********************************************************

Dear All,

I received warnings regarding a package:

https://cran.r-project.org/web/checks/check_results_bujar.html

The warning still occurred after I changed export(bujar, gcv.enet) to export(bujar) in NAMESPACE. The function bujar was defined in the package, so I probably missed something in Sec 1.5.6 in Writing R Extensions.

Could somebody kindly advise how to address the warning?

Thanks,

Zhu Wang

        [[alternative HTML version deleted]]

______________________________________________
R-package-devel using r-project.org<mailto:R-package-devel using r-project.org> mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

	[[alternative HTML version deleted]]



More information about the R-package-devel mailing list