Skip to content

Commit

Permalink
fix bug CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Mar 31, 2017
1 parent 7605b8c commit 01ea3de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: googleAuthR
Type: Package
Version: 0.5.0.9000
Version: 0.5.1
Title: Easy Authentication with Google OAuth2 API
Description: Create R functions that interact with OAuth2 Google APIs easily,
with auto-refresh and Shiny compatibility.
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,16 @@ An example shiny app with Google authentication is [deployed to shinyapps.io her

## Install

GoogleAuthR version 0.3.0 is now available on CRAN
googleAuthR is available on CRAN

```r
install.packages("googleAuthR")
```

Check out [News](NEWS.md) to see the features of the development version.

If you want to use the development version on Github, install via:

```r
## load the library or download it if necessary
if(!require(googleAuthR)){
Expand Down
17 changes: 2 additions & 15 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,9 @@
* ubuntu 12.04 (on travis-ci), R 3.3.2
* Windows Server 2008 R2 SP1, R-release, 32/64 bit (on r-hub), R 3.3.2

## CRAN submission 1 feedback
## Only a month since last submission

Found the following (possibly) invalid URLs:
URL: http://cran.r-project.org/package=googleAuthR
From: README.md
CRAN URL not in canonical form
URL: https://cran.r-project.org/web/packages/googlesheets/vignettes/managing-auth-tokens.html#tokens-for-testing
From: man/gar_attach_auto_auth.Rd
Status: 200
Message: OK
CRAN URL not in canonical form
The canonical URL of the CRAN page for a package is
https://CRAN.R-project.org/package=pkgname
Canonical CRAN.R-project.org URLs use https.

Now fixed
Apologies, but I found a bug that would prevent downstream libraries loading in some edge cases.

## R CMD check results
There were no ERRORs or WARNINGs.
Expand Down

0 comments on commit 01ea3de

Please sign in to comment.