A suite of visualization tools for Daisy log files written in R.
Installation
daisyrVis is currently only available from github. You need Rtools to build the package. If not already installed, you can install it with your package manager or from https://cran.r-project.org. You can then use devtools to install daisyrVis. Depending on your platform, you might need to install git.
First install devtools
The try to install daisyrVis
If this fails try to install git2r
and install daisyrVis again
If this fails open an issue and describe the problem https://github.com/daisy-model/daisyrVis/issues
You can remove the package with
The contents of the package can be listed with
Examples
Documentation
Use the builtin help for documentation on each function. For a more tutorial like introduction go to https://daisy-model.github.io/daisyrVis/ and browse the available articles.
Development
Follows https://r-pkgs.org/
Start R in base of repository. Then use devtools to load, check and install package
