Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stm/ziptest


https://github.com/stm/ziptest

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# ziptest

[![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)

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")
```