diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2024-04-27 19:22:10 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2024-04-27 19:23:42 +0200 |
commit | e18c8da322ddb11105b7fdf93e9dd538673fb946 (patch) | |
tree | 7d4d20112ce8f70f0ebf954da920dcf839e35e7c /log/check.log | |
parent | b07f9fcb7468ac1b5fab0924328fba36ae943be5 (diff) |
Fix bug in R/create_deg_func.R
Closes #13
Diffstat (limited to 'log/check.log')
-rw-r--r-- | log/check.log | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/log/check.log b/log/check.log index 5e777a87..58615282 100644 --- a/log/check.log +++ b/log/check.log @@ -1,6 +1,6 @@ * using log directory ‘/home/jranke/git/mkin/mkin.Rcheck’ -* using R version 4.3.2 (2023-10-31) -* using platform: x86_64-pc-linux-gnu (64-bit) +* using R version 4.4.0 (2024-04-24) +* using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Debian 12.2.0-14) 12.2.0 GNU Fortran (Debian 12.2.0-14) 12.2.0 @@ -9,9 +9,9 @@ * using options ‘--no-tests --as-cran’ * checking for file ‘mkin/DESCRIPTION’ ... OK * checking extension type ... Package -* this is package ‘mkin’ version ‘1.2.8’ +* this is package ‘mkin’ version ‘1.2.9’ * package encoding: UTF-8 -* checking CRAN incoming feasibility ... [2s/14s] Note_to_CRAN_maintainers +* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers Maintainer: ‘Johannes Ranke <johannes.ranke@jrwb.de>’ * checking package namespace information ... OK * checking package dependencies ... OK @@ -32,7 +32,7 @@ Maintainer: ‘Johannes Ranke <johannes.ranke@jrwb.de>’ * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK -* checking R files for non-ASCII characters ... OK +* checking code 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 @@ -62,11 +62,11 @@ Maintainer: ‘Johannes Ranke <johannes.ranke@jrwb.de>’ * checking sizes of PDF files under ‘inst/doc’ ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK -* checking examples ... OK +* checking examples ... [10s/10s] 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 package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * checking HTML version of manual ... OK |