Skip to content

Commit

Permalink
Update SpatialEcology dependency (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
kescobo authored Feb 14, 2020
1 parent 37f2075 commit 174eb7b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
DataFrames = "0.19, 0.20"
MultivariateStats = "0.7"
Reexport = "0.2"
SpatialEcology = "0.7, 0.8, 0.9"
SpatialEcology = "0.9"
StatsBase = "0.32"
julia = "1.1, 1.2, 1.3"

Expand Down
19 changes: 6 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,28 +27,21 @@ and are imported here.

Install Microbiome from the Julia REPL:

```
pkg> add Microbiome
```
or
Install Microbiome from the Julia REPL:

```julia
julia> using Pkg
julia> Pkg.add("Microbiome")
```

If you are interested in the cutting edge of the development, please check out
the master branch to try new features before release.
julia> pkg"registry add https://github.com/BioJulia/BioJuliaRegistry.git" # note: this only needs to be done once

```
pkg> add Microbiome#master
julia> pkg"add Microbiome"
```

or
If you are interested in the cutting edge of the development, please check out
the master branch to try new features before release.

```julia
julia> using Pkg
julia> Pkg.add("Microbiome#master")
julia> pkg"add Microbiome#master"
```

## Companion Packages
Expand Down
8 changes: 6 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ and are imported here.
Install Microbiome from the Julia REPL:

```julia
julia> Pkg.add("Microbiome")
julia> using Pkg

julia> pkg"registry add https://github.com/BioJulia/BioJuliaRegistry.git" # note: this only needs to be done once

julia> pkg"add Microbiome"
```

If you are interested in the cutting edge of the development, please check out
the master branch to try new features before release.

```julia
julia> Pkg.checkout("Microbiome")
julia> pkg"add Microbiome#master"
```

4 comments on commit 174eb7b

@kescobo
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BioJuliaBot register

@BioJuliaBot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: BioJulia/BioJuliaRegistry/41

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.2 -m "<description of version>" 174eb7b38b5ef1fb3f98b397b4862d9f4faa0ed6
git push origin v0.6.2

@TransGirlCodes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/15303

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.2 -m "<description of version>" 174eb7b38b5ef1fb3f98b397b4862d9f4faa0ed6
git push origin v0.6.2

Please sign in to comment.