Name Mode Size
R 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100644 2 kb
README.md 100644 2 kb
statTarget.Rproj 100644 0 kb
README.md
# statTarget2 For details see https://stattarget.github.io/docs/ Package vignettes: [Vignettes](https://stattarget.github.io/docs/my-new-doc/) Reference manual: [Manual](https://github.com/13479776/Picture/blob/master/statTarget-manual.pdf) Demo data: [Data](https://stattarget.github.io/docs/demo/) Example reports: [Reports](https://stattarget.github.io/docs/demo/) Binary Package: [statTarget2_WindowsOnly.zip](https://github.com/13479776/Picture/raw/master/statTarget_2.0.0.zip) ### System requirements -------------------------------------------------------------------- > Dependent on R (>= 3.3.0) > If you did not install the R software yet,you can download R >= 3.3.0 from https://www.r-project.org ### Installation -------------------------------------------------------------------- > Install the earlier versions of “statTarget” at the Bioconductor if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("statTarget") library(statTarget) ## `Load statTarget`. > Install the latest version of "statTarget2" at Github. copy this code into R Updating, Coming Back Soon! Binary Package for Windows PC is provided. If you want the source code, please contact us. Thanks. > IMPORTANCE: for mac PC, XQuartz instead of X11 support should be installed for the Graphical User Interface (GUI). Download it from https://www.xquartz.org. > RGTK2 is a binding for R to the GTK2 library and dependent libraries, and a multi-platform package for creating graphical user interfaces. If you have any problems about RGTK2 installation, see the related installation information for R and GTK on Windows/Mac OS at https://gist.github.com/sebkopf/9405675. > We recommend the R 3.3.0 and RGtk2 2.20.31 for mac OS paltform. `The R 3.3.0 and RGtk2 2.20.31 sailed through the test.` If you have multiple versions of R framework installed, RSwitch - a small GUI that allows you to switch between R versions quickly. Download it from https://r.research.att.com