Closed QuLogic closed 6 years ago
@QuLogic
I've got this list:
bootstrap-3.3.5
font-awesome-4.5.0
highlightjs
ionicons-2.0.1
jquery-1.11.3
jqueryui-1.11.4
navigation-1.1
pagedtable-1.1
rmarkdown
rsiframe-1.1
tocify-1.9.1
ioslides-13.5.1
OpenSans.ttf
OpenSansItalic.ttf
OpenSansSemibold.ttf
OpenSansSemiboldItalic.ttf
SourceCodePro.ttf
fonts.css
hammer.js
modernizr.custom.45394.js
require-1.0.8.min.js
slide-controller.js
slide-deck.js
Slidy2
Please note that some JS scripts have been edited for R Markdown (slidy.js
is one example of this).
How about files in inst/rmd/ioslides/ioslides-13.5.1/js/polyfills
? There are minified, but no original sources.
I do not think I will unbundle most things, so the edits are mostly fine, but I do need to provide original, non-minified sources.
Actually these files seem unreferenced, perhaps they can be removed?
inst/rmd/ioslides/ioslides-13.5.1/js/order.js
and inst/rmd/ioslides/ioslides-13.5.1/js/require-1.0.8.min.js
are also minified, but appear unused?
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.
I'm trying to package rmarkdown in Fedora, but it is made a bit more difficult by the several bundled items. I have looked through
inst/NOTICE
which has been helpful but doesn't appear to cover everything. I have found at the very least, the following items in 1.7 (which I realize is a bit outdated, but there doesn't appear to be much change here):inst/rmd/h/font-awesome-4.5.0/fonts/
: fontawesome-fonts 4.5.0inst/rmd/ioslides/ioslides-13.5.1/fonts/
and./inst/rmd/h/bootstrap-3.3.5/css/fonts/
: open-sans-fonts (unknown version)inst/rmd/h/bootstrap-3.3.5/
: bootstrap 3.3.5 (MIT), plus many other fonts.inst/rmd/h/highlightjs/
: highlight 9.12.0 (BSD)inst/rmd/h/ionicons-2.0.1/
: ionicons-fonts 2.0.1 (MIT)inst/rmd/h/jquery-1.11.3/
: jquery1 1.11.3 (MIT)inst/rmd/h/jqueryui-1.11.4/
: jqueryui 1.11.4 (MIT)inst/rmd/h/tocify-1.9.1/
: jquery-tocify 1.9.1 (MIT)inst/rmd/ioslides/ioslides-13.5.1/
: ioslides 13.5.1 (ASL 2.0)inst/rmd/ioslides/ioslides-13.5.1/fonts/SourceCodePro.ttf
: adobe-source-code-pro-fonts 1.017 (maybe) (OFL)inst/rmd/ioslides/ioslides-13.5.1/js/hammer.js
: hammer.js 0.4 (MIT)inst/rmd/ioslides/ioslides-13.5.1/js/modernizr.custom.45394.js
: modernizr 2.5.3 (MIT & BSD)inst/rmd/ioslides/ioslides-13.5.1/js/{require-1.0.8.min,order}.js
: requirejs 1.0.8 (MIT | BSD)inst/rmd/ioslides/ioslides-13.5.1/js/prettify/
: code-prettify (MIT)inst/rmd/slidy/Slidy2/
: slidy 2 (W3C)Do I have the right sources for everything? Have I missed anything?