-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
31 lines (23 loc) · 883 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# ziptest
<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/ziptest)](https://CRAN.R-project.org/package=ziptest)
<!-- badges: end -->
The goal of ziptest is to test a current issue with `R.utils::gzip()` with Windows Server 2022 x64 (build 20348) and the development version of R (unstable) (2024-02-15 r85925 ucrt).
## Installation
You can install the development version of ziptest like so:
``` r
remotes::install_github("stm/ziptest")
```