rstudio / rmarkdown

Dynamic Documents for R
https://rmarkdown.rstudio.com
GNU General Public License v3.0
2.88k stars 977 forks source link

Bundling/licensing audit #1275

Closed QuLogic closed 6 years ago

QuLogic commented 6 years ago

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):

Do I have the right sources for everything? Have I missed anything?

rich-iannone commented 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).

QuLogic commented 6 years ago

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.

QuLogic commented 6 years ago

Actually these files seem unreferenced, perhaps they can be removed?

QuLogic commented 6 years ago

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?

github-actions[bot] commented 3 years ago

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.