-
Notifications
You must be signed in to change notification settings - Fork 3
INSTALLATION
Russell Almond edited this page Apr 16, 2020
·
1 revision
The Netica so/dll must be downloaded from Norsys (https://norsys.com/downloads/).
- Unpack the tarball onto your machine in the location you want to place the source directory.
- Copy the file
netica.pc
ornetica504.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) - Copy the edited
netica.pc
file to a location recognized bypkg-config
. In a properly configuredpkg-config
setup,pkg-config --variable pc_path pkg-config
will tell you the location of the pkg-config directory. - 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
.