Back to Build/check report for BioC 3.18:   simplified   long
ABCDEFGHIJKLMNOPQ[R]STUVWXYZ

This page was generated on 2023-05-26 06:18:14 -0000 (Fri, 26 May 2023).

HostnameOSArch (*)R versionInstalled pkgs
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch644.3.0 (2023-04-21) -- "Already Tomorrow" 4254
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

BUILD results for ReportingTools on kunpeng2


To the developers/maintainers of the ReportingTools package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/ReportingTools.git to reflect on this report. See Troubleshooting Build Report for more information.

- Use the following Renviron settings to reproduce errors and warnings.

Note: If "R CMD check" recently failed on the Linux builder over a missing dependency, add the missing dependency to "Suggests" in your DESCRIPTION file. See the Renviron.bioc for details.

raw results

Package 1658/2197HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ReportingTools 2.41.0  (landing page)
Jason A. Hackney , Gabriel Becker
Snapshot Date: 2023-05-25 13:29:39 -0000 (Thu, 25 May 2023)
git_url: https://git.bioconductor.org/packages/ReportingTools
git_branch: devel
git_last_commit: 57f40e0
git_last_commit_date: 2023-04-25 14:24:14 -0000 (Tue, 25 Apr 2023)
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    ERROR  skipped

Summary

Package: ReportingTools
Version: 2.41.0
Command: /home/biocbuild/R/R-4.3.0/bin/R CMD build --keep-empty-dirs --no-resave-data ReportingTools
StartedAt: 2023-05-26 00:56:23 -0000 (Fri, 26 May 2023)
EndedAt: 2023-05-26 00:58:15 -0000 (Fri, 26 May 2023)
EllapsedTime: 112.2 seconds
RetCode: 1
Status:   ERROR  
PackageFile: None
PackageFileSize: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R-4.3.0/bin/R CMD build --keep-empty-dirs --no-resave-data ReportingTools
###
##############################################################################
##############################################################################


* checking for file ‘ReportingTools/DESCRIPTION’ ... OK
* preparing ‘ReportingTools’:
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... ERROR
--- re-building ‘basicReportingTools.Rnw’ using Sweave
--- finished re-building ‘basicReportingTools.Rnw’

--- re-building ‘microarrayAnalysis.Rnw’ using Sweave
--- finished re-building ‘microarrayAnalysis.Rnw’

--- re-building ‘rnaseqAnalysis.Rnw’ using Sweave
--- finished re-building ‘rnaseqAnalysis.Rnw’

--- re-building ‘shiny.Rnw’ using Sweave
--- finished re-building ‘shiny.Rnw’

--- re-building ‘knitr.Rmd’ using knitr
Warning in file.info(x, extra_cols = FALSE) :
  expanded path length 6481 would be too long for
<!--
%\VignetteEngine{knitr}
%\VignetteIndexEntry{Knitr and ReportingTools}
-->
<h1 id="knitr-and-reportingtools">Knitr and ReportingTools</h1>
<p>Jessica L. Larson and Gabriel Becker</p>
<p>We can use knitr and ReportingTools together, as shown in this very simple example from our basic vignette.</p>
<p>Here we will create a simple report that integrates <code>ReportingTools</code> report capabilities with knitr.</p>
<p>To build this report, simply call the <code>knit2html</code> function from the
knitr package.</p>
<ul>
<li>By default, knitr will write the destination file within the current working directory.</li>
<li>We thus call <code>knit2html</code> from within the
<code>reportDirectory</code>.</li>
<li>Alternatively, we can call <code>knit2html</code> with an
<code>output</code> argument that matches the <code>reportDirectory</code>
argument passed to <code>HTMLReport</code>.</li>
</ul>
<p><strong>Note: the output html file must b [... truncated]
Warning in file(con, "r") :
  cannot open file 'jslib/jquery-1.8.0.min.js': No such file or directory
Error: processing vignette 'knitr.Rmd' failed with diagnostics:
cannot open the connection
--- failed re-building ‘knitr.Rmd’

SUMMARY: processing the following file failed:
  ‘knitr.Rmd’

Error: Vignette re-building failed.
Execution halted