Merge pull request #104 from microsoft/docs/pkgdown-improvements-1

Documentation: improvements to pkgdown site
This commit is contained in:
Martin Chan 2021-03-30 15:17:58 +01:00 коммит произвёл GitHub
Родитель 577c55ed51 c2016b8571
Коммит 35e4638575
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 51 добавлений и 11 удалений

30
.github/contributors.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,30 @@
# Contributors
We'd like to credit and thank the following contributors to this package. This package would not have been possible without the contributions of these individuals.
## Code contributors
- Mark Powers (@m-m-powers)
- Ainize Cidoncha (@AinizeCidoncha)
- Rosamary Ochoa Vargas (@rosamaryo)
- Tannaz Sattari (@TannazSattari)
- Lucas Hogner
- Ellen Trinklein (@etrinklein)
- Julia Kasper (@juliajuju93)
- Aleksey Ashikhmin (@alashi-ms)
- Jasminder Thind (@Jasthin)
- Florine Segers (@FlorineSegers)
## Non-code contributors
Those who contributed to the package through reviewing ideas, documentation, or submitting issues.
- Simone Liebal
- Damien Freedman
## Package maintainers
- Martin Chan (@martinctc)
- Carlos Morales Torrado (@moralec)

4
.github/faq.md поставляемый
Просмотреть файл

@ -15,9 +15,9 @@ R is an open-source statistical programming language and one of the most popular
### I cannot install the package with `install.packages()`. Why is that?
The reason why `install.packages()` will not work with **wpa** is because **wpa** is currently only available on GitHub and not on CRAN, and CRAN is where the function `install.packages()` downloads and installs R packages from. Instead, you should use `install_git()`:
The reason why `install.packages()` will not work with **wpa** is because **wpa** is currently only available on GitHub and not on CRAN, and CRAN is where the function `install.packages()` downloads and installs R packages from. Instead, you should use `install_github()`:
```R
remotes::install_git(url = "https://github.com/microsoft/wpa.git")
remotes::install_github(repo = "microsoft/wpa", upgrade = "never")
```
If the above does not work, please also try:

Просмотреть файл

@ -74,4 +74,5 @@ Contributors to the GitHub repo:
![](https://raw.githubusercontent.com/microsoft/wpa/main/CONTRIBUTORS.svg)
See full list [here](https://microsoft.github.io/wpa/authors.html).
See the full list of our contributors [here](https://microsoft.github.io/wpa/contributors.html).

Просмотреть файл

@ -14,14 +14,15 @@ navbar:
- contributing
- articles
- tutorials
- news
- bug
right: github
components:
home:
icon: fas fa-home fa-lg
href: index.html
guide:
text: Analyst Guide
menu:
@ -41,17 +42,24 @@ navbar:
href: analyst_guide_network.html
- text: Reports
href: analyst_guide_reports.html
- text: FAQ
href: faq.html
reference:
text: Reference
href: reference/index.html
menu:
- text: Functions
href: reference/index.html
- text: Changelog
href: news/index.html
- text: FAQ
href: faq.html
playbook:
text: Playbook
href: playbook_intro.html
contributing:
text: Contribute
menu:
menu: news/index.html
- text: Contributor Guide
href: CONTRIBUTING.html
- text: Developer Guide
@ -60,12 +68,13 @@ navbar:
href: reporting_security_issues.html
- text: Package Structure
href: package_structure.html
news:
text: Changelog
href: news/index.html
- text: Contributors
href: contributors.html
github:
icon: fab fa-github fa-lg
href: https://github.com/microsoft/wpa/
articles:
text: Articles
menu: