Skip to content

Commit

Permalink
Preparing for 0.1.1
Browse files Browse the repository at this point in the history
Convert rstudio to posit
  • Loading branch information
bradlindblad committed Jan 29, 2023
1 parent d24e7d1 commit e7b42fb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 14 deletions.
4 changes: 1 addition & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Authors@R:
family = "Lindblad",
role = c("aut", "cre"),
email = "me@bradlindblad.com"),
person(given = "RStudio",
person(given = "Posit",
role = "cph"))
Description: A simple package to grab cheat sheets and save them to your local computer.
License: MIT + file LICENSE
Expand All @@ -26,6 +26,4 @@ Imports:
crayon,
cli,
purrr,
rappdirs,
stringr,
rstudioapi
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# cheatsheet (development version)

# cheatsheet 0.1.0
# cheatsheet 0.1.1

* Initial release
* Moving from RStudio to Posit
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ knitr::opts_chunk$set(
<!-- badges: start -->
[![R build status](https://github.com/bradlindblad/cheatsheet/workflows/R-CMD-check/badge.svg)](https://github.com/bradlindblad/cheatsheet/actions)
[![pkgdown](https://github.com/bradlindblad/cheatsheet/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/bradlindblad/cheatsheet/actions/workflows/pkgdown.yaml)
[![Codecov test coverage](https://codecov.io/gh/bradlindblad/cheatsheet/branch/main/graph/badge.svg)](https://codecov.io/gh/bradlindblad/cheatsheet?branch=main)
[![Codecov test coverage](https://app.codecov.io/gh/bradlindblad/cheatsheet/branch/main/graph/badge.svg)](https://app.codecov.io/gh/bradlindblad/cheatsheet?branch=main)
[![metacran downloads](https://cranlogs.r-pkg.org/badges/grand-total/cheatsheet)](https://cran.r-project.org/package=cheatsheet)
[![CRAN status](https://www.r-pkg.org/badges/version/cheatsheet)](https://CRAN.R-project.org/package=cheatsheet)

Expand All @@ -28,7 +28,7 @@ knitr::opts_chunk$set(

<!-- badges: end -->

{cheatsheet} is a simple R package that downloads [helpful R cheatsheets](https://www.rstudio.com/resources/cheatsheets/) from the repository maintained by RStudio. You could easily just clone the repo these are [hosted at](https://github.com/rstudio/cheatsheets) and filter them how you wish; this package is just a shortcut and more useful for people who aren't familiar with git.
{cheatsheet} is a simple R package that downloads [helpful R cheatsheets](https://posit.co/resources/cheatsheets/) from the repository maintained by Posit You could easily just clone the repo these are [hosted at](https://github.com/rstudio/cheatsheets) and filter them how you wish; this package is just a shortcut and more useful for people who aren't familiar with git.

## Installation

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
status](https://github.com/bradlindblad/cheatsheet/workflows/R-CMD-check/badge.svg)](https://github.com/bradlindblad/cheatsheet/actions)
[![pkgdown](https://github.com/bradlindblad/cheatsheet/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/bradlindblad/cheatsheet/actions/workflows/pkgdown.yaml)
[![Codecov test
coverage](https://codecov.io/gh/bradlindblad/cheatsheet/branch/main/graph/badge.svg)](https://codecov.io/gh/bradlindblad/cheatsheet?branch=main)
coverage](https://app.codecov.io/gh/bradlindblad/cheatsheet/branch/main/graph/badge.svg)](https://app.codecov.io/gh/bradlindblad/cheatsheet?branch=main)
[![metacran
downloads](https://cranlogs.r-pkg.org/badges/grand-total/cheatsheet)](https://cran.r-project.org/package=cheatsheet)
[![CRAN
Expand All @@ -18,8 +18,8 @@ status](https://www.r-pkg.org/badges/version/cheatsheet)](https://CRAN.R-project
<!-- badges: end -->

{cheatsheet} is a simple R package that downloads [helpful R
cheatsheets](https://www.rstudio.com/resources/cheatsheets/) from the
repository maintained by RStudio. You could easily just clone the repo
cheatsheets](https://posit.co/resources/cheatsheets/) from the
repository maintained by Posit You could easily just clone the repo
these are [hosted at](https://github.com/rstudio/cheatsheets) and filter
them how you wish; this package is just a shortcut and more useful for
people who aren’t familiar with git.
Expand Down
6 changes: 2 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
Per Gregor Seyor email, fixed 2 issues:
* Added \value to .Rd files
* Added RStudio as "cph" to the DESCRIPTION file, as RStudio holds copyright on materials this package downloads
Replaced 'Rstudio' URLs with 'Posit' URLs.

## Test environments

Expand All @@ -13,4 +11,4 @@ Per Gregor Seyor email, fixed 2 issues:

0 errors | 0 warnings | 0 note

* This is a new release.

0 comments on commit e7b42fb

Please sign in to comment.