-
Notifications
You must be signed in to change notification settings - Fork 137
Contributing
Yuki Ueda edited this page Mar 12, 2020
·
8 revisions
- install npm and Node.js
- install Visual Studio Code
git clone https://github.com/Ikuyadeu/vscode-R.git
cd vscode-R
npm install
code .- Press
F5if you open this project by VS Code
- Fork it(via GitHub) in your account
- Add your project URL
git remote add mine https://github.com/yourname/vscode-R.git- Create your feature branch
git checkout -b my-new-feature- Commit your changes
git commit -am 'Add some feature'- Push to the branch
git push mine my-new-feature- Create new Pull Request(via GitHub)
- Getting Started
- Installation
- Configuration
- Features
- Package development
- R Markdown
- Contributing
- FAQ