Skip to content

Commit

Permalink
Fix CRAN badge
Browse files Browse the repository at this point in the history
  • Loading branch information
andrie committed Nov 13, 2024
1 parent f73aed1 commit 590eab9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
format: gfm
output: github_document
---

<!-- README.md is generated from README.Rmd. Please edit that file -->
Expand All @@ -15,12 +15,12 @@ knitr::opts_chunk$set(

# miniCRAN <img src='man/figures/miniCRAN-logo.png' align="right" height="139" />


<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/miniCRAN)](https://CRAN.R-project.org/package=miniCRAN)
[![R-CMD-check](https://github.com/andrie/miniCRAN/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/andrie/miniCRAN/actions/workflows/R-CMD-check.yaml)
[![CRAN status](https://www.r-pkg.org/badges/version/miniCRAN)](https://CRAN.R-project.org/package=miniCRAN)
[![Code coverage](https://codecov.io/gh/andrie/miniCRAN/branch/main/graph/badge.svg)](https://app.codecov.io/gh/andrie/miniCRAN?branch=main)
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/miniCRAN)](https://www.r-pkg.org/pkg/miniCRAN)

<!-- badges: end -->

Create a mini version of CRAN containing only selected packages
Expand Down
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@


<!-- README.md is generated from README.Rmd. Please edit that file -->

# miniCRAN <img src='man/figures/miniCRAN-logo.png' align="right" height="139" />

<!-- badges: start -->

[![CRAN
status](https://www.r-pkg.org/badges/version/miniCRAN.png)](https://CRAN.R-project.org/package=miniCRAN)
[![R-CMD-check](https://github.com/andrie/miniCRAN/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/andrie/miniCRAN/actions/workflows/R-CMD-check.yaml)
[![CRAN
status](https://www.r-pkg.org/badges/version/miniCRAN)](https://CRAN.R-project.org/package=miniCRAN)
[![Code
coverage](https://codecov.io/gh/andrie/miniCRAN/branch/main/graph/badge.svg)](https://app.codecov.io/gh/andrie/miniCRAN?branch=main)
[![CRAN RStudio mirror
downloads](https://cranlogs.r-pkg.org/badges/miniCRAN.png)](https://www.r-pkg.org/pkg/miniCRAN)

downloads](https://cranlogs.r-pkg.org/badges/miniCRAN)](https://www.r-pkg.org/pkg/miniCRAN)
<!-- badges: end -->

Create a mini version of CRAN containing only selected packages
Expand All @@ -33,12 +31,12 @@ then downloads only this subset.

## Important functions:

| Function | Use it for |
|--------------------|-------------------------------------------------------------------------|
| `pkgDep()` | Find package dependencies |
| `makeRepo()` | Make repository (with or without downloading packages) |
| `addPackage()` | Add additional packages (and their dependencies) to existing repository |
| `updatePackages()` | Update the versions of packages currently in the repository |
| Function | Use it for |
|----|----|
| `pkgDep()` | Find package dependencies |
| `makeRepo()` | Make repository (with or without downloading packages) |
| `addPackage()` | Add additional packages (and their dependencies) to existing repository |
| `updatePackages()` | Update the versions of packages currently in the repository |

## Installation:

Expand Down

0 comments on commit 590eab9

Please sign in to comment.