Skip to content
Prev 8956 / 21312 Next

[Bioc-devel] 49 software packages either have no vignettes or their vignettes are not built by R CMD build!

Hi,
I tried the scenario 1:
git clone https://github.com/Bioconductor-mirror/canceR
cd canceR

bash ../update_remotes.sh
add files/dir  in /vignette
pump version in DESCRIPTION

commit -m "fix vignette"
git svn rebase
git svn dcommit --add-author-from


MBP-de-MacBook:canceR Mezhoud$ git svn dcommit --add-author-from
Committing to
https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/canceR ...
    A    inst/doc/canceR.pdf
    A    vignettes/canceR.Rnw
    A    vignettes/canceR.latex
    A    vignettes/image/BrstPrstGSEAlm.png
    A    vignettes/image/BrstPrstGSEAlm1.jpeg
    A    vignettes/image/BrstPrstGSEAlm2.jpeg
    A    vignettes/image/BrstPrstGSEAlm3.jpeg
    A    vignettes/image/BrstPrstGSEAlm4.jpeg
    A    vignettes/image/Circos.png
    A    vignettes/image/Coxph.png
    A    vignettes/image/GSEA-R.png
    A    vignettes/image/Mutation1.png
    A    vignettes/image/clinicalDataDialog.png
    A    vignettes/image/dialogCircos.png
    A    vignettes/image/gct_cls.png
 ..............
    A    vignettes/image/setWorkspace.jpeg
    A    vignettes/image/stadGSEAlm4.jpeg
    A    vignettes/image/stadGSEAlm5.jpeg
    A    vignettes/image/stadGSEAlm6.jpeg
    A    vignettes/image/stadGSEAlm7.jpeg
    A    vignettes/image/stadGSEAlm8.jpeg
    A    vignettes/image/stadGSEAlm9.jpeg
    A    vignettes/image/stadGSEAlmCNA.png
    A    vignettes/image/starting.png
    A    vignettes/image/starting.svg
    A    vignettes/image/startingWindow.jpeg
    A    vignettes/image/whichMSigDB.png
    A    vignettes/image/whichMSigDB1.jpeg
    A    vignettes/image/whichMSigDB2.jpeg
    A    vignettes/image/workspace.png
    M    DESCRIPTION

ERROR from SVN:
A repository hook failed: Commit blocked by pre-commit hook (exit code 1)
with output:
Traceback (most recent call last):
  File
"/extra/svndata/gentleman/svnroot/bioconductor/hooks/DESCRIPTION_hook/check_for_bad_version.py",
line 277, in <module>
    process_diff(diff)
  File
"/extra/svndata/gentleman/svnroot/bioconductor/hooks/DESCRIPTION_hook/check_for_bad_version.py",
line 112, in process_diff
    filename = segs0[1]
IndexError: list index out of range

W: e980c09a87a818a1736f38304e18325b7c0362f5 and refs/remotes/git-svn
differ, using rebase:
:100755 100755 d4a308bbf85b4f0ba06ee27af51f1e76804bad2a
6b7df529709f10184b376d69d5ea9f3ae9e1d3fe M    DESCRIPTION
:040000 040000 de5dbdd606d8758565afcadbaf04e5821e71b461
870588b10784e8f5169b2f7bf6377985edd3a735 M    inst
:040000 040000 056451883aa9ba2af9e19f8dd2a285d412b9ae60
7865b7a8f6a9e5e3b0bba7605de8f9e3abfb070a M    vignettes
Current branch master is up to date.
ERROR: Not all changes have been committed into SVN, however the committed
ones (if any) seem to be successfully integrated into the working tree.
Please see the above messages for details.


On Fri, Apr 1, 2016 at 4:27 PM, Dan Tenenbaum <dtenenba at fredhutch.org>
wrote: