Skip to content

Commit 41046be

Browse files
committed
bump to 0.1.4 & update docs
1 parent e96b4fc commit 41046be

File tree

3 files changed

+19
-23
lines changed

3 files changed

+19
-23
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: GWalkR
22
Title: Interactive Exploratory Data Analysis Tool
3-
Version: 0.1.3
3+
Version: 0.1.4
44
Authors@R: c(
55
person("Yue", "Yu", , "[email protected]", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0002-9302-0793")),

GWalkR.Rproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ SaveWorkspace: No
55
AlwaysSaveHistory: Default
66

77
EnableCodeIndexing: Yes
8+
UseSpacesForTab: Yes
9+
NumSpacesForTab: 2
810
Encoding: UTF-8
911

12+
RnwWeave: Sweave
13+
LaTeX: pdfLaTeX
14+
1015
AutoAppendNewline: Yes
1116
StripTrailingWhitespace: Yes
1217
LineEndingConversion: Posix

README.md

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -25,39 +25,30 @@ It can simplify your R data analysis and data visualization workflow, by turning
2525

2626
### Setup GWalkR
2727

28-
#### Through CRAN (Recommended)
29-
3028
```R
3129
install.packages("GWalkR")
30+
library(GWalkR)
3231
```
3332

34-
#### Through Running R Script
35-
36-
If you have `devtools` installed in R, you can run the following R code to install.
37-
38-
```R
39-
devtools::install_url("https://kanaries-app.s3.ap-northeast-1.amazonaws.com/oss/gwalkr/GWalkR_latest.tar.gz")
40-
```
41-
42-
#### Through Package Archive File (.tar.gz)
43-
44-
Alternatively, download the package archive file `GWalkR_latest.tar.gz` from [this link](https://kanaries-app.s3.ap-northeast-1.amazonaws.com/oss/gwalkr/GWalkR_latest.tar.gz).
45-
Open R Studio, click "Install" in the "Packages" window, and select "Package Archive File (.tgz; .tar.gz)" in the "Install from". Then, select the archive in your file system and click "Install".
46-
4733
### Start Your Data Exploration in a Single Line of Code
4834

4935
```R
50-
library(GWalkR)
5136
data(iris)
5237
gwalkr(iris)
5338
```
5439

55-
<img width="1437" alt="image" src="https://github.com/Bruceshark/GWalkR/assets/33870780/718d8ff6-4ad5-492d-9afb-c4ed67573f51">
56-
5740
## Main Features
58-
1. 🧑‍🎨 Turn a data frame into charts through simple drag-and-drop operations.
59-
2. ✨ Empower your RMarkdown: Showcase your data insights with editable and explorable charts on a webpage ([example](https://bruceyyu.github.io/show/tidytuesday_etymology.nb.html))!
60-
3. 🤖️ [coming soon] Work with AI copilot in R: Let AI generate explorable charts for you!
41+
### Get an overview of your data frame under 'Data' tab.
42+
<img width="700" alt="image" src="https://github.com/bruceyyu/GWalkR/assets/33870780/67131cfa-a25b-44ae-90a0-95902ea5edb1">
43+
44+
### Creat data viz with simple drag-and-drop operations.
45+
<img width="700" alt="image" src="https://github.com/Bruceshark/GWalkR/assets/33870780/718d8ff6-4ad5-492d-9afb-c4ed67573f51">
46+
47+
### Find interesting data points? Brush them and zoom in!
48+
<img width="700" alt="image" src="https://github.com/bruceyyu/GWalkR/assets/33870780/8033885d-3699-4f50-84e1-2201b3846b5a">
49+
50+
### Empower your R notebook (R Markdown).
6151

52+
Showcase your data insights with editable and explorable charts on a webpage ([example](https://bruceyyu.github.io/show/tidytuesday_etymology.nb.html))!
6253

63-
https://github.com/Kanaries/GWalkR/assets/33870780/4a3a9f9c-ff17-484b-9503-af82bd609b99
54+
<img width="700" alt="image" src="https://github.com/bruceyyu/GWalkR/assets/33870780/4798367c-0dd4-4ad3-b25b-7ea48b79205a">

0 commit comments

Comments
 (0)