Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRAN binary HTML Output Fails #67

Closed
brodieG opened this issue Aug 30, 2016 · 1 comment
Closed

CRAN binary HTML Output Fails #67

brodieG opened this issue Aug 30, 2016 · 1 comment
Labels
Milestone

Comments

@brodieG
Copy link
Owner

brodieG commented Aug 30, 2016

Binaries set options on the compilation machine, so gdo("html.css") and company end up set to the path on the compilation machine.

Work-around until I can get an updated version up on CRAN:

install.packages("diffobj", type="source")

or:

options(diffobj.html.css=diffobj_css())
options(diffobj.html.js=diffobj_js())
@brodieG brodieG added the bug label Aug 30, 2016
@brodieG brodieG modified the milestones: 0.1.4, 0.1.5 Aug 30, 2016
@brodieG
Copy link
Owner Author

brodieG commented Sep 1, 2016

Current CRAN binaries (v0.1.3) still exhibit this issue. Most recent submission should fix them once the new binaries are generated.

@brodieG brodieG reopened this Sep 1, 2016
@brodieG brodieG closed this as completed Sep 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant