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

trouble installing slidify #497

Open
chenzhih03 opened this issue Sep 13, 2016 · 8 comments
Open

trouble installing slidify #497

chenzhih03 opened this issue Sep 13, 2016 · 8 comments

Comments

@chenzhih03
Copy link

Hi, ramnathv,
I have trouble installing slidify, "the slidify package is not available for 3.3.1" after runing install.packages("slidify"). Then I installed devtools and followed your recommendation:

pkgs <- c('ramnathv/slidifyLibraries', 'ramnathv/slidify')
devtools::install_github(pkgs, force = TRUE)

Now the error massage is
"** preparing package for lazy loading
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
there is no package called 'stringi'
ERROR: lazy loading failed for package 'slidify'

  • removing 'C:/Users/*/Documents/R/R-3.3.1/library/slidify'
    Error: Command failed (1)"

Can you please help me identify this problem? Thanks!

zion

@ramnathv
Copy link
Owner

As the error message states, you are missing the package stringi. Install stringi first and then install slidify.

@Yadzy
Copy link

Yadzy commented Oct 6, 2016

Hi ramnathv,

I have successfully installed slidify on mac, but am unable to install slidifylibraries. I have tried using the following commands:

  • install_github('ramnathv/slidifylibraries')

  • pkgs <- c('ramnathv/slidifyLibraries')

    devtools::install_github(pkgs)

but each time I get the following message:

  • Skipping install of 'slidifyLibraries' from a github remote, the SHA1 (dbd065f4) has not changed since last install.
    Use force = TRUE to force installation

What does this message mean? Does is mean that slidifylibraries is already installed, or if not how am I supposed to input the correct command?

Any help would be greatly appreciated!

Adam

@ramnathv
Copy link
Owner

ramnathv commented Oct 6, 2016

It means that slidifyLibraries is already installed. You can pass the argument force = TRUE to force it to reinstall.

@GreenEric
Copy link

Hi, Ramnathv,
Would like to thank your for your great support and ask a following up question.
When I tried to install Slidify, the issue seems very strange.

> devtools::install_github(pkgs, force = TRUE)

`
Downloading GitHub repo ramnathv/slidifyLibraries@master
from URL https://api.github.com/repos/ramnathv/slidifyLibraries/zipball/master
Installing slidifyLibraries
"D:/Program Files/R/R-3.3.2patched/bin/x64/R" --no-site-file --no-environ --no-save --no-restore
--quiet CMD INSTALL
"C:/Users/Eric/AppData/Local/Temp/Rtmps3S83f/devtools2c0410ee1961/ramnathv-slidifyLibraries-dbd065f"
--library="C:/Users/Eric/Documents/R/win-library/3.3" --install-tests

'D:\Program' is not recognized as an internal or external command, operable program or batch file
Error: Command failed (1)
`
I installed my R/Rstudio at d:\Program Files\

Please advise, many thanks,
Eric

@TroupC
Copy link

TroupC commented May 5, 2017

I get the same error as @GreenEric :

Error: ERROR: cannot cd to directory 'C:/Users/...' is not recognized as an internal or external command,
operable program or batch file.
Error: Command failed (1)

Any suggestions?

@AG-Run
Copy link

AG-Run commented Jul 12, 2017

I got the same error
Skipping install of 'workflowr' from a github remote, the SHA1 (a5ad1dc2) has not changed since last install. some help?

@FarooquiG
Copy link

Hi ramnathv,

I am getting a time out message while tying to install the solidify package.

install_github('ramnathv/slidify')
Installation failed: Failed to connect to raw.githubusercontent.com port 443: Timed out

@JobNmadu
Copy link

I had the same problem for over a day trying to install slidify, thankfully, these codes worked for me.

install_github('ramnathv/slidify',ref='dev')
install_github('ramnathv/slidifyLibraries',ref='dev')

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

8 participants