-
Notifications
You must be signed in to change notification settings - Fork 14
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
Install GitHub #60
Merged
Merged
Install GitHub #60
Changes from 31 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
a677e93
Don't generate r script twice
nyalldawson 5c445e8
More stable handling of libPath path
nyalldawson 5173411
Fix setting multiple field input variables
nyalldawson a71cdc5
Fix compatiblity with older Python versions
nyalldawson 673aa72
Bump to version 2.0.0
nyalldawson 50d91dc
website files
JanCaha a8f14da
update travis to build and deploy website
JanCaha e82a1fa
update url to correct github repo
JanCaha 188c25d
fix deploy script
JanCaha a2727ab
Merge remote-tracking branch 'remotes/upstream/master'
JanCaha a2f6480
update travis
JanCaha fe1da68
add link to website
JanCaha 8fa511e
remove verbose from mkdocs
JanCaha 91064a6
remove repo information from config
JanCaha 87a35df
added info about installation
JanCaha 30f8e5f
leave the email while pushing the website to my email
JanCaha 95a16af
Merge remote-tracking branch 'remotes/upstream/master'
JanCaha c9b80f5
throw error if name of parameter contains whitespace
JanCaha 4608436
remove deploy-key.enc
JanCaha ac00de9
addition of is_valid_r_variable function
JanCaha 1607ef1
fix pylint issues
JanCaha c419e3e
simplify into single regex
JanCaha 6e164a7
test github_install metadata line
JanCaha dec7e88
fix error in process_metadata_line function
JanCaha 9b09262
fix github install code genereration process
JanCaha 6c76ed9
fix documentation
JanCaha 8d2ab0a
fix the most stupid error in python function call :)
JanCaha 93326b0
fix test for github install
JanCaha fddd1df
fix pylint violations
JanCaha 0db2647
make pycodestyle happy
JanCaha d681702
change processing order for R script, first necessary packages, then …
JanCaha b4e0471
move logic of build_script_header_commands from algorithm.py to r_tem…
JanCaha b5d443c
fix function calls
JanCaha 166db4a
Merge branch 'master' into install_github
JanCaha 3f0ac95
add github_install to website
JanCaha 0904e0e
fix pylint problem with empty lines
JanCaha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this whole block of code could be moved to r_templates -- what do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That makes sense, all the info is contained there anyway! I will fix it later today :)
Btw: Just out of curiosity, is there a way to add the changes to this pull request or do I have to close it and make a new one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you commit them to the same branch and then push, they'll appear here automatically!