Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stm/ziptest
https://github.com/stm/ziptest
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/stm/ziptest
- Owner: stm
- License: other
- Created: 2024-02-16T17:22:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-16T17:28:35.000Z (11 months ago)
- Last Synced: 2024-02-16T18:41:05.542Z (11 months ago)
- Language: R
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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")
```