Skip to content

[R-pkg-devel] What version does "CRAN check list" refer to ?

3 messages · Jose V. Die, Dirk Eddelbuettel

#
Hi, 

I am working on my first package and I released a new version (1.0.11). The CRAN checks link shows the last updated for today although the check details section refers to version 1.0.1. 

So, I?m confused about it. Are those check results from my old version or the current version just released? 


Package : https://cran.r-project.org/web/packages/geneHummus/index.html 
CRAN checks : https://cran.r-project.org/web/checks/check_results_geneHummus.html

Best, 
Jose



????????
Jose V. Die, Ph.D.

Departamento de Gen?tica
Escuela T?cnica Superior de Ingenieros Agr?nomos
Campus de Rabanales
Universidad de C?rdoba 

https://jdieramon.github.io
#
On 5 April 2019 at 11:29, Jose V. Die wrote:
| I am working on my first package and I released a new version (1.0.11). The CRAN checks link shows the last updated for today although the check details section refers to version 1.0.1. 
| 
| So, I?m confused about it. Are those check results from my old version or the current version just released? 
| 
| 
| Package : https://cran.r-project.org/web/packages/geneHummus/index.html 
| CRAN checks : https://cran.r-project.org/web/checks/check_results_geneHummus.html

If you look at the package page you see that
 - your new version is the current one _in source form_
 - the binary builds provided are currently _all behind at the previous version_
 - the results page has a version column and is currently mixed

It simply takes 24 to 48 hours for the builds jobs to catch up.

Dirk
4 days later
#
Hi Dirk. 

Thank you very much for your comments. 

Jose