Back to Mac ARM64 build report for BioC 3.17
ABCDEFGHIJKLMNOPQ[R]STUVWXYZ

This page was generated on 2023-10-20 09:38:10 -0400 (Fri, 20 Oct 2023).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson2macOS 12.6.1 Montereyarm644.3.1 (2023-06-16) -- "Beagle Scouts" 4347
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

Package 1686/2230HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ReportingTools 2.40.0  (landing page)
Jason A. Hackney , Gabriel Becker
Snapshot Date: 2023-10-15 14:00:07 -0400 (Sun, 15 Oct 2023)
git_url: https://git.bioconductor.org/packages/ReportingTools
git_branch: RELEASE_3_17
git_last_commit: 808af36
git_last_commit_date: 2023-04-25 10:24:14 -0400 (Tue, 25 Apr 2023)
kjohnson2macOS 12.6.1 Monterey / arm64  OK    ERROR  skippedskipped

BUILD results for ReportingTools on kjohnson2


To the developers/maintainers of the ReportingTools package:
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: ReportingTools
Version: 2.40.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data ReportingTools
StartedAt: 2023-10-16 16:21:26 -0400 (Mon, 16 Oct 2023)
EndedAt: 2023-10-16 16:24:22 -0400 (Mon, 16 Oct 2023)
EllapsedTime: 176.6 seconds
RetCode: 1
Status:   ERROR  
PackageFile: None
PackageFileSize: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/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 6335 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