Skip to content

Commit

Permalink
bumps version number, updates pkgdown, fixes #34
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlyttle committed Apr 5, 2018
1 parent 2a1c194 commit 0cba56c
Show file tree
Hide file tree
Showing 51 changed files with 130 additions and 187 deletions.
9 changes: 5 additions & 4 deletions DESCRIPTION
@@ -1,7 +1,7 @@
Package: bsplus
Type: Package
Title: Adds Functionality to the R Markdown + Shiny Bootstrap Framework
Version: 0.1.0.9000
Version: 0.1.0.9
Authors@R: c(
person(
given = "Ian",
Expand All @@ -22,17 +22,18 @@ Description: The Bootstrap framework lets you add some JavaScript functionality
License: MIT + file LICENSE
LazyData: TRUE
Depends: R (>= 3.3.0)
Imports:
Imports:
htmltools,
magrittr,
purrr,
lubridate,
stringr,
rmarkdown,
methods
methods,
glue
URL: https://github.com/ijlyttle/bsplus
BugReports: https://github.com/ijlyttle/bsplus/issues
RoxygenNote: 5.0.1
RoxygenNote: 6.0.1
Suggests: testthat,
shiny,
covr,
Expand Down
14 changes: 3 additions & 11 deletions NEWS.md
@@ -1,16 +1,8 @@
# bsplus 0.1.0.9000
# bsplus 0.1.0.9

## To do
- fixes an S3/S4 dispatch bug in `bs_attr()` (#34)

- adds `bs_wrap_responsive()` to wrap a tag in a responsive `<div/>`

- adds `bs_well()` to create wells

- adds `bs_panel()` to create panels

## Done

- adds wrappers for Bootstrap components: `bs_button()` to create buttons
- adds wrappers for Bootstrap components: `bs_button()` to create buttons, `bs_panel()` to create panels

- version bump for development

Expand Down
7 changes: 3 additions & 4 deletions README.md
@@ -1,19 +1,18 @@
# bsplus

[![Travis-CI Build Status](https://travis-ci.org/ijlyttle/bsplus.svg?branch=master)](https://travis-ci.org/ijlyttle/bsplus)
[![Coverage Status](https://img.shields.io/codecov/c/github/ijlyttle/bsplus/master.svg)](https://codecov.io/github/ijlyttle/bsplus?branch=master)
[![CRAN status](https://www.r-pkg.org/badges/version/bsplus)](https://cran.r-project.org/package=bsplus)

## Installation

You can install:

the latest released version from CRAN with:
You can install the latest released version from CRAN with:

```
install.packages("bsplus")
```

the latest development version from GitHub with:
or the latest development version from GitHub with:

```R
# install.packages("devtools")
Expand Down
38 changes: 1 addition & 37 deletions cran-comments.md
@@ -1,47 +1,11 @@
## Test environments

* local OS X install, R 3.3.2
* local OS X install, R 3.4.4
* ubuntu 12.04 (on travis-ci), R 3.3.2
* win-builder (devel and release)
* r-hub: Fedora Linux, R-devel, clang, gfortran
* r-hub: Ubuntu Linux 16.04 LTS, R-release, GCC
* r-hub: Windows Server 2008 R2 SP1, R-devel, 32/64 bit

## Resubmission notes

* The URL in DESCRIPTION is now enclosed in <...>.

## R CMD check results

0 errors | 0 warnings | 1 note

* This is a new submission.

```
New submission
```

* Appears to pertain to manual check of maintainter and license. I believe no action to be necessary, please advise if otherwise.

```
Maintainer: ‘Ian Lyttle <ian.lyttle@schneider-electric.com>’
License components with restrictions and base license permitting such:
MIT + file LICENSE
File 'LICENSE':
YEAR: 2016-2017
COPYRIGHT HOLDER: Ian Lyttle, Schneider Electric
```

* win-builder flags the spelling of "tooltips" in DESCRIPTION. The spelling used conforms to a term-of-art in the Twitter Bootstrap framework.

```
Possibly mis-spelled words in DESCRIPTION:
tooltips (19:81)
```

## Reverse dependencies

This is a new release, so there are no reverse dependencies.


2 changes: 1 addition & 1 deletion docs/CONDUCT.html

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

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

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

2 changes: 1 addition & 1 deletion docs/articles/accordion.html

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

2 changes: 1 addition & 1 deletion docs/articles/accordion_sidebar.html

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

2 changes: 1 addition & 1 deletion docs/articles/carousel.html

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

2 changes: 1 addition & 1 deletion docs/articles/collapse.html

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

2 changes: 1 addition & 1 deletion docs/articles/index.html

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

2 changes: 1 addition & 1 deletion docs/articles/modal.html

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

2 changes: 1 addition & 1 deletion docs/articles/overview.html

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

2 changes: 1 addition & 1 deletion docs/articles/shiny_help_links.html

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

2 changes: 1 addition & 1 deletion docs/articles/tooltip_popover.html

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

2 changes: 1 addition & 1 deletion docs/authors.html

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

7 changes: 3 additions & 4 deletions docs/index.html

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

24 changes: 6 additions & 18 deletions docs/news/index.html

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

4 changes: 2 additions & 2 deletions docs/reference/bs_accordion.html

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

4 changes: 2 additions & 2 deletions docs/reference/bs_accordion_sidebar.html

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

4 changes: 2 additions & 2 deletions docs/reference/bs_append.html

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

2 changes: 1 addition & 1 deletion docs/reference/bs_attr.html

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

6 changes: 3 additions & 3 deletions docs/reference/bs_button.html

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

0 comments on commit 0cba56c

Please sign in to comment.