Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstudio/package-manager-rpackagerewriter
https://github.com/rstudio/package-manager-rpackagerewriter
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rstudio/package-manager-rpackagerewriter
- Owner: rstudio
- License: mit
- Created: 2023-05-04T13:31:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-12T13:43:30.000Z (4 months ago)
- Last Synced: 2024-09-13T01:53:26.207Z (4 months ago)
- Language: Go
- Size: 8.77 MB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - rstudio/package-manager-rpackagerewriter - (Go)
README
# Package Manager R Package Rewriting Utils
This repository includes shared code used to read and rewrite R source and
binary package tarballs and ZIP archives without the overhead of temporary
files and multiple passes. It supports:- Reading and return DESCRIPTION information
- Modifying the DESCRIPTION file
- Extracting the package README
- Calculating both the original and resulting tarball SHA256 hashes.This library is used by Posit Package Manager to extract README/DESCRIPTION
data and rewrite packages internally for local and Git sources. It is also used
by the Posit Package Service when creating CRAN and Bioconductor package
snapshots.