-
In attempting to install the contents of ExoplanetSysSim and its non-standard packages using the following line,
> julia> include(joinpath(Pkg.dir(),"exoplanetssyssim/src/setup.jl"))
I get the f…
-
I think there are a couple of typos in the eccentricity prior in [model.pdf](https://github.com/EPRV3EvidenceChallenge/Inputs/blob/master/model/model.pdf).
As is, it's not defined for e=0.
Also, "0…
-
That might be more relevant for advanced users. Hope to get authors' clarification.
The default setting for most R basic string functions is POSIX 1003.2. (http://astrostatistics.psu.edu/su07/R/htm…
-
Reviewing our current list of [Summer of Code projects](https://github.com/JuliaLang/julialang.github.com/blob/master/soc/ideas-page.md), I think that some of the projects should be removed and others…
-
Add the OML papers to the README, well visible, with bibtex.
Ask users to cite them.
-
Is this a popup issue?
-
DataArray isn't defined in SerialMC.jl ; a fix is to explicitly import it
```
import DataArrays.DataArray
```
and/or to add DataArrays to REQUIRE
-
| | |_| | | | (_| | | Version 0.2.0-prerelease+3441
_/ |__'_|_|_|__'_| | Commit dca8d76 2013-08-26 02:28:43 UTC
|__/ | x86_64-w64-mingw32
julia> Pkg.add("Winston")
INFO: Clo…
eford updated
11 years ago
-
The initial build of ihaskell complained of missing pyconfig.h, which I fixed by installing `python-dev` from the ubuntu repos. After the build finishes, when I run `IHaskell notebook`, everything app…
-
I would like to create a KM plot of [AA_FU_TIME_IN_YEARS] censored by [AA_SURVIVAL_STATUS] where 0 = alive and 1 = dead with the groups of [PST_AIRWAY], which is a Yes/No field.
I tired this code: …