-
Notifications
You must be signed in to change notification settings - Fork 0
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
rendering #1
Comments
I'm not quite sure what's wrong. I just cloned your repo and after installing all the necessary packages I was able to run |
And more specifically, does the error occur when you try to |
When I try to commit. I don't get any error message but when I try to click the little boxes next to sit_libs/, and htmls (in the upper right 'Git' window) in order to commit, then the Rstudio stops. Actually, I cannot even (Rstudio does not allow me to) check the box next to sit_libs. |
It might be because those files are too large to preview in RStudio. You can stage and commit those files from the terminal. Navigate to your repo using
This will stage all the files, commit them to the local repo, then push them up to Github. If you have a Git client installed on your computer that uses a GUI interface, you can also use that instead of the terminal. |
It worked! Thank you!
…On Wed, Dec 7, 2016 at 8:05 PM, Benjamin Soltoff ***@***.***> wrote:
It might be because those files are too large to preview in RStudio. You
can stage and commit those files from the terminal. Navigate to your repo
using cd then run the commands
git stage -A
git commit -m "Rendered the full site"
git push
This will stage all the files, commit them to the local repo, then push
them up to Github. If you have a Git client installed on your computer that
uses a GUI interface, you can also use that instead of the terminal.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVa30K7WIRw_VHJSHcnClXHJFS-NJehyks5rF2XlgaJpZM4LHO7A>
.
--
Jongyoon Baik
University of Chicago
Department of Political Science, Ph.D. student
[email protected] | 312-912-3382
|
Until when there were only two .Rmd files, rmarkdown::render_site() worked well. But then after two more .Rmds, were added, I was unable to commit the html files nor the site_libs, and R studio stoped running! I had no choice but to shut down the computer, in order to re-start R studio. Already re-started R studio for three times but nothing solved!
The text was updated successfully, but these errors were encountered: