Skip to content

Commit 56bef5d

Browse files
add logo correctly
1 parent 4cfaaae commit 56bef5d

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

README.Rmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
output: github_document
33
---
44

5-
# reactR <img src="logo.svg" align="right" alt="" width="120" />
5+
# reactR <img src="logo.svg" alt="reactR logo" width="100px" />
66

77
<!-- README.md is generated from README.Rmd. Please edit that file -->
88

@@ -19,8 +19,6 @@ knitr::opts_chunk$set(
1919
[![Travis-CI Build Status](https://travis-ci.org/react-R/reactR.svg?branch=master)](https://travis-ci.org/react-R/reactR)
2020

2121

22-
# reactR
23-
2422
`reactR` provides a set of convenience functions for using [`React`](https://facebook.github.io/react) in `R` with `htmlwidget` constructor templates and local JavaScript dependencies. The `React` ecosystem is rich with components that can enhance `R` web and Shiny apps. `scaffoldReactWidget()` helps build `htmlwidgets` to integrate these `React` components as `R` `htmlwidgets`. The local dependency functions are modeled after the `html_dependency_*` functions from RStudio's [`rmarkdown`](https://github.com/rstudio/rmarkdown) package.
2523

2624
## Installation

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11

2-
# reactR <img src="logo.svg" align="right" alt="" width="120" />
2+
# reactR <img src="logo.svg" alt="reactR logo" width="100px" />
33

44
<!-- README.md is generated from README.Rmd. Please edit that file -->
55

66
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/reactR)](https://cran.r-project.org/package=reactR)
77
[![Travis-CI Build
88
Status](https://travis-ci.org/react-R/reactR.svg?branch=master)](https://travis-ci.org/react-R/reactR)
99

10-
# reactR
11-
1210
`reactR` provides a set of convenience functions for using
1311
[`React`](https://facebook.github.io/react) in `R` with `htmlwidget`
1412
constructor templates and local JavaScript dependencies. The `React`

docs/index.html

Lines changed: 12 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)