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
This issue is being filed by a script, but if you reply, I will see it.
PackageEvaluator.jl is a script that runs nightly. It attempts to load all Julia packages and run their test (if available) on both the stable version of Julia (0.2) and the nightly build of the unstable version (0.3).
The results of this script are used to generate a package listing enhanced with testing results.
The status of this package, NLreg, on...
Julia 0.2 is 'Package doesn't load.'
Julia 0.3 is 'Package doesn't load.'
'No tests, but package loads.' can be due to their being no tests (you should write some if you can!) but can also be due to PackageEvaluator not being able to find your tests. Consider adding a test/runtests.jl file.
'Package doesn't load.' is the worst-case scenario. Sometimes this arises because your package doesn't have BinDeps support, or needs something that can't be installed with BinDeps. If this is the case for your package, please file an issue and an exception can be made so your package will not be tested.
This automatically filed issue is a one-off message. Starting soon, issues will only be filed when the testing status of your package changes in a negative direction (gets worse). If you'd like to opt-out of these status-change messages, reply to this message.
The text was updated successfully, but these errors were encountered:
INFO: Installing ArrayViews v0.4.4
INFO: Installing BinDeps v0.2.12
INFO: Installing Blocks v0.0.3
INFO: Installing DataArrays v0.1.9
INFO: Installing DataFrames v0.5.4
INFO: Installing Distributions v0.4.7
INFO: Installing GZip v0.2.12
INFO: Installing NLopt v0.0.3
INFO: Installing NLreg v0.1.0
INFO: Installing NumericExtensions v0.6.2
INFO: Installing NumericFuns v0.2.3
INFO: Installing PDMats v0.2.0
INFO: Installing Reexport v0.0.1
INFO: Installing SortingAlgorithms v0.0.1
INFO: Installing StatsBase v0.4.0
INFO: Installing URIParser v0.0.2
INFO: Building NLopt
INFO: Package database updated
ERROR: GLM not found
in require at loading.jl:47
in include at boot.jl:244
in reload_path at loading.jl:152
in _require at loading.jl:67
in require at loading.jl:51
in include at boot.jl:244
in include_from_node1 at loading.jl:128
while loading /home/idunning/pkgtest/.julia/v0.3/NLreg/src/NLreg.jl, in expression starting on line 10
while loading /home/idunning/pkgtest/.julia/v0.3/NLreg/testusing.jl, in expression starting on line 1
INFO: Package database updated
This issue is being filed by a script, but if you reply, I will see it.
PackageEvaluator.jl is a script that runs nightly. It attempts to load all Julia packages and run their test (if available) on both the stable version of Julia (0.2) and the nightly build of the unstable version (0.3).
The results of this script are used to generate a package listing enhanced with testing results.
The status of this package, NLreg, on...
'No tests, but package loads.' can be due to their being no tests (you should write some if you can!) but can also be due to PackageEvaluator not being able to find your tests. Consider adding a
test/runtests.jl
file.'Package doesn't load.' is the worst-case scenario. Sometimes this arises because your package doesn't have BinDeps support, or needs something that can't be installed with BinDeps. If this is the case for your package, please file an issue and an exception can be made so your package will not be tested.
This automatically filed issue is a one-off message. Starting soon, issues will only be filed when the testing status of your package changes in a negative direction (gets worse). If you'd like to opt-out of these status-change messages, reply to this message.
The text was updated successfully, but these errors were encountered: