https://github.com/stm/ziptest
https://github.com/stm/ziptest
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/stm/ziptest
- Owner: stm
- License: other
- Created: 2024-02-16T17:22:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T17:28:35.000Z (over 2 years ago)
- Last Synced: 2025-01-22T18:34:08.424Z (over 1 year 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
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](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")
```