MichaelChirico / r-bugs

A ⚠️read-only⚠️mirror of https://bugs.r-project.org/
20 stars 0 forks source link

[BUGZILLA #982] R CMD check #998

Closed MichaelChirico closed 4 years ago

MichaelChirico commented 4 years ago

From: Roger Bivand <Roger.Bivand@<::CENSORED -- SEE ORIGINAL ON BUGZILLA::>> In revising the splancs package, I use R CMD check. After a number of changes to various files in the directory tree, R CMD check fails at the

Roger

PS: Specifically I was responding to Kurt's note re: $as.points $as.points$code [1] "..." $as.points$docs [1] "p" and doing work on documentation as well. as.points is (...) in both code and docs now. Is it the ellipsis that is the problem?

----------------------------- [rsb@<::CENSORED -- SEE ORIGINAL ON BUGZILLA::> splancs]$ R CMD check splancs

Installing source package splancs' ... libs make:splancs.so' is up to date. R data ...

DONE (INSTALL)

Search Path: .GlobalEnv, package:splancs, package:mva, package:spatial, package:sda, package:ctest, Autoloads, package:base ----------------------------------

undoc("splancs",lib.loc="splancs.Rcheck")

character(0)

getwd()

[1] "/home/rsb/topics/splancs"

system("grep as.points splancs.Rcheck/splancs/R/splancs")

as.points <- function(...) ------------------------------------- -- Roger Bivand Economic Geography Section, Department of Economics, Norwegian School of Economics and Business Administration, Breiviksveien 40, N-5045 Bergen, <CENSORING FROM DETECTED PHONE NUMBER ONWARDS; SEE BUGZILLA>


METADATA

MichaelChirico commented 4 years ago

NOTES: problem with function not found: need to investigate this example.

A `.R' data file was using code from the package. This is a no-no according to R-exts.


METADATA

MichaelChirico commented 4 years ago

Audit (from Jitterbug): Sun Jun 17 09:45:31 2001 ripley changed notes Sun Jun 17 09:45:31 2001 ripley foobar Sun Jun 17 09:45:31 2001 ripley moved from incoming to Misc Mon Jun 18 08:40:35 2001 hornik changed notes Mon Jun 18 08:40:35 2001 hornik foobar Mon Jun 18 08:40:35 2001 hornik moved from Misc to Misc-fixed


METADATA