More explicit instructions for new users#8
Open
drscotthawley wants to merge 3 commits intonstrayer:masterfrom
Open
More explicit instructions for new users#8drscotthawley wants to merge 3 commits intonstrayer:masterfrom
drscotthawley wants to merge 3 commits intonstrayer:masterfrom
Conversation
For those with little to no experience with Rstudio. I had missed the part about "...with Rstudio" at instruction step 1, and was trying to run commands from the bash command line!
Original step 4 made it seem like it was the next thing needed to generate the CV. Users need to edit the URL of the doc, and actually run the Rmd file. Still instructions could be clarified, e.g. "Get the PDF out by viewing in your browser" by viewing WHAT, WHERE in your browser? Where does the output go?
Pressing "Run" won't do anything, but "Knit" will. Found it earlier docs https://livefreeordichotomize.com/2019/09/04/building_a_data_driven_cv_with_r/
474ef38 to
1f04931
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Nick, this is a great tool, thanks for making it.
In trying to use it to build my own cv with it, I hit a number of problems which other new users could be spared with a bit more documentation such as what I've added.
I'm still not clear on how/where to obtain the output from running index.Rmd. It doesn't seem like I get any new or updated files uploaded to my github account. Nor do I notice any new versions of files in my
cv/directory.Where does the output end up (for example, if we set PDF_EXPORT to TRUE)?