зеркало из https://github.com/microsoft/wpa.git
Merge pull request #104 from microsoft/docs/pkgdown-improvements-1
Documentation: improvements to pkgdown site
This commit is contained in:
Коммит
35e4638575
|
@ -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)
|
|
@ -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).
|
||||
|
||||
|
|
25
_pkgdown.yml
25
_pkgdown.yml
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче