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

Installation Instructions #15

Closed
Iolaum opened this issue Jun 15, 2017 · 0 comments
Closed

Installation Instructions #15

Iolaum opened this issue Jun 15, 2017 · 0 comments
Labels

Comments

@Iolaum
Copy link

Iolaum commented Jun 15, 2017

Tested the Installation Instructions on Linux. Package successfully installed in Ubuntu 16.04.2 with R 3.4.0 and the latest CRAN versions of dependent packages.

One minor issue are the installation instructions. Currently they are

library(devtools)
install_git('https://github.com/capitalone/dataCompareR.git', branch = 'master',
            subdir = 'dataCompareR', type = 'source', repos = NULL)

Unfortunately because of the defaults of install {devtools} are build_vignettes = False the option to build a vignette should be passed during installation. Hence they should be

library(devtools)
install_git('https://github.com/capitalone/dataCompareR.git', branch = 'master',
            subdir = 'dataCompareR', type = 'source', repos = NULL,
            build_vignettes = TRUE)

Otherwise vignette('dataCompareR') fails after installation.

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

2 participants