Releases: ZhimingYe/VSCRViewer
Releases · ZhimingYe/VSCRViewer
0.1.8.5
What's Changed
- to 0.1.5 by @ZhimingYe in #1
- rename to VSCRViewer by @ZhimingYe in #2
- disable grey background when disconnected by @ZhimingYe in #7
- add PreviewDF function for previewing large data frame by @ZhimingYe in #8
- Bump to 0.1.7 by @ZhimingYe in #9
- Add functions Arrange_Table and std_ by @ZhimingYe in #10
- Fix ViewEnv by @ZhimingYe in #11
- Fix readme by @ZhimingYe in #12
Full Changelog: 0.1.2...0.1.8.5
0.1.5 release
rename dotViewer to VSCRViewer
0.1.4 release
add viewing environment functions
0.1.2 release
The first release, supports ViewDF
to render data.frame
to DT
, ViewList
to output list object to ShinyTree
, ViewObj
to prase the output of str()
to console and construct a list object to ShinyTree
. Also, an AceEditor
is provided to highlighting the output of str()
if ShinyTree
is not correctly rendered.