Skip to content

Commit

Permalink
Merge pull request #17 from jayqi/release
Browse files Browse the repository at this point in the history
v0.3.0 release
  • Loading branch information
jayqi authored Feb 14, 2019
2 parents 23b8bd4 + 4b98e53 commit f02f5d1
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 18 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
branches:
only:
- master
- release

matrix:
fast_finish: true
Expand Down
8 changes: 5 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
Package: spongebob
Type: Package
Title: SpongeBob-Case Converter : spOngEboB-CASe CoNVertOR
Version: 0.2.0.9000
Version: 0.3.0
Authors@R: c(
person("Jay", "Qi", email = "[email protected]", role = c("aut", "cre"))
)
Maintainer: Jay Qi <[email protected]>
Description: Convert character strings to Mocking SpongeBob case and show them
Description: Convert character strings to Mocking SpongeBob case
<https://knowyourmeme.com/memes/mocking-spongebob> and show them
off in fun ways.
coNvErt CharACtER strInGs to MOckiNG spOngEbOb caSE aND shOw tHem
coNvErt CharACtER strInGs to MOckiNG spOngEbOb caSE
<https://knowyourmeme.com/memes/mocking-spongebob> aND shOw tHem
OFf IN Fun WayS.
Suggests:
testthat
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# spongebob 0.2.0.900
# spongebob 0.3.0

- New family of functions `spongebobsay`, `spongebobthink`, and `spongebobwhisper` that let you have ASCII Spongebob--in the style of cowsay--deliver your message WitH VisuAl flAiR aNd soPhIsTIcATIoN.
- Standalone ASCII Mocking Spongebob art available as a character string via new function `ascii_spongebob` in case you want him to gAzE SiLEntlY aT You.

Expand Down
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ cache:

# Adapt as necessary starting from here

branches:
only:
- master
- release

build_script:
- travis-tool.sh install_deps

Expand Down
66 changes: 52 additions & 14 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,78 @@
# CRAN Submission History

# v0.2.0.9000
Table of Contents:

## Testing
- [ v0.3.0 ](#v0.3.0)
- [ Submission 1 on 2019-02-09 ](#v0.3.0_submission1)
- [ Submission 2 on 2019-02-13 ](#v0.3.0_submission2)
- [ v0.3.0 ](#v0.2.0)
- [ Submission 1 on 2019-01-23 ](#v0.2.0_submission1)
- [ v0.2.0 ](#v0.1)
- [ Submission 1 on 2019-01-09 ](#v0.1_submission1)

### Test Environments

- Local macOS, R 3.4.3
<a name="v0.3.0"/>

## v0.3.0

### Testing

#### Test Environments

- Local macOS, R 3.5.2
- Travis CI, Linux: R release, R devel
- Travis CI, OS X: R release
- Appveyor, Windows Server 2012: R release

### R CMD check results
#### R CMD check results

0 ERRORs | 0 WARNINGs | 0 NOTEs

<a name="v0.3.0_submission1"/>

### Submission 1 on 2019-02-09

#### CRAN Response

> Thanks, can you pls add a reference what "spongebob" case is? Either a paper in the form Authors (year) <doi:.....> or some web reference in the form <https.....>?
## Submission on ...
<a name="v0.3.0_submission2"/>

# v0.2.0
### Submission 2 on 2019-02-13

## Testing
Our comment:
> Thank you for reviewing my submission. Per reviewer feedback, I have added a link to a web reference about Mocking SpongeBob case to the Description.
Submission accepted on 2019-02-14.

<a name="v0.2.0"/>

## v0.2.0

### Testing

- Local macOS, R version 3.4.3
- Travis CI, Linux: R release

## Submission on 2019-01-23
<a name="v0.2.0_submission1"/>

# v0.1
### Submission 1 on 2019-01-23

## Testing
Approved by CRAN auto-check service.

<a name="v0.1"/>

## v0.1

### Testing

- Local macOS, R version 3.4.3

## Submission on 2019-01-09
<a name="v0.1_submission1"/>

Approved by CRAN auto-check service.
### Submission 1 on 2019-01-09

### CRAN Response
#### CRAN Response

> Thanks, and why do we need this on CRAN?
Expand Down

0 comments on commit f02f5d1

Please sign in to comment.