Install neptune-r: Neptune client for R (1 min)¶
How do I install neptune-r package¶
Before you start¶
Make sure you meet the following prerequisites before starting:
Have Python 3.x installed.
Warning
Even if you are using R you still need to have Python installed on your system. The easiest way to install Python environment is with Conda. Go here to read installation instructions.
Install neptune¶
The Neptune integration with R is available as a CRAN package and a Github project. Install the package by running:
install.packages('neptune')
What is next?¶
Check out integration with R