- Use the following format:
[STATISTICS CONCEPT](LINK) - DESCRIPTION.
- The link should be the url linked to Shiny App directly.
- Add one link per pull-request.
- Keep descriptions concise, clear and simple, and end them with a period / stop.
- New categories, or improvements to the existing ones are also welcome.
- Make sure your text editor is set to remove trailing whitespace.
To stay on the list, projects should follow these quality standards:
- Generally used and useful to the community.
- Actively maintained (even if that just means take care of open issues).
- Stable.
- Documented.
- Tests.
Thanks to all contributors, you're awesome and wouldn't be possible without you!
README.md
and the website have the exact same contents excepty styling. It was achieved by gulpjs.
- The raw html code is in the file
gulpfile.js
. /src/style/main.css
is the style file.
My computer uses Mac OS. It might be different for Windows OS.
To create the website on your computer,
-
Open
Terminal
. -
Change directory to the root of the website.
-
Install gulp.
-
(optional) If you don't have
npm
, please install it first. -
Install gulp by typing the following in the
Terminal
npm install gulp-cli -g
-
-
Generate the website
index.html
by typinggulp
in the Terminal.Every time you change
README.md
orgulpfile.js
, executinggulp
in the Terminal will updateindex.html
.