Skip to content

adamkocsis/icosa

Repository files navigation

icosa

CRAN checks

Package website

The website of the package is deployed at https://adamkocsis.github.io/icosa/

Installation

  1. The stable version of the package is openly available from the CRAN servers. Just type in
`install.packages("icosa")`

and the package will be installed. In case you would like to experiment with the under development versions, please take a look at the points below

  1. If you have a compiler installed, you can install the latest version from the source tarball, with
install.packages(
  "https://github.com/adamkocsis/icosa/raw/master/_archive/sources/icosa_0.10.0.tar.gz", 
  repos=NULL, type="source")
  1. I will also provide binaries for Windows. If you want to, you can try them. install.packages("https://github.com/adamkocsis/icosa/raw/master/_bin/Win_x64_x86/icosa_0.10.0.zip", repos=NULL, type="win.binary")

See changes at https://github.com/adamkocsis/icosa/blob/devel/inst/NEWS.md