halleysfifthinc / Peaks.jl

Find peaks (local extrema) of signals
https://halleysfifthinc.github.io/Peaks.jl/
MIT License
75 stars 8 forks source link

Functions are not importing #2

Closed usmcamp0811 closed 6 years ago

usmcamp0811 commented 6 years ago

On Julia v1.0 I installed the package Pkg.add("Peaks") and then using Peaks and none of the functions are usable. My interpreter doesn't recognize the commands.

halleysfifthinc commented 6 years ago

Can you give me some more information? What is the output of versioninfo() and ] st? There are only two functions on the current stable release of v0.0.1: maxima and minima. Can you try both of those and show the error?