https://github.com/sciviews/tcltk2
Tcl/Tk Additions for R
https://github.com/sciviews/tcltk2
gui rstats tcl-tk
Last synced: 5 months ago
JSON representation
Tcl/Tk Additions for R
- Host: GitHub
- URL: https://github.com/sciviews/tcltk2
- Owner: SciViews
- License: other
- Created: 2018-05-03T14:27:16.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-08-29T06:10:46.000Z (10 months ago)
- Last Synced: 2025-12-09T02:54:30.277Z (7 months ago)
- Topics: gui, rstats, tcl-tk
- Language: Tcl
- Homepage: https://www.sciviews.org/tcltk2/
- Size: 3.7 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/SciViews/tcltk2/actions/workflows/R-CMD-check.yaml)
[](https://codecov.io/gh/SciViews/tcltk2)
[](https://cran.r-project.org/package=tcltk2)
[](https://sciviews.r-universe.dev/tcltk2)
[](https://www.gnu.org/licenses/lgpl-3.0.html)
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
> Several additions to R through Tcl functions and Tk widgets.
## Installation
The latest stable version of {tcltk2} can simply be installed from
[CRAN](http://cran.r-project.org):
``` r
install.packages("tcltk2")
```
You can also install the latest developement version. Make sure you have
the {remotes} R package installed:
``` r
install.packages("remotes")
```
Use `install_github()` to install the {tcltk2} package from Github
(source from **master/main** branch will be recompiled on your machine):
``` r
remotes::install_github("SciViews/tcltk2")
```
R should install all required dependencies automatically, and then it
should compile and install {tcltk2}.
Latest devel version of {tcltk2} (source + Windows binaires for the
latest stable version of R at the time of compilation) is also available
from
[appveyor](https://ci.appveyor.com/project/phgrosjean/tcltk2/build/artifacts).
## Further explore tcltk2
You can get further help about this package this way. Make the {tcltk2}
package available in your R session:
``` r
library("tcltk2")
```
Get help about this package:
``` r
library(help = "tcltk2")
help("tcltk2-package")
vignette("tcltk2") # None is installed with install_github()
```
For further instructions, please, refer to these help pages at
.
## Code of Conduct
Please note that the {svBase} package is released with a [Contributor
Code of
Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms. \##
Note to developers
This package used to be developed on R-Forge in the past. However, the
latest [R-Forge
version](https://r-forge.r-project.org/projects/sciviews/) was moved to
this Github repository on 2016-03-18 (SVN version 569). **Please, do not
use R-Forge anymore for SciViews development, use this Github repository
instead.**
