Skip to content

Commit

Permalink
Merge pull request #116 from jhollway/develop
Browse files Browse the repository at this point in the history
Re-rendered README.md manually following CRAN comments about a potentially invalid URL
  • Loading branch information
jhollway authored Nov 17, 2021
2 parents 7df693a + dc110b4 commit b48c65a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Description: A set of tools to support writing various documents
The package includes additional functions for institutional color palettes
and an institutional 'ggplot' theme, as well as a function for word counts
and a bibliographical analysis toolkit.
Date: 2021-11-15
Version: 0.8.5
Date: 2021-11-16
Version: 0.8.6
Authors@R:
c(person(given = "James",
family = "Hollway",
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# iheiddown 0.8.6

# Minor fix

- Re-rendered README.md manually following CRAN comments about a potentially invalid URL

# iheiddown 0.8.5

## Minor fixes
Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Date](https://img.shields.io/github/release-date/jhollway/iheiddown)
issues](https://img.shields.io/github/issues-raw/jhollway/iheiddown)
<!-- [![HitCount](http://hits.dwyl.com/jhollway/iheiddown.svg)](http://hits.dwyl.com/jhollway/iheiddown) -->
[![Codecov test
coverage](https://codecov.io/gh/jhollway/iheiddown/branch/main/graph/badge.svg)](https://codecov.io/gh/jhollway/iheiddown?branch=main)
coverage](https://codecov.io/gh/jhollway/iheiddown/branch/main/graph/badge.svg)](https://app.codecov.io/gh/jhollway/iheiddown?branch=main)
[![CodeFactor](https://www.codefactor.io/repository/github/jhollway/iheiddown/badge/main)](https://www.codefactor.io/repository/github/jhollway/iheiddown/overview/main)
<!-- ![GitHub All Releases](https://img.shields.io/github/downloads/jhollway/iheiddown/total) -->
<!-- badges: end -->
Expand Down Expand Up @@ -141,8 +141,18 @@ That’s it! `iheiddown` is now installed and ready to go.
To get access to the latest features, you may want to install the latest
development version of the package.

Binaries for all major OSes – Windows, Mac, and Linux – can be found by
clicking on the latest release
An easy way of getting access to this version is to install the latest
main version of `{iheiddown}` from Github. To do that, please install
the `{remotes}` package from CRAN and then enter the following commands
into the console:

- For latest stable version:
`remotes::install_github("jhollway/iheiddown")`
- For latest development version:
`remotes::install_github("jhollway/iheiddown@develop")`

Alternatively, you can find the binaries for all major OSes – Windows,
Mac, and Linux – by looking up the latest release of the package
[here](https://github.com/jhollway/iheiddown/releases/latest). Download
the appropriate binary for your operating system, and install using an
adapted version of the following commands:
Expand All @@ -154,16 +164,6 @@ adapted version of the following commands:
- For Unix:
`install.packages("~/Downloads/iheiddown_linuxOS.tar.gz", repos = NULL)`

An easier way of getting access to the development version is to install
the latest main version of `{iheiddown}` from Github. To do that, please
install the `{remotes}` package from CRAN and then enter the following
commands into the console:

- For latest stable version:
`remotes::install_github("jhollway/iheiddown")`
- For latest development version:
`remotes::install_github("jhollway/iheiddown@develop")`

## Quick start guide

`{iheiddown}`, among other things, sets up a thesis template that you
Expand Down

0 comments on commit b48c65a

Please sign in to comment.