Skip to content

Commit

Permalink
R version 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Aug 18, 2015
1 parent 73fbcbb commit 548eeae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ To use the above functions:
```
library(googleAuthR)
# got through authentication flow
# go through authentication flow
gar_auth()
s <- shorten_url("http://markedmondson.me")
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
This is my first submission to CRAN.

## Test environments
* local OS X install, R 3.2.0
* ubuntu 12.04 (on travis-ci), R 3.2.0
* local OS X install, R 3.2.2
* ubuntu 12.04 (on travis-ci), R 3.2.2
* win-builder, R 3.2.2

## R CMD check results
Expand Down
2 changes: 1 addition & 1 deletion man/Authentication.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
\name{Authentication}
\alias{Authentication}
\title{R6 environment to store authentication credentials}
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7f876dcbdf78>
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7fb56e8edbc8>
- attr(*, "name")= chr "Authentication_generator"
}}
\usage{
Expand Down

0 comments on commit 548eeae

Please sign in to comment.