Frequently Asked Questions
I get an error when trying examples in the doc
This documentation is generated with the following environment setup. If you get any unexpected exception or find any inconsistency between the result on your machine and the documentation. Please file an issue with the following message to help us improve the doc.
julia> using Pkg, Dates
julia> today()
2024-07-23
julia> versioninfo()
Julia Version 1.10.4
Commit 48d4fd48430 (2024-06-04 10:41 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 4 × 11th Gen Intel(R) Core(TM) i3-1115G4 @ 3.00GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, tigerlake)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)
julia> buff = IOBuffer();Pkg.status(io=buff);println(String(take!(buff)))
Status `~/.julia/environments/v1.10/Project.toml`
[aaaaaaaa] ControlSystemsBase v1.10.2
[c47d62df] DAQP v0.5.2
[311a05b2] DemoCards v0.5.5
[8bac0ac5] DocThemeIndigo v0.1.3
⌅ [e30172f5] Documenter v0.27.25
[997ab1e6] DocumenterMarkdown v0.2.2
[271df9f8] FuzzyLogic v0.1.2
[4076af6c] JuMP v1.22.2
[98b081ad] Literate v2.19.0
⌃ [61f9bdb8] ModelPredictiveControl v0.16.1
[91a5bcdd] Plots v1.40.5
[158674fc] ReinforcementLearning v0.11.0
[e575027e] ReinforcementLearningBase v0.13.1
Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. To see why use `status --outdated`
Downgrade happens when using this package
This may happen occasionally. The reason is complex, either because we haven’t updated the compat section yet, or some other packages you are using relies on an old dependency. Pleas create an issue to describe how it happens and we can work on it together to resolve it.