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

Package Installation without .rmd files #75

Closed
rbratslaver opened this issue Oct 11, 2018 · 2 comments
Closed

Package Installation without .rmd files #75

rbratslaver opened this issue Oct 11, 2018 · 2 comments

Comments

@rbratslaver
Copy link

rbratslaver commented Oct 11, 2018

Hi - my employer blocks .rmd files and this unfortunately prevents me from being able to install the package; I was wondering if there was a way to install it without these - not sure how this would work, but figured I would ask. Thanks for your time.

this is a snippet of the error: /README.Rmd': Permission denied

@IndrajeetPatil
Copy link
Owner

Hmm, never encountered this issue before, so not sure. Can you try the following and see if it works?

# downloading the package from GitHub
devtools::install_github(
  repo = "IndrajeetPatil/ggstatsplot", # package path on GitHub
  dependencies = FALSE,                # assumes that you already have all packages installed needed for this package to work
  build_opts = "--no-build-vignettes"  # skips building vignettes
) 

@rbratslaver
Copy link
Author

rbratslaver commented Oct 12, 2018 via email

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

2 participants