Skip to content

Commit

Permalink
CRAN 0.8.1 responding to usethis/devtools udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Jul 8, 2019
1 parent 15a5dc4 commit cb974f8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: googleAuthR
Type: Package
Version: 0.8.0.9000
Version: 0.8.1
Title: Authenticate and Create Google APIs
Description: Create R functions that interact with OAuth2 Google APIs
<https://developers.google.com/apis-explorer/> easily,
Expand Down Expand Up @@ -38,7 +38,7 @@ Suggests:
roxygen2 (>= 5.0.0),
shiny (>= 0.13.2),
testthat,
usethis,
usethis (>= 1.5.1)
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
Expand Down
4 changes: 1 addition & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# googleAuthR v0.8.0.9000

* ...
# googleAuthR v0.8.1

* Depend on usethis for `create_package()` and `use_github()` as they are
removed in devtools 2.1.0 (@jimhester, #150).
Expand Down
4 changes: 2 additions & 2 deletions R/discovery.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#'
#' @param api_json json from \link{gar_discovery_api}
#' @param directory Where to build the package
#' @param rstudio Passed to \link[usethis]{create}, creates RStudio project file
#' @param check Perform a \link[usethis]{check} on the package once done
#' @param rstudio Passed to \link[usethis]{create_package}, creates RStudio project file
#' @param check Perform a \link[devtools]{check} on the package once done
#' @param github If TRUE will upload package to your github
#' @param format If TRUE will use \link[formatR]{tidy_eval} on content
#' @param overwrite Whether to overwrite an existing directory if it exists
Expand Down
4 changes: 3 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

## R CMD check results

This is the second attempt for 0.8.0. I have corrected the URLs as pointed out by Uwe earlier.
This is the first attempt for 0.8.1.

I have corrected the WARNINGS that have appeared from the devtools removing some functions to usethis.

There were no ERRORs or WARNINGs.

Expand Down
6 changes: 3 additions & 3 deletions man/gar_create_package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb974f8

Please sign in to comment.