Skip to content

Commit

Permalink
readme update only
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki committed Jan 2, 2024
1 parent b226663 commit 517958b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: tools4pkgs
Version: 0.2.0
Version: 0.2.2
Title: Tools for Package Administration
Author: Jan Gorecki <[email protected]>
Maintainer: Jan Gorecki <[email protected]>
Description: Tools for package administrationn.
Description: Provides functions to ease administration tasks around packages development and distribution.
License: GPL-2 | GPL-3
Imports: tools, utils
Suggests: Matrix
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# tools4pkgs

This is a code taken out from base R branch [tools4pkgs](https://svn.r-project.org/R/branches/tools4pkgs/). It provides functions to ease administration tasks around packages development.
This is a code taken out from base R branch [tools4pkgs](https://svn.r-project.org/R/branches/tools4pkgs/). It provides functions to ease administration tasks around packages development and distribution.

Example use cases:
- mirroring subset of CRAN into local environment: `mirror.packages()`
- freezing up R packages version for reproducible environment: `mirror.packages()`
- extracting package dependencies from DESCRIPTION file: `packages.dcf()`
- mixing use of private R repositories together with CRAN repositories: `repos.dcf()`

## Installation

Expand Down

0 comments on commit 517958b

Please sign in to comment.