-
R/dbgR/dgpR/dist...Hierarchical structure for functions written in native R.
-
inst/binPrograms under this fold are executable R script. You should be able to run them as usual Linux command-line programs. Make sure they are executable using
chmod +x embedAllFonts.The help are usually accessible if you run the program with argument
--helpe.g.embedAllFonts --help.
The package has a hierarchical code structure that R does not support (see this
discussion). A src/Makevars
file is used to do the the trick.
-
Standard Installation to install the
masterbranch withdevtoolsdevtools::install_github("feng-li/flutils")
-
Alternative Installation to install the
devbranch- Clone the package from GitHub
git clone https://github.com/feng-li/flutils.git git checkout dev
- Now within R
source("https://raw.githubusercontent.com/feng-li/flutils/master/R/systools/package.flatten.R") project.flatten <- package.flatten("/path/to/flutils/") devtools::document(project.flatten) devtools::install_local(project.flatten, force = TRUE)
- Or under Linux system, you can install them to your system with this script.
$ ./flutils/inst/bin/install.HS flutils
See the copyright in each individual file.