From 999c3e1920cecffb5bc16180b1cfb14286dd1c74 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 21 Jul 2023 12:14:04 +0200 Subject: Manually specify exports in NAMESPACE Thanks for Ivan Krylov on r-pkg-devel for explaining why using export(".") lead to a NOTE on R-devel (win-builder) and why it is preferable to explicitly specify exports. --- NAMESPACE | 10 +++++++++- check.log | 12 +++++++++--- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/NAMESPACE b/NAMESPACE index c500120..fe9edca 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,4 +1,12 @@ -exportPattern(".") +export("checkcontrols") +export("checkexperiment") +export("checkplate") +export("checksubstance") +export("drcfit") +export("drdata") +export("drfit") +export("drplot") +export("linlogitf") import( graphics, diff --git a/check.log b/check.log index d78b680..6e7713e 100644 --- a/check.log +++ b/check.log @@ -10,7 +10,7 @@ * checking for file ‘drfit/DESCRIPTION’ ... OK * this is package ‘drfit’ version ‘0.7.4’ * package encoding: UTF-8 -* checking CRAN incoming feasibility ... [3s/10s] Note_to_CRAN_maintainers +* checking CRAN incoming feasibility ... [3s/11s] Note_to_CRAN_maintainers Maintainer: ‘Johannes Ranke ’ * checking package namespace information ... OK * checking package dependencies ... OK @@ -26,7 +26,9 @@ Maintainer: ‘Johannes Ranke ’ * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... OK -* checking top-level files ... OK +* checking top-level files ... NOTE +Non-standard file/directory found at top level: + ‘tmp.txt’ * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK @@ -79,5 +81,9 @@ Maintainer: ‘Johannes Ranke ’ * checking for detritus in the temp directory ... OK * DONE -Status: OK +Status: 1 NOTE +See + ‘/home/jranke/git/drfit/drfit.Rcheck/00check.log’ +for details. + -- cgit v1.2.1