Skip to content

Commit

Permalink
prepare for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Nov 19, 2018
1 parent 6f5c467 commit 6a93b3e
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .Rbuildignore
@@ -1,3 +1,4 @@
^cran-comments\.md$
^docs$
^\.travis\.yml$
^\_pkgdown\.yml$
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Expand Up @@ -4,6 +4,7 @@ Title: Argon Shiny Dashboard Template
Version: 0.1.0.9000
Authors@R: c(
person("David", "Granjon", email = "dgranjon@ymail.com", role = c("aut", "cre")),
person(family = "RinteRface", role = "cph"),
person(family = "Creative Tim", role = c("ctb", "cph"), comment = "Argon theme for Bootstrap 4"))
Maintainer: David Granjon <dgranjon@ymail.com>
Description: Create awesome bootstrap 4 template powered by argon.
Expand All @@ -13,7 +14,6 @@ Imports: shiny,
htmltools,
argonR
Suggests: magrittr
Remotes: RinteRface/argonR
URL: https://github.com/RinteRface/argonDash
BugReports: https://github.com/RinteRface/argonDash/issues
Encoding: UTF-8
Expand Down
3 changes: 2 additions & 1 deletion README.md
@@ -1,6 +1,7 @@
# argonDash

[![Travis build status](https://travis-ci.org/RinteRface/argonDash.svg?branch=master)](https://travis-ci.org/RinteRface/argonDash)
[![CRAN status](https://www.r-pkg.org/badges/version/argonDash)](https://cran.r-project.org/package=argonDash)
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-ff69b4.svg)](https://www.tidyverse.org/lifecycle/#maturing)
[![Project Status](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)

Expand All @@ -9,7 +10,7 @@
## Installation

```r
devtools::install_github("RinteRface/argonR")
install.packages("argonR")
devtools::install_github("RinteRface/argonDash")
```

Expand Down
11 changes: 11 additions & 0 deletions cran-comments.md
@@ -0,0 +1,11 @@
## Test environments
* local OS X install, R 3.4.4
* ubuntu 14.04 (on travis-ci), R 3.4.4
* R-hub test
* win-builder (devel and release)

## R CMD check results

0 errors | 0 warnings | 1 note

* This is a new release.
4 changes: 4 additions & 0 deletions docs/authors.html

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

3 changes: 2 additions & 1 deletion docs/index.html

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

Binary file modified inst/.DS_Store
Binary file not shown.

0 comments on commit 6a93b3e

Please sign in to comment.