Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
84 commits
Select commit Hold shift + click to select a range
961e696
reacttools: Added R constructor and JS runtime, comments.
alandipert Dec 12, 2018
438ea90
Added sparklines example with README and Windows-compat build
alandipert Dec 13, 2018
0a1ebf3
Add sparklines widget and convert to yarn+webpack-based build
alandipert Dec 14, 2018
b8bb5b9
Initial implementation of resize handling
alandipert Dec 18, 2018
43facab
Improve resize handling
alandipert Dec 19, 2018
42e112e
sparklines example: improve README, make tag a span
alandipert Dec 19, 2018
7fcd97c
Simplify renderOnResize functionality and store entire value instead …
alandipert Dec 19, 2018
70d45a2
Hide the shape of the JSON value send to the client behind new reactD…
alandipert Dec 19, 2018
a519540
Hydrate arbitrary HTML/SVG tags, still throw an exception if a compon…
alandipert Dec 19, 2018
b49a1f4
Remove jQuery dependency from react-tools
alandipert Dec 20, 2018
4f416b0
Add initial impl. of evalJS
alandipert Dec 20, 2018
8738c9b
poc for shiny event handling
timelyportfolio Dec 30, 2018
2d8c765
use shinyEvent instead of shiny and use id prop is available
timelyportfolio Dec 31, 2018
eada87b
Merge pull request #5 from timelyportfolio/enhancements-shiny
timelyportfolio Dec 31, 2018
61095b2
Revert "Merge pull request #5 from timelyportfolio/enhancements-shiny"
timelyportfolio Jan 3, 2019
6c22800
Remove evalJS support until we can think of something better
alandipert Jan 3, 2019
e177aa0
Build fix attempts
alandipert Jan 3, 2019
3855049
Fix reactR::component example
alandipert Jan 3, 2019
657ac05
update version to 0.3.0 and date
timelyportfolio Jan 4, 2019
32a9467
update React and React-DOM to 16.7.0
timelyportfolio Jan 4, 2019
947ea50
change links and references to react-R org
timelyportfolio Jan 4, 2019
f9fba29
Documentation improvements
alandipert Jan 4, 2019
3232e87
Remove examples; moved sparklineswidget to react-R/sparklines
alandipert Jan 4, 2019
9922ad0
Add self as author to DESCRIPTION
alandipert Jan 4, 2019
32b0bea
Added reactR::scaffoldReactWidget for scaffolding output widgets
alandipert Jan 5, 2019
8b39bae
update travis-ci badge to react-R org
timelyportfolio Jan 5, 2019
e955fbc
Merge branch 'enhancements' of https://github.com/react-R/reactR into…
timelyportfolio Jan 5, 2019
184e728
Fix minor bug in scaffold template
alandipert Jan 7, 2019
2b96174
Properly handle text nodes and allow htmltools tags
alandipert Jan 7, 2019
8c26d12
Add example app.R during scaffolding
alandipert Jan 7, 2019
0f4c9e6
use `private: true` to avoid missing maintainer warning
schloerke Jan 7, 2019
305cbc7
Make hydrate more robust and add first JS test
alandipert Jan 7, 2019
5f22d0d
Source map support in test failures
alandipert Jan 8, 2019
b5bf7d7
Attempt Travis matrix build to run JS in addition to R tests
alandipert Jan 8, 2019
1525747
Merge pull request #6 from schloerke/patch-1
alandipert Jan 8, 2019
7b85242
Specify Node version in Travis config
alandipert Jan 8, 2019
2155d4b
Merge branch 'enhancements' of github.com:react-R/reactR into enhance…
alandipert Jan 8, 2019
79ca0d1
Travis: specify R version
alandipert Jan 8, 2019
2305746
Rename reactData => reactMarkup
alandipert Jan 9, 2019
be51515
Rename reactData => reactMarkup
alandipert Jan 9, 2019
eb51153
Use new renderTemplate function for scaffold instead of sprintf
alandipert Jan 9, 2019
c129486
add logo poc
timelyportfolio Jan 10, 2019
434eecb
make img tag markdown
timelyportfolio Jan 10, 2019
7a68a37
remove quotes from img in README
timelyportfolio Jan 10, 2019
1a0e685
specify height of logo in README
timelyportfolio Jan 10, 2019
167779a
use height attribute in logo on README
timelyportfolio Jan 10, 2019
ad8244b
add favicon to docs
timelyportfolio Jan 10, 2019
cb9eea0
move logos to /assets and add to Rbuildignore
timelyportfolio Jan 10, 2019
b40b356
Add more tests
alandipert Jan 10, 2019
1bd4f09
Merge branch 'enhancements' of github.com:react-R/reactR into enhance…
alandipert Jan 10, 2019
2c95b6f
Minor test re-organization
alandipert Jan 10, 2019
2fe2f84
Fix bug in xmlEqual
alandipert Jan 10, 2019
b6d2d24
WIP intro tutorial vignette
alandipert Jan 10, 2019
9b8236e
WIP intro tutorial vignette
alandipert Jan 11, 2019
300823c
Add 4th reactWidget arg to JS template
alandipert Jan 11, 2019
1812397
Further expand htmlwidget intro vignette
alandipert Jan 11, 2019
0102c8f
Complete tutorial
alandipert Jan 11, 2019
aa0c195
Ignore JS stuff in .Rbuildignore
alandipert Jan 11, 2019
9cc3310
Add corejs dependency to scaffold so widgets work in RStudio <1.2
alandipert Jan 11, 2019
af330c9
Improve R docs
alandipert Jan 11, 2019
5a80783
reactMarkup: error if tag isn't shiny.tag or string
alandipert Jan 11, 2019
68c1f4d
Handle primitive strings as top-level elements in JavaScript
alandipert Jan 11, 2019
c37c588
Document defaultOptions
alandipert Jan 11, 2019
ab9a66d
Ignore R CMD check related things in dir
alandipert Jan 11, 2019
ca7b313
Fix typo in tutorial
alandipert Jan 11, 2019
c31d721
Minor tutorial improvement
alandipert Jan 11, 2019
e0f62a6
Small enhancements suggested by @cpsievert
alandipert Jan 11, 2019
1808e9d
reactMarkup: return list with class reactR_markup instead of reactR.m…
alandipert Jan 11, 2019
ad28dc9
Various documentation additions, enhancements
alandipert Jan 11, 2019
9983058
Make vignette more geared towards an R user that wants to quickly lea…
cpsievert Jan 12, 2019
582bb4a
update date and add mention of htmlwdiget in DESCRIPTION
timelyportfolio Jan 12, 2019
8174f4d
add some discussion on new htmlwidget functionality in README
timelyportfolio Jan 12, 2019
9e94c1a
add htmltools:: to taglist in _html function in R template
timelyportfolio Jan 12, 2019
5c2e639
Merge branch 'enhancements' into htmlwidgets-vignette
alandipert Jan 12, 2019
9659531
Merge pull request #7 from cpsievert/htmlwidgets-vignette
alandipert Jan 12, 2019
a513900
Fix intro vignette frontmatter syntax
alandipert Jan 12, 2019
f5fff43
npmPkg: Use a named list instead of a char vector
alandipert Jan 12, 2019
e66b71d
Tutorial vignette: light editing and formatting
alandipert Jan 12, 2019
e519b6d
Minor README edits
alandipert Jan 12, 2019
ed5b725
Remove QA note from tutorial vignette
alandipert Jan 12, 2019
b7f83dd
Minor vignette edit
alandipert Jan 12, 2019
25a2d9c
spark-lines => react-sparklines
alandipert Jan 12, 2019
02cac39
Credit @cpsievert in tutorial
alandipert Jan 12, 2019
c439aa9
pkgdown
timelyportfolio Jan 12, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
pkgdown
  • Loading branch information
timelyportfolio committed Jan 12, 2019
commit c439aa94b3af1eff74e4c9c52041f787c0e27014
7 changes: 5 additions & 2 deletions docs/LICENSE.html

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

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

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

329 changes: 329 additions & 0 deletions docs/articles/intro_htmlwidgets.html

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions docs/articles/intro_reactR.html

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

Loading