https://github.com/rstudio/package-manager-rpackagerewriter
  
  
     
    https://github.com/rstudio/package-manager-rpackagerewriter
  
        Last synced: 6 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 2 years ago)
 - Default Branch: main
 - Last Pushed: 2025-04-23T16:00:56.000Z (6 months ago)
 - Last Synced: 2025-04-23T17:21:52.923Z (6 months ago)
 - Language: Go
 - Size: 8.92 MB
 - Stars: 2
 - 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.