This is a custom drat repository hosting the neuroSCC
package along with
optional suggested packages: ImageSCC
, BPST
, and Triangulation
.
These packages extend the functionality of neuroSCC
for Simultaneous Confidence Corridor (SCC)
computations and related triangulation methods, and are not available on CRAN.
To install neuroSCC
along with the suggested packages, run the following command in your R console:
install.packages("neuroSCC", dep = TRUE,
repos = c("https://iguanamarina.github.io/neuroSCC-drat",
"https://cloud.r-project.org"))
This will install neuroSCC
from this repository and automatically fetch any additional CRAN packages it requires.
The suggested packages from this drat repo will also be installed if they are referenced via Suggests
or used in your workflow.