Skip to content

[Bioc-devel] [EXTERNAL]Re: A question about r package update

4 messages · Xiaowen Chen, Martin Morgan, Shepherd, Lori

#
Hi Kern,
I checked the epihet on the website ?bioconductor.org/packages/devel/bioc/html/epihet.html?.
I saw its version is 1.5.2
Unfortunately, it is not the one I push this morning. It is not the latest one.
Could you help me check what?s wrong here? I am so sorry about that.

Best,
Xiaowen
From: "Kern, Lori" <Lori.Shepherd at RoswellPark.org>
Date: Friday, October 16, 2020 at 9:54 AM
To: Xiaowen Chen <Xiaowen.Chen at jax.org>, "bioc-devel at r-project.org" <bioc-devel at r-project.org>
Subject: [EXTERNAL]Re: A question about r package update

We apologize.  It was announced on the Bioconductor slack but we forgot to post on the bioc-devel mailing list. There was an issue with the builders and there was no report generated yesterday Thursday October 15.  The issue should be resolved and we expect a build report today.
I do see 1.5.2 in our git repository so it should be reflected in the report today.
We apologize for the confusion and the inconvenience


Cheers,


Lori Shepherd

Bioconductor Core Team

Roswell Park Comprehensive Cancer Center

Department of Biostatistics & Bioinformatics

Elm & Carlton Streets

Buffalo, New York 14263
#
Packages are built nightly, so you must usually wait ~24 - 48 hours for your commits to be reflected in the build report. 

Sometimes issues prevent the build report from being processed, so on the build overview page such as

  http://bioconductor.org/checkResults/devel/bioc-LATEST/

compare

  - 'This page generated on...'
  - 'Approx snapshot date...'

and on individual package pages such as

  http://bioconductor.org/checkResults/devel/bioc-LATEST/epihet/

look for

  - 'Snapshot date...'
  - 'Last commit...' 

If your last commit (`git log --oneline`) was after the snapshot date, then changes you made will not be reflected in the build report.

Because of the delay in the nightly builds, it makes sense to do your best to ensure that commits are correct, ensuring that your R and Bioconductor packages are current for the version that you are committing to, and running

  R CMD build <pgk>
  R CMD check <pkg_....tar.gz>

locally before pushing changes.

Martin



?On 10/16/20, 5:08 PM, "Bioc-devel on behalf of Xiaowen Chen" <bioc-devel-bounces at r-project.org on behalf of Xiaowen.Chen at jax.org> wrote:

    Hi Kern,
    I checked the epihet on the website ?bioconductor.org/packages/devel/bioc/html/epihet.html?.
    I saw its version is 1.5.2
    Unfortunately, it is not the one I push this morning. It is not the latest one.
    Could you help me check what?s wrong here? I am so sorry about that.

    Best,
    Xiaowen
    From: "Kern, Lori" <Lori.Shepherd at RoswellPark.org>
    Date: Friday, October 16, 2020 at 9:54 AM
    To: Xiaowen Chen <Xiaowen.Chen at jax.org>, "bioc-devel at r-project.org" <bioc-devel at r-project.org>
    Subject: [EXTERNAL]Re: A question about r package update

    We apologize.  It was announced on the Bioconductor slack but we forgot to post on the bioc-devel mailing list. There was an issue with the builders and there was no report generated yesterday Thursday October 15.  The issue should be resolved and we expect a build report today.
    I do see 1.5.2 in our git repository so it should be reflected in the report today.
    We apologize for the confusion and the inconvenience


    Cheers,


    Lori Shepherd

    Bioconductor Core Team

    Roswell Park Comprehensive Cancer Center

    Department of Biostatistics & Bioinformatics

    Elm & Carlton Streets

    Buffalo, New York 14263
#
Yes, the check report is the one I lately push, 
But the epihet on the website" bioconductor.org/packages/devel/bioc/html/epihet.html " is not the one latest through check the vignettes.

So now I updated the version in DESCRIPTION to 1.5.3, and push again and hope I can see the latest version on the website " bioconductor.org/packages/devel/bioc/html/epihet.html "

Thank you.
Best,
Xiaowen
?On 10/17/20, 10:26 AM, "Martin Morgan" <mtmorgan.bioc at gmail.com> wrote:
Packages are built nightly, so you must usually wait ~24 - 48 hours for your commits to be reflected in the build report. 

    Sometimes issues prevent the build report from being processed, so on the build overview page such as

      http://bioconductor.org/checkResults/devel/bioc-LATEST/

    compare

      - 'This page generated on...'
      - 'Approx snapshot date...'

    and on individual package pages such as

      http://bioconductor.org/checkResults/devel/bioc-LATEST/epihet/

    look for

      - 'Snapshot date...'
      - 'Last commit...' 

    If your last commit (`git log --oneline`) was after the snapshot date, then changes you made will not be reflected in the build report.

    Because of the delay in the nightly builds, it makes sense to do your best to ensure that commits are correct, ensuring that your R and Bioconductor packages are current for the version that you are committing to, and running

      R CMD build <pgk>
      R CMD check <pkg_....tar.gz>

    locally before pushing changes.

    Martin
On 10/16/20, 5:08 PM, "Bioc-devel on behalf of Xiaowen Chen" <bioc-devel-bounces at r-project.org on behalf of Xiaowen.Chen at jax.org> wrote:
Hi Kern,
        I checked the epihet on the website ?bioconductor.org/packages/devel/bioc/html/epihet.html?.
        I saw its version is 1.5.2
        Unfortunately, it is not the one I push this morning. It is not the latest one.
        Could you help me check what?s wrong here? I am so sorry about that.

        Best,
        Xiaowen
        From: "Kern, Lori" <Lori.Shepherd at RoswellPark.org>
        Date: Friday, October 16, 2020 at 9:54 AM
        To: Xiaowen Chen <Xiaowen.Chen at jax.org>, "bioc-devel at r-project.org" <bioc-devel at r-project.org>
        Subject: [EXTERNAL]Re: A question about r package update

        We apologize.  It was announced on the Bioconductor slack but we forgot to post on the bioc-devel mailing list. There was an issue with the builders and there was no report generated yesterday Thursday October 15.  The issue should be resolved and we expect a build report today.
        I do see 1.5.2 in our git repository so it should be reflected in the report today.
        We apologize for the confusion and the inconvenience


        Cheers,


        Lori Shepherd

        Bioconductor Core Team

        Roswell Park Comprehensive Cancer Center

        Department of Biostatistics & Bioinformatics

        Elm & Carlton Streets

        Buffalo, New York 14263
1 day later
#
The latest version is now reflected in the build report and on the package landing page.  Please again review timings on this page that the landing pages are only updated after a successful build with version bump hence why the full update on the build report and landing pages can take up to 48 hours

http://bioconductor.org/developers/how-to/troubleshoot-build-report/



Lori Shepherd

Bioconductor Core Team

Roswell Park Comprehensive Cancer Center

Department of Biostatistics & Bioinformatics

Elm & Carlton Streets

Buffalo, New York 14263

Cheers,