https://github.com/dpprdan/test.testthat
Re https://github.com/rstudio/rstudio/issues/11969
https://github.com/dpprdan/test.testthat
Last synced: about 1 year ago
JSON representation
Re https://github.com/rstudio/rstudio/issues/11969
- Host: GitHub
- URL: https://github.com/dpprdan/test.testthat
- Owner: dpprdan
- Created: 2022-09-23T10:21:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T08:11:41.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T01:16:59.348Z (over 1 year ago)
- Language: R
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test.testthat
Test https://github.com/rstudio/rstudio/issues/11969
To test inside the Windows Sandbox or a fresh Windows Image: Install Git, R, RTools and latest RStudio daily
E.g. with `winget` available:
```
winget install git.git
winget install Rproject.R
winget install Rproject.Rtools
```
Install latest RStudio daily from https://dailies.rstudio.com
clone this repo from within RStudio > File > New Project
Install necessary packages
```r
install.packages("pak")
pak::pak("r-lib/cli")
pak::pak("r-lib/testthat")
pak::pak("devtools")
pak::pak("reprex")
```
Open `tests/testthat/test-testhat.R` in RStudio and click the "Run Tests" button.