Skip to content

Commit

Permalink
IHaskell: rename to ihaskell-inline-r to match project name
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Baker committed Feb 5, 2024
1 parent dec5f3a commit d24c74d
Show file tree
Hide file tree
Showing 15 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ jobs:
stack --nix install
export PATH="$HOME/.local/bin:$PATH"
stack --nix exec -- ihaskell install
stack --nix exec -- jupyter nbconvert --to notebook --execute --inplace ./IHaskell/examples/tutorial-ihaskell-inline-r.ipynb
stack --nix exec -- jupyter nbconvert --to notebook --execute --inplace ./ihaskell-inline-r/examples/tutorial-ihaskell-inline-r.ipynb
4 changes: 2 additions & 2 deletions docs/docs/build-and-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ $ stack [--docker|--nix] exec jupyter notebook
After launching the Jupyter notebook server you can visit

~~~
http://localhost:8888/notebooks/IHaskell/examples/tutorial-ihaskell-inline-r.ipynb
http://localhost:8888/notebooks/ihaskell-inline-r/examples/tutorial-ihaskell-inline-r.ipynb
~~~

in your browser for an interactive tutorial, which is available in
static form [here][tutorial].

[tutorial]: https://github.com/tweag/HaskellR/blob/master/IHaskell/examples/tutorial-ihaskell-inline-r.ipynb
[tutorial]: https://github.com/tweag/HaskellR/blob/master/ihaskell-inline-r/examples/tutorial-ihaskell-inline-r.ipynb
2 changes: 1 addition & 1 deletion docs/docs/inline-r-with-IHaskell.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ the [IHaskell][ihaskell] kernel for interactively authoring notebooks
replete with plots, formulas, R code and Haskell code.

See "Building and installing" to get started and the
[tutorial notebook](https://github.com/tweag/HaskellR/blob/master/IHaskell/examples/tutorial-ihaskell-inline-r.ipynb)
[tutorial notebook](https://github.com/tweag/HaskellR/blob/master/ihaskell-inline-r/examples/tutorial-ihaskell-inline-r.ipynb)
in the repository for a walkthrough.

[ihaskell]: https://github.com/gibiansky/IHaskell
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ library
source-repository head
type: git
location: https://github.com/tweag/HaskellR.git
subdir: IHaskell
subdir: ihaskell-inline-r
File renamed without changes.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ let

rEnv = rWrapper.override {
inherit R;
# ggplot2 is required for ./IHaskell/examples/tutorial-ihaskell-inline-r.ipynb
# ggplot2 is required for ./ihaskell-inline-r/examples/tutorial-ihaskell-inline-r.ipynb
packages = with rPackages; [ ggplot2 ];
};

Expand Down
2 changes: 1 addition & 1 deletion stack-lts-19.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver: lts-19.33
packages:
- H
- HaskellR-examples
- IHaskell
- ihaskell-inline-r
- inline-r

extra-deps:
Expand Down
2 changes: 1 addition & 1 deletion stack-lts-20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver: lts-20.26
packages:
- H
- HaskellR-examples
- IHaskell
- ihaskell-inline-r
- inline-r

extra-deps:
Expand Down
2 changes: 1 addition & 1 deletion stack-lts-21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver: lts-21.25
packages:
- H
- HaskellR-examples
- IHaskell
- ihaskell-inline-r
- inline-r

extra-deps:
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver: lts-22.8
packages:
- H
- HaskellR-examples
- IHaskell
- ihaskell-inline-r
- inline-r

extra-deps:
Expand Down

0 comments on commit d24c74d

Please sign in to comment.