From f6f7d67decd75b87a68f20c311a652b5b11237ef Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 8 Oct 2020 09:57:03 +0200 Subject: Fix another URL, add devcheck target --- .Rbuildignore | 1 + DESCRIPTION | 2 +- GNUmakefile | 3 ++ check_dev.log | 70 +++++++++++++++++++++++++++++++++++++++++++ docs/dev/404.html | 2 +- docs/dev/articles/index.html | 2 +- docs/dev/authors.html | 2 +- docs/dev/index.html | 6 ++-- docs/dev/news/index.html | 4 +-- docs/dev/pkgdown.yml | 2 +- docs/dev/reference/index.html | 2 +- 11 files changed, 85 insertions(+), 11 deletions(-) create mode 100644 check_dev.log diff --git a/.Rbuildignore b/.Rbuildignore index dc1506da..f9ff58a0 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,6 +1,7 @@ ^GNUmakefile$ ^build.log$ ^check.log$ +^check_dev.log$ ^test.log$ ^test_dev.log$ ^tests_slow.log$ diff --git a/DESCRIPTION b/DESCRIPTION index 9e0d63d7..3dec4d1d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -26,7 +26,7 @@ LazyData: yes Encoding: UTF-8 Language: en-GB VignetteBuilder: knitr -BugReports: http://github.com/jranke/mkin/issues/ +BugReports: https://github.com/jranke/mkin/issues/ URL: https://pkgdown.jrwb.de/mkin/ Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 diff --git a/GNUmakefile b/GNUmakefile index fea87d6b..09933ee7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -62,6 +62,9 @@ quickinstall: build-no-vignettes check: roxygen build _R_CHECK_CRAN_INCOMING_REMOTE_=false "$(RBIN)/R" CMD check --as-cran --no-tests $(TGZ) 2>&1 | tee check.log +devcheck: roxygen build + _R_CHECK_CRAN_INCOMING_REMOTE_=false "$(RDEVBIN)/R" CMD check --as-cran --no-tests $(TGZ) 2>&1 | tee check_dev.log + quickcheck: roxygen build-no-vignettes mv $(TGZVNR) $(TGZ) "$(RBIN)/R" CMD check --no-tests --no-build-vignettes --no-vignettes $(TGZ) diff --git a/check_dev.log b/check_dev.log new file mode 100644 index 00000000..1d671445 --- /dev/null +++ b/check_dev.log @@ -0,0 +1,70 @@ +* using log directory ‘/home/jranke/git/mkin/mkin.Rcheck’ +* using R Under development (unstable) (2020-10-07 r79311) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using options ‘--no-tests --as-cran’ +* checking for file ‘mkin/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘mkin’ version ‘0.9.50.3’ +* package encoding: UTF-8 +* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers +Maintainer: ‘Johannes Ranke ’ +* checking package namespace information ... OK +* checking package dependencies ... OK +* checking if this is a source package ... OK +* checking if there is a namespace ... OK +* checking for executable files ... OK +* checking for hidden files and directories ... OK +* checking for portable file names ... OK +* checking for sufficient/correct file permissions ... OK +* checking serialization versions ... OK +* checking whether package ‘mkin’ can be installed ... OK +* checking installed package size ... OK +* checking package directory ... OK +* checking for future file timestamps ... OK +* checking ‘build’ directory ... OK +* checking DESCRIPTION meta-information ... OK +* checking top-level files ... OK +* checking for left-over files ... OK +* checking index information ... OK +* checking package subdirectories ... OK +* checking R files for non-ASCII characters ... OK +* checking R files for syntax errors ... OK +* checking whether the package can be loaded ... OK +* checking whether the package can be loaded with stated dependencies ... OK +* checking whether the package can be unloaded cleanly ... OK +* checking whether the namespace can be loaded with stated dependencies ... OK +* checking whether the namespace can be unloaded cleanly ... OK +* checking use of S3 registration ... OK +* checking dependencies in R code ... OK +* checking S3 generic/method consistency ... OK +* checking replacement functions ... OK +* checking foreign function calls ... OK +* checking R code for possible problems ... OK +* checking Rd files ... OK +* checking Rd metadata ... OK +* checking Rd line widths ... OK +* checking Rd cross-references ... OK +* checking for missing documentation entries ... OK +* checking for code/documentation mismatches ... OK +* checking Rd \usage sections ... OK +* checking Rd contents ... OK +* checking for unstated dependencies in examples ... OK +* checking contents of ‘data’ directory ... OK +* checking data for non-ASCII characters ... OK +* checking data for ASCII and uncompressed saves ... OK +* checking installed files from ‘inst/doc’ ... OK +* checking files in ‘vignettes’ ... OK +* checking examples ... OK +* checking for unstated dependencies in ‘tests’ ... OK +* checking tests ... SKIPPED +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes in ‘inst/doc’ ... OK +* checking re-building of vignette outputs ... OK +* checking PDF version of manual ... OK +* checking for non-standard things in the check directory ... OK +* checking for detritus in the temp directory ... OK +* DONE + +Status: OK + diff --git a/docs/dev/404.html b/docs/dev/404.html index 1434d6b8..9d14af1e 100644 --- a/docs/dev/404.html +++ b/docs/dev/404.html @@ -119,7 +119,7 @@