- There should be a default
Project.toml
for your version Julia version. Project specific ones override the default one. - When everything is working the dependencies are computed from the
Project.toml
not fromREQUIRE
. You don’t need theREQUIRE
file anymore. - Projects are similar to
.Rproj
and other implementations. You need the whole shebang. You can download them to any directory and work with it there.