You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation instructions: Is there a clearly-stated list of dependencies? Ideally these should be handled with an automated package management solution.
I have searched the word using in your package and i have found:
using Wavelets
using LinearAlgebra
using Statistics
using Plots
using Distributions
using AverageShiftedHistograms
using Parameters
using Documenter
using Test
using ImageQualityIndexes
using Random
It would be good to clarify which of these packages are necessary/recommended for (1) running the software (2) running the tests (3) compiling the documentation.
The text was updated successfully, but these errors were encountered:
Quoting from the review checklist of JOSS:
I have searched the word
using
in your package and i have found:using Wavelets
using LinearAlgebra
using Statistics
using Plots
using Distributions
using AverageShiftedHistograms
using Parameters
using Documenter
using Test
using ImageQualityIndexes
using Random
It would be good to clarify which of these packages are necessary/recommended for (1) running the software (2) running the tests (3) compiling the documentation.
The text was updated successfully, but these errors were encountered: