Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TransformationToolContest/ttc2018liveContest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ftsrg/ttc2018liveContest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 12, 2020

  1. Add output

    szarnyasg committed Jul 12, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    17ce0d7 View commit details
  2. Add more results rows

    szarnyasg committed Jul 12, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    c197bd8 View commit details
  3. Remove incomplete results

    szarnyasg committed Jul 12, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    f648b7a View commit details
  4. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    6de6bd3 View commit details
Showing with 7 additions and 0 deletions.
  1. +7 −0 reporting2/README.md
7 changes: 7 additions & 0 deletions reporting2/README.md
Original file line number Diff line number Diff line change
@@ -12,6 +12,13 @@ sudo apt install -y libssl-dev libxml2-dev libcurl4-openssl-dev
sudo apt install -y r-base r-base-dev pandoc libssl-dev libxml2-dev libcurl4-openssl-dev
```

On Fedore, use:

```console
sudo dnf install -y R
sudo dnf install -y openssl-devel libxml2-devel libcurl-devel
```

Run R and install the [Tidyverse](https://www.tidyverse.org/) and [TinyTeX](https://yihui.name/tinytex/) package.

To run GCC/G++ on multiple threads, set the following flags: