Skip to content

Commit e167785

Browse files
fix links for CRAN submission
1 parent 2b6c36d commit e167785

File tree

14 files changed

+36
-35
lines changed

14 files changed

+36
-35
lines changed

CRAN-RELEASE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
This package was submitted to CRAN on 2019-07-07.
2-
Once it is accepted, delete this file and tag the release (commit b28e138662).
1+
This package was submitted to CRAN on 2021-02-20.
2+
Once it is accepted, delete this file and tag the release (commit 2b6c36dc84).

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Authors@R: c(
77
person(
88
"Facebook", "Inc"
99
, role = c("aut", "cph")
10-
, comment = "React library in lib, https://facebook.github.io/react; see AUTHORS for full list of contributors"
10+
, comment = "React library in lib, https://reactjs.org/; see AUTHORS for full list of contributors"
1111
),
1212
person(
1313
"Michel","Weststrate",

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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
[![Slack Status](https://reactr-slackin.herokuapp.com/badge.svg)](https://reactr-slackin.herokuapp.com/)
2121

22-
`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`. `scaffoldReactShinyInput()` does the same for `Shiny` inputs. The local dependency functions are modeled after the `html_dependency_*` functions from RStudio's [`rmarkdown`](https://github.com/rstudio/rmarkdown) package.
22+
`reactR` provides a set of convenience functions for using [`React`](https://reactjs.org/) 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`. `scaffoldReactShinyInput()` does the same for `Shiny` inputs. The local dependency functions are modeled after the `html_dependency_*` functions from RStudio's [`rmarkdown`](https://github.com/rstudio/rmarkdown) package.
2323

2424
## Installation
2525

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ Status](https://travis-ci.org/react-R/reactR.svg?branch=master)](https://travis-
1010
Status](https://reactr-slackin.herokuapp.com/badge.svg)](https://reactr-slackin.herokuapp.com/)
1111

1212
`reactR` provides a set of convenience functions for using
13-
[`React`](https://facebook.github.io/react) in `R` with `htmlwidget`
14-
constructor templates and local JavaScript dependencies. The `React`
15-
ecosystem is rich with components that can enhance `R` web and Shiny
16-
apps. `scaffoldReactWidget()` helps build `htmlwidgets` to integrate
17-
these `React` components as `R` `htmlwidgets`.
18-
`scaffoldReactShinyInput()` does the same for `Shiny` inputs. The local
19-
dependency functions are modeled after the `html_dependency_*` functions
20-
from RStudio’s [`rmarkdown`](https://github.com/rstudio/rmarkdown)
21-
package.
13+
[`React`](https://reactjs.org/) in `R` with `htmlwidget` constructor
14+
templates and local JavaScript dependencies. The `React` ecosystem is
15+
rich with components that can enhance `R` web and Shiny apps.
16+
`scaffoldReactWidget()` helps build `htmlwidgets` to integrate these
17+
`React` components as `R` `htmlwidgets`. `scaffoldReactShinyInput()`
18+
does the same for `Shiny` inputs. The local dependency functions are
19+
modeled after the `html_dependency_*` functions from RStudio’s
20+
[`rmarkdown`](https://github.com/rstudio/rmarkdown) package.
2221

2322
## Installation
2423

cran-comments.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Resubmission to fix links for CRAN
2+
13
## Test environments
24
* local Windows 10 install, R 3.6.2
35
* rhub check_for_cran

docs/articles/intro_htmlwidgets.html

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

docs/articles/intro_inputs.html

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

docs/articles/intro_reactR.html

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

docs/authors.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

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

0 commit comments

Comments
 (0)