- local Windows 10, R 4.0.3
- Travis CI
- R-hub builder: Fedora Linux, R-devel, clang, gfortran
- R-hub builder: Windows Server 2008 R2 SP1, R-devel, 32/64 bit
- R-hub builder: Ubuntu Linux 16.04 LTS, R-release, GCC
- win-builder (release)
- win-builder (devel)
- There was 1 NOTE:
- Package was archived on CRAN CRAN repository db overrides: X-CRAN-Comment: Archived on 2021-01-30 as check problems were not corrected in time.
I have run R CMD check on downstream dependencies of ADMUR All packages passed with no ERRORs or WARNINGs and Status: OK
- All calls to svg() replaced with png() following request from Prof Brian Ripley on 2021-01-16. Aplogies for the delay in fixing this.
- local Windows 10, R 4.0.3
- Travis CI
- R-hub builder: Fedora Linux, R-devel, clang, gfortran
- R-hub builder: Windows Server 2008 R2 SP1, R-devel, 32/64 bit
- R-hub builder: Ubuntu Linux 16.04 LTS, R-release, GCC
- win-builder (release)
- win-builder (devel)
- There were no ERRORs, no WARNINGs, no NOTES
I have run R CMD check on downstream dependencies of ADMUR All packages passed with no ERRORs or WARNINGs and Status: OK
- svg() now imported from grDevices in NAMESPACE and DESCRIPTION, following request from Prof Brian Ripley on 2021-01-16.
- 14C datasets from taphonomic papers added (Surovell, Bluhm, Bryson etc).
- Substantial update to guide, detailing taphonomy.
- Taphonomy parameter incorporated into convertPars(), objectiveFunction(), proposalFunction(), mcmc().
- New CPLparsToHinges() helper function purely to handle converting CPL parameters into hinges.
In this version I have:
- reduced tarball size from 7.8 MB to 4.1 MB Many thanks to Uwe Ligges for helpful advice.
Please accept my apologies for the short period since last submission (23 days). Much development has been done in this time. I anticipate a much longer period before next submission.
- local Windows 10, R 4.0.3
- Travis CI
- R-hub builder: Windows Server 2008 R2 SP1, R-devel, 32/64 bit
- R-hub builder: Fedora Linux, R-devel, clang, gfortran
- R-hub builder: Ubuntu Linux 16.04 LTS, R-release, GCC
- win-builder (release)
- win-builder (devel)
- There were no ERRORs or WARNINGs.
- There was 1 NOTE: Maintainer: 'Adrian Timpson [email protected]' Found the following (possibly) invalid URLs: URL: https://doi.org/10.1098/rstb.2019.0723
I have also run R CMD check on downstream dependencies of ADMUR All packages passed with no ERRORs or WARNINGs and Status: OK
- The possibly invalid URL is actually correct, the paper is in press and will go live on 2020-11-30
- Added a logistic model.
- Added three toy datasets.
- New section in guide, exploring further models.
- Substantial improvement in the area breaking algorithm, total rebuild of convertParsCPL().
- Added a Cauchy model.
- Added a sigmoidal model.
- Added a Gaussian model.
- Added checkData()
- Cleaner mathematical formulae in manuals, using mathjaxr
In this version I have:
- changed all instances of \dontrun{} to \donttest{}, as these take > 5 secs.
- removed all changes to options(warn). Was previously used to suppress repetitive warnings if summedCalibrator() was run in a loop. I have instead added 'checks' as an argument to this function, giving user choice to suppress.
- removed all changes to par() within functions.
- ensured par() changes in vignettes are reset to user's par(). Many thanks to Gregor Seyer for hugely helpful comments.
There were no ERRORs or WARNINGs. There was 1 NOTE: checking CRAN incoming feasibility ... NOTE Maintainer: 'Adrian Timpson [email protected]'
- local Windows 10, R 4.0.2
- Travis CI
- win-builder (release)
There were no ERRORs or WARNINGs. There was 1 NOTE: checking CRAN incoming feasibility ... NOTE Maintainer: 'Adrian Timpson [email protected]' New submission
I have also run R CMD check on downstream dependencies of ADMUR All packages passed with no ERRORs or WARNINGs and Status: OK
- The build checks identify the following correct URL: https://doi.org/10.1098/rstb.2019.0723 as 'possibly invalid', since this paper is due to be published on 2020-11-30
- The build checks identify: Possibly mis-spelled words in DESCRIPTION: SPD (11:303, 11:322) This intended initialisation is previously fully specified (Summed Probability Distribution).