SamuelBrand1 / KenyaCoV

This repo contains the source code KenyaCoV, a simulation package for forecasting SARS-CoV-2 transmission in Kenya.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing dependency specifications in src/ and test/ scripts

TheHelenofTroy opened this issue · comments

  1. Revise is a very useful package and called many times in tests/, but it is never specified in under [deps] in Project.toml. Would be good to regenerate the [deps] and make sure Revise is there.

  2. Some scripts use package functions without loading the packages first. For example, transmission.jl uses CSV.read and readtable from DataFrame without first loading CSV and DataFrame packages.