File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change 1
- ![ browsertools r package] ( browsertools.png )
2
1
3
2
<!-- badges: start -->
4
3
![ version] ( https://img.shields.io/github/package-json/v/davidruvolo51/browsertools/prod?color=%2326709e )
@@ -67,33 +66,3 @@ The package offers the following functions.
67
66
| ` show_elem ` | ` elem ` | show an element
68
67
| ` toggle_css ` | ` elem ` , ` css ` | toggle a css class
69
68
| ` toggle_elem ` | ` elem ` | toggle the state of an element (i.e., hide or show)
70
-
71
- ### Demo
72
-
73
- You can now view a demo of this package by running the following function.
74
-
75
- ``` r
76
- browsertools :: run_demo()
77
- ```
78
-
79
- ## Development
80
-
81
- If you would like to modify the package's js files, you will need to install the following tools.
82
-
83
- 1 . [ Node and Npm] ( https://nodejs.org/en/ ) .
84
- 2 . [ Yarn] ( https://yarnpkg.com/getting-started/install )
85
-
86
- This package also uses parceljs as the application bundler and a number of js packages. To install these tools, run the following command.
87
-
88
- ``` bash
89
- yarn install
90
- ```
91
-
92
- To build javascript file, run the following command in the terminal.
93
-
94
- ``` bash
95
- yarn clean # removes existing files
96
- yarn build # rebuilds js
97
- ```
98
-
99
- Use the R script ` dev/dev.R ` for managing the package and the dev app for debugging/building new features.
You can’t perform that action at this time.
0 commit comments