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

Make highlight optional #35

Open
hadley opened this issue Oct 7, 2018 · 2 comments
Open

Make highlight optional #35

hadley opened this issue Oct 7, 2018 · 2 comments

Comments

@hadley
Copy link

hadley commented Oct 7, 2018

Since it isn't needed by most users (who use RStudio), and development status is uncertain.

@nturaga
Copy link

nturaga commented Nov 6, 2018

Yes, "highlight" is also not available for the R-devel version now, which makes lookup unavailable.

R CMD INSTALL lookup
* installing to library '/Users/ni41435_ca/R-stuff/bin/R-devel/library'
ERROR: dependency 'highlite' is not available for package 'lookup'
* removing '/Users/ni41435_ca/R-stuff/bin/R-devel/library/lookup'
> BiocManager::install("highlite")
Bioconductor version 3.9 (BiocManager 1.30.3), R Under development (unstable)
  (2018-10-30 r75519)
Installing package(s) 'highlite'
Warning message:
package 'highlite' is not available (for R Under development)

@jimhester
Copy link
Owner

@nturaga please install lookup with devtools::install_github("jimhester/lookup") as suggested in the readme, it will automatically install the correct highlite package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants