Coder Social home page Coder Social logo

robuststats.jl's People

Contributors

bitdeli-chef avatar joefowler avatar maximsch2 avatar mrxiaohe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

robuststats.jl's Issues

PackageEvaluator / status.julialang.org test results

##### Current package: RobustStats
INFO: Cloning cache of RobustStats from git://github.com/mrxiaohe/RobustStats.jl.git
INFO: Installing BinDeps v0.2.12
INFO: Installing Blocks v0.0.2
INFO: Installing Cairo v0.2.12
INFO: Installing Color v0.2.8
INFO: Installing DataFrames v0.3.16
INFO: Installing Distributions v0.3.0
INFO: Installing GLM v0.2.4
INFO: Installing GZip v0.2.10
INFO: Installing IniFile v0.2.2
INFO: Installing NumericExtensions v0.3.6
INFO: Installing Rmath v0.0.0
INFO: Installing RobustStats v0.0.0
INFO: Installing SortingAlgorithms v0.0.1
INFO: Installing StatsBase v0.3.7
INFO: Installing Tk v0.2.11
INFO: Installing URIParser v0.0.1
INFO: Installing Winston v0.9.0
INFO: Building Cairo
INFO: Building Tk
INFO: REQUIRE updated.
ERROR: Stats not found
 in require at loading.jl:39
 in include at boot.jl:238
at /home/idunning/pkgtest/.julia/v0.2/DataFrames/src/DataFrames.jl:5
at /home/idunning/pkgtest/.julia/v0.2/RobustStats/src/RobustStats.jl:1
at /home/idunning/pkgtest/.julia/v0.2/RobustStats/test/test.jl:1
INFO: Removing BinDeps v0.2.12
INFO: Removing Blocks v0.0.2
INFO: Removing Cairo v0.2.12
INFO: Removing Color v0.2.8
INFO: Removing DataFrames v0.3.16
INFO: Removing Distributions v0.3.0
INFO: Removing GLM v0.2.4
INFO: Removing GZip v0.2.10
INFO: Removing IniFile v0.2.2
INFO: Removing NumericExtensions v0.3.6
INFO: Removing Rmath v0.0.0
INFO: Removing RobustStats v0.0.0
INFO: Removing SortingAlgorithms v0.0.1
INFO: Removing StatsBase v0.3.7
INFO: Removing Tk v0.2.11
INFO: Removing URIParser v0.0.1
INFO: Removing Winston v0.9.0
INFO: REQUIRE updated.

[PackageEvaluator.jl] Your package RobustStats may have a testing issue.

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, RobustStats, on...

  • Julia 0.2 is 'Package doesn't load.' PackageEvaluator.jl
  • Julia 0.3 is 'Package doesn't load.' PackageEvaluator.jl

'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.

Incompatibility with multiline comments

Hi! Now that Julia is getting multiline comments of the form #= ... =#, your module will no longer work as-is. When I try importing it, I get an "unterminated multi-line comment" error for line 1140 of functions.jl, which looks like this:

#= pcorb(removeNAVector{Int}, y::Vector{Float64}; nboot=2000, seed::Union(Bool, Int)=2)=

Adding a space before the = or the like should fix it, I guess. (Didn't grep for further occurrences, tho.)

RobustStats.jl doesn't support Julia 0.4

LoadError: RobustStats can't be installed because it has no versions that support 0.4.5 of julia.

The REQUIRE says 0.3-. Is there a reason for that?
Looking forward to using this package
Best,

Info about upcoming removal of packages in the General registry

As described in https://discourse.julialang.org/t/ann-plans-for-removing-packages-that-do-not-yet-support-1-0-from-the-general-registry/ we are planning on removing packages that do not support 1.0 from the General registry. This package has been detected to not support 1.0 and is thus slated to be removed. The removal of packages from the registry will happen approximately a month after this issue is open.

To transition to the new Pkg system using Project.toml, see https://github.com/JuliaRegistries/Registrator.jl#transitioning-from-require-to-projecttoml.
To then tag a new version of the package, see https://github.com/JuliaRegistries/Registrator.jl#via-the-github-app.

If you believe this package has erroneously been detected as not supporting 1.0 or have any other questions, don't hesitate to discuss it here or in the thread linked at the top of this post.

A version number tag is needed

The version of RobustStats.jl that is known in Julia's METADATA package won't know about the latest updates until a git tag (perhaps v0.1.0) is added.

If you're running a clean Julia 0.5 and do a

Pkg.add("RobustStats")

You will get

ERROR: RobustStats can't be installed because it has no versions that support 0.5.0 of julia. 
You may need to update METADATA by running `Pkg.update()`

And that's because the latest tagged version of RobustStats is v0.0.1 and its REQUIRE file says that it only works with Julia 0.3 to 0.4.

I don't know how you'd feel about giving me or @maximsch2 commit access to this repository, but that's one approach. I'd promise to be responsible, and low-maintenance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.