Skip to content

Commit 967a322

Browse files
committed
feat(rename): changed repo + envs from hdruk_test to stars-testing-intro (#22)
1 parent afb750a commit 967a322

18 files changed

+35
-35
lines changed

.github/workflows/docker_quarto.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ jobs:
5757
with:
5858
context: .
5959
tags: |
60-
ghcr.io/pythonhealthdatascience/hdruk_tests:latest
60+
ghcr.io/pythonhealthdatascience/stars-testing-intro:latest
6161
push: true
6262

6363
build-deploy:
6464
runs-on: ubuntu-latest
6565
needs: [publish-docker]
6666
container:
67-
image: ghcr.io/pythonhealthdatascience/hdruk_tests:latest
67+
image: ghcr.io/pythonhealthdatascience/stars-testing-intro:latest
6868
credentials:
6969
username: ${{ github.actor }}
7070
password: ${{ secrets.GITHUB_TOKEN }}

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ authors:
1818
email: t.m.w.monks@exeter.ac.uk
1919
affiliation: University of Exeter
2020
orcid: 'https://orcid.org/0000-0003-2631-4481'
21-
repository-code: 'https://github.com/pythonhealthdatascience/hdruk_tests/'
22-
url: 'https://pythonhealthdatascience.github.io/hdruk_tests/'
21+
repository-code: 'https://github.com/pythonhealthdatascience/stars-testing-intro/'
22+
url: 'https://pythonhealthdatascience.github.io/stars-testing-intro/'
2323
abstract: >-
2424
Materials supporting our HDR UK Futures training videos on
2525
testing.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
This file is for contributors. It describes how the `hdruk_tests` site is set-up and quality controlled.
3+
This file is for contributors. It describes how the `stars-testing-intro` site is set-up and quality controlled.
44

55
## Example code
66

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Title: hdruk_tests
1+
Title: stars-testing-intro
22
Imports:
33
covr
44
devtools

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ RUN rm -f /workspace/.Renviron
7575
RUN conda env create -f environment.yaml
7676

7777
# Make the environment active by default
78-
ENV CONDA_DEFAULT_ENV=hdruk_tests
79-
ENV PATH="/opt/conda/envs/hdruk_tests/bin:${PATH}"
80-
RUN echo "conda activate hdruk_tests" >> /root/.bashrc
78+
ENV CONDA_DEFAULT_ENV=stars-testing-intro
79+
ENV PATH="/opt/conda/envs/stars-testing-intro/bin:${PATH}"
80+
RUN echo "conda activate stars-testing-intro" >> /root/.bashrc
8181

8282
# R: set renv path and restore packages
8383
ENV RENV_PATHS_LIBRARY=/workspace/renv/library
@@ -87,7 +87,7 @@ RUN Rscript -e "install.packages('renv', repos = 'https://cloud.r-project.org')"
8787
Rscript -e "renv::restore()"
8888

8989
# Set conda environment as default for reticulate
90-
ENV RETICULATE_PYTHON=/opt/conda/envs/hdruk_tests/bin/python
90+
ENV RETICULATE_PYTHON=/opt/conda/envs/stars-testing-intro/bin/python
9191

9292
# Default command
9393
CMD ["/bin/bash"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This repository contains code behind our website with materials for the 'Testing in Research Workflows' module on HDR UK's RSE001 <a href='https://hdruklearn.org/courses/course-v1:HDRUK+RSE001+2024' target ='_blank'>Research Software Engineering training course</a>. It was developed as part of the <a href='https://pythonhealthdatascience.github.io/stars/' target='_blank'>STARS project</a>.
44

5-
You can view the website here: <https://pythonhealthdatascience.github.io/hdruk_tests/>
5+
You can view the website here: <https://pythonhealthdatascience.github.io/stars-testing-intro/>
66

7-
[![](images/website_screenshot.png)](https://pythonhealthdatascience.github.io/hdruk_tests/)
7+
[![](images/website_screenshot.png)](https://pythonhealthdatascience.github.io/stars-testing-intro/)
88

99
For an explanation of how this site is set up and quality-controlled, please see `CONTRIBUTING.md`.
1010

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ website:
1111
navbar:
1212
right:
1313
- icon: github
14-
href: https://github.com/pythonhealthdatascience/hdruk_tests/
14+
href: https://github.com/pythonhealthdatascience/stars-testing-intro/
1515
announcement:
1616
dismissable: false
1717
icon: info-circle

environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: hdruk_tests
1+
name: stars-testing-intro
22
channels:
33
- conda-forge
44
dependencies:

pages/back_tests.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "Back tests"
55
```{r}
66
#| include: false
77
library(reticulate)
8-
use_condaenv("hdruk_tests", required = TRUE)
8+
use_condaenv("stars-testing-intro", required = TRUE)
99
```
1010

1111
{{< include /assets/language-selector.html >}}

pages/case_study.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "Case study"
55
```{r}
66
#| include: false
77
library(reticulate)
8-
use_condaenv("hdruk_tests", required = TRUE)
8+
use_condaenv("stars-testing-intro", required = TRUE)
99
```
1010

1111
{{< include /assets/language-selector.html >}}

0 commit comments

Comments
 (0)