Skip to content

INSTALLATION

Russell Almond edited this page Apr 16, 2020 · 1 revision

The Netica so/dll must be downloaded from Norsys (https://norsys.com/downloads/).

  1. Unpack the tarball onto your machine in the location you want to place the source directory.
  2. Copy the file netica.pc or netica504.pc (if using the older version) and edit the first line to reflect the location of the unpacked tarball. (This is available at: https://github.com/ralmond/RNetica/blob/master/inst/pkgconfig/netica.pc or https://github.com/ralmond/RNetica/blob/master/inst/pkgconfig/netica504.pc)
  3. Copy the edited netica.pc file to a location recognized by pkg-config. In a properly configured pkg-config setup, pkg-config --variable pc_path pkg-config will tell you the location of the pkg-config directory.
  4. For Netica 6.07 on Linux and MacOS, copy lib/libnetica.so (or the 32bit version, if that is needed) to a location that R will find it. Currently, this is one of /usr/lib, /usr/share/lib or ${R_HOME}/lib.
Clone this wiki locally