Skip to content

Commit 6e85426

Browse files
committed
add cran-comments for the first CRAN release
1 parent 5403887 commit 6e85426

File tree

2 files changed

+37
-4
lines changed

2 files changed

+37
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ devtools::install_github("DivadNojnarg/shinydashboardPlus")
1212
## Motivations
1313

1414
shinydashboardPlus is based on the idea of [ygdashboard](https://github.com/gyang274/ygdashboard/tree/master/R),
15-
the later not compatible with shinydashboard (you cannot use shinydashboard and ygdashboard at the same time),
16-
and not updated. With shinydashboardPlus you can still work with the shinydashboard classic functions!
17-
At any moment you can switch to shinydashboardPlus.
15+
the later not compatible with shinydashboard (you cannot use shinydashboard and ygdashboard at the same time). With shinydashboardPlus you can still work with the shinydashboard classic functions and enrich
16+
your dashboard with all additional functions of shinydashboardPlus!
1817

1918
## Main features
2019

@@ -381,4 +380,9 @@ See a demonstration [here](http://130.60.24.205/shinydashboardPlus/)
381380
or run:
382381
```{r}
383382
shinydashboardPlusGallery()
384-
```
383+
```
384+
385+
## Aknowldegments
386+
387+
- the [adminLTE team](https://adminlte.io)
388+
- [Victor Perrier](https://github.com/pvictor) from [Dream'R](https://www.dreamrs.fr)

cran-comments.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## Test environments
2+
* local OS X install, R 3.4.4
3+
* ubuntu 14.04 (on travis-ci), R 3.4.4
4+
5+
[![Build Status](https://travis-ci.org/DivadNojnarg/shinydashboardPlus.svg?branch=master)](https://travis-ci.org/DivadNojnarg/shinydashboardPlus)
6+
7+
## R CMD check results
8+
There were no ERRORs or WARNINGs.
9+
10+
There was 1 NOTE:
11+
12+
*checking Rd line widths ... NOTE
13+
Rd file 'productList.Rd':
14+
\examples lines wider than 100 characters:
15+
src = "https://image.darty.com/hifi_video/televiseurs-led/grand_ecran_led/samsung_ue55mu9005_4k_uhd_s1703224306074A_140323143 ... [TRUNCATED]
16+
17+
Rd file 'userList.Rd':
18+
\examples lines wider than 100 characters:
19+
src = "https://d33wubrfki0l68.cloudfront.net/071952491ec4a6a532a3f70ecfa2507af4d341f9/c167c/images/hex-dplyr.png",
20+
21+
Rd file 'widgetUserBox.Rd':
22+
\examples lines wider than 100 characters:
23+
backgroundUrl = "https://images.pexels.com/photos/531880/pexels-photo-531880.jpeg?auto=compress&cs=tinysrgb&h=350",
24+
25+
These lines will be truncated in the PDF manual.
26+
27+
28+
It is not a crucial issue since it only concerns the size of url, that will be available
29+
in the help section of R.

0 commit comments

Comments
 (0)