Skip to content
This repository was archived by the owner on Oct 26, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,15 @@ The binary package from CRAN should pick up on the jvm by itself. __Experts only
install.packages('rJava', type = 'source', INSTALL_opts='--merge-multiarch')
```

## How to cite rtools?

If you are using bibtex please use the following format:

```
@Manual{rtools,
title = {rtools v4.0.0: the Win toolchain bundle to build base R \& compiled-code packages.},
author = {{Jeroen Ooms}},
year = {2020},
url = {cran.r-project.org/bin/windows/Rtools},
}
```