Skip to content

Commit

Permalink
Appveyor authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
phgrosjean committed Aug 10, 2022
1 parent c93e666 commit 257091e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<!-- badges: start -->

[![R-CMD-check](https://github.com/SciViews/chart/workflows/R-CMD-check/badge.svg)](https://github.com/SciViews/chart/actions) [![Win build status](https://ci.appveyor.com/api/projects/status/github/SciViews/chart?branch=master&svg=true)](https://ci.appveyor.com/project/phgrosjean/chart) [![Coverage status](https://img.shields.io/codecov/c/github/SciViews/chart/master.svg)](https://codecov.io/github/SciViews/chart?branch=master) [![CRAN status](https://www.r-pkg.org/badges/version/chart)](https://cran.r-project.org/package=chart) [![License](https://img.shields.io/badge/license-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-2.0.html) [![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
[![R-CMD-check](https://github.com/SciViews/chart/workflows/R-CMD-check/badge.svg)](https://github.com/SciViews/chart/actions)
[![R-CMD-check](https://github.com/SciViews/chart/workflows/R-CMD-check/badge.svg)](https://github.com/SciViews/chart/actions) [![Win build status](https://ci.appveyor.com/api/projects/status/github/SciViews/chart?branch=master&svg=true)](https://ci.appveyor.com/project/phgrosjean/chart) [![Coverage status](https://img.shields.io/codecov/c/github/SciViews/chart/master.svg)](https://codecov.io/github/SciViews/chart?branch=master) [![CRAN status](https://www.r-pkg.org/badges/version/chart)](https://cran.r-project.org/package=chart) [![License](https://img.shields.io/badge/license-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-2.0.html) [![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable) [![R-CMD-check](https://github.com/SciViews/chart/workflows/R-CMD-check/badge.svg)](https://github.com/SciViews/chart/actions)

<!-- badges: end -->

{chart} propose a formulua interface to {ggplot2}, and it also homogenize plot outputs from base R plots, {lattice} and {ggplot}. If labels and/or units attributes are defined for variables in the data, they are used automatically to construct the label (with units) of the axes.
{chart} propose a formula interface to {ggplot2}, and it also homogenize plot outputs from base R plots, {lattice} and {ggplot}. If labels and/or units attributes are defined for variables in the data, they are used automatically to construct the label (with units) of the axes.

## Installation

Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ environment:
USE_RTOOLS: true
R_REMOTES_STANDALONE: true
DOWNLOAD_FILE_METHOD: wininet
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

# DO NOT CHANGE the "init" and "install" sections below
# Download script file from GitHub
Expand Down

0 comments on commit 257091e

Please sign in to comment.