Skip to content

Commit dbefc5e

Browse files
authored
Merge pull request #3 from Global-Health-Engineering/dev
Correct documentation and bump version to 0.1.0
2 parents 894e80e + 1b037cd commit dbefc5e

25 files changed

Lines changed: 171 additions & 188 deletions

DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: fungalgrowth
22
Title: Fungal Growth Assay on Human Faeces
3-
Version: 0.0.0.9000
3+
Version: 0.1.0
44
Authors@R: c(
55
person("Jules", "Peter", , "jupeter@ethz.ch", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0002-1966-1197")),
@@ -22,6 +22,6 @@ Depends:
2222
LazyData: true
2323
Language: en-GB
2424
Config/Needs/website: rmarkdown
25-
Date: 2026-05-12
26-
URL: https://github.com/openwashdata/fungalgrowth
27-
BugReports: https://github.com/openwashdata/fungalgrowth/issues
25+
Date: 2026-05-15
26+
URL: https://github.com/Global-Health-Engineering/fungalgrowth
27+
BugReports: https://github.com/Global-Health-Engineering/fungalgrowth/issues

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can install the development version of fungalgrowth from
4545

4646
``` r
4747
# install.packages("devtools")
48-
devtools::install_github("openwashdata/fungalgrowth")
48+
devtools::install_github("global-health-engineering/fungalgrowth")
4949
```
5050

5151
```{r}
@@ -230,7 +230,7 @@ ggplot(fungal_growth, aes(x = dpi, y = area_size, group = id_treatment)) +
230230
## License
231231

232232
Data are available as
233-
[CC-BY](https://github.com/openwashdata/%7B%7B%7Bpackagename%7D%7D%7D/blob/main/LICENSE.md).
233+
[CC-BY](https://github.com/Global-Health-Engineering/fungalgrowth/blob/main/LICENSE.md).
234234

235235
## Citation
236236

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can install the development version of fungalgrowth from
2424

2525
``` r
2626
# install.packages("devtools")
27-
devtools::install_github("openwashdata/fungalgrowth")
27+
devtools::install_github("global-health-engineering/fungalgrowth")
2828
```
2929

3030
``` r
@@ -81,7 +81,7 @@ experiment_setup |>
8181
gt::as_raw_html()
8282
```
8383

84-
<div id="xdbvyxdswg" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
84+
<div id="qdrhsbrzmb" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
8585
&#10; <table class="gt_table" data-quarto-disable-processing="false" data-quarto-bootstrap="false" style="-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; display: table; border-collapse: collapse; line-height: normal; margin-left: auto; margin-right: auto; color: #333333; font-size: 16px; font-weight: normal; font-style: normal; background-color: #FFFFFF; width: auto; border-top-style: solid; border-top-width: 2px; border-top-color: #A8A8A8; border-right-style: none; border-right-width: 2px; border-right-color: #D3D3D3; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #A8A8A8; border-left-style: none; border-left-width: 2px; border-left-color: #D3D3D3;" bgcolor="#FFFFFF">
8686
<thead style="border-style: none;">
8787
<tr class="gt_col_headings" style="border-style: none; border-top-style: solid; border-top-width: 2px; border-top-color: #D3D3D3; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #D3D3D3; border-left-style: none; border-left-width: 1px; border-left-color: #D3D3D3; border-right-style: none; border-right-width: 1px; border-right-color: #D3D3D3;">
@@ -263,7 +263,7 @@ experiment_endpoint |>
263263
gt::as_raw_html()
264264
```
265265

266-
<div id="xwhedxugju" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
266+
<div id="rvfihomqfl" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
267267
&#10; <table class="gt_table" data-quarto-disable-processing="false" data-quarto-bootstrap="false" style="-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; display: table; border-collapse: collapse; line-height: normal; margin-left: auto; margin-right: auto; color: #333333; font-size: 16px; font-weight: normal; font-style: normal; background-color: #FFFFFF; width: auto; border-top-style: solid; border-top-width: 2px; border-top-color: #A8A8A8; border-right-style: none; border-right-width: 2px; border-right-color: #D3D3D3; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #A8A8A8; border-left-style: none; border-left-width: 2px; border-left-color: #D3D3D3;" bgcolor="#FFFFFF">
268268
<thead style="border-style: none;">
269269
<tr class="gt_col_headings" style="border-style: none; border-top-style: solid; border-top-width: 2px; border-top-color: #D3D3D3; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #D3D3D3; border-left-style: none; border-left-width: 1px; border-left-color: #D3D3D3; border-right-style: none; border-right-width: 1px; border-right-color: #D3D3D3;">
@@ -529,7 +529,7 @@ faecal_measurements |>
529529
gt::as_raw_html()
530530
```
531531

532-
<div id="bnlfmwlniz" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
532+
<div id="ppcjqsxaej" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
533533
&#10; <table class="gt_table" data-quarto-disable-processing="false" data-quarto-bootstrap="false" style="-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; display: table; border-collapse: collapse; line-height: normal; margin-left: auto; margin-right: auto; color: #333333; font-size: 16px; font-weight: normal; font-style: normal; background-color: #FFFFFF; width: auto; border-top-style: solid; border-top-width: 2px; border-top-color: #A8A8A8; border-right-style: none; border-right-width: 2px; border-right-color: #D3D3D3; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #A8A8A8; border-left-style: none; border-left-width: 2px; border-left-color: #D3D3D3;" bgcolor="#FFFFFF">
534534
<thead style="border-style: none;">
535535
<tr class="gt_col_headings" style="border-style: none; border-top-style: solid; border-top-width: 2px; border-top-color: #D3D3D3; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #D3D3D3; border-left-style: none; border-left-width: 1px; border-left-color: #D3D3D3; border-right-style: none; border-right-width: 1px; border-right-color: #D3D3D3;">
@@ -879,7 +879,7 @@ inoculum_species |>
879879
gt::as_raw_html()
880880
```
881881

882-
<div id="waaqcldybd" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
882+
<div id="diqvvaexwn" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
883883
&#10; <table class="gt_table" data-quarto-disable-processing="false" data-quarto-bootstrap="false" style="-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; display: table; border-collapse: collapse; line-height: normal; margin-left: auto; margin-right: auto; color: #333333; font-size: 16px; font-weight: normal; font-style: normal; background-color: #FFFFFF; width: auto; border-top-style: solid; border-top-width: 2px; border-top-color: #A8A8A8; border-right-style: none; border-right-width: 2px; border-right-color: #D3D3D3; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #A8A8A8; border-left-style: none; border-left-width: 2px; border-left-color: #D3D3D3;" bgcolor="#FFFFFF">
884884
<thead style="border-style: none;">
885885
<tr class="gt_col_headings" style="border-style: none; border-top-style: solid; border-top-width: 2px; border-top-color: #D3D3D3; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #D3D3D3; border-left-style: none; border-left-width: 1px; border-left-color: #D3D3D3; border-right-style: none; border-right-width: 1px; border-right-color: #D3D3D3;">
@@ -1003,7 +1003,7 @@ fungal_growth |>
10031003
gt::as_raw_html()
10041004
```
10051005

1006-
<div id="wczgtwzymr" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
1006+
<div id="entnskzoya" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
10071007
&#10; <table class="gt_table" data-quarto-disable-processing="false" data-quarto-bootstrap="false" style="-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; display: table; border-collapse: collapse; line-height: normal; margin-left: auto; margin-right: auto; color: #333333; font-size: 16px; font-weight: normal; font-style: normal; background-color: #FFFFFF; width: auto; border-top-style: solid; border-top-width: 2px; border-top-color: #A8A8A8; border-right-style: none; border-right-width: 2px; border-right-color: #D3D3D3; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #A8A8A8; border-left-style: none; border-left-width: 2px; border-left-color: #D3D3D3;" bgcolor="#FFFFFF">
10081008
<thead style="border-style: none;">
10091009
<tr class="gt_col_headings" style="border-style: none; border-top-style: solid; border-top-width: 2px; border-top-color: #D3D3D3; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #D3D3D3; border-left-style: none; border-left-width: 1px; border-left-color: #D3D3D3; border-right-style: none; border-right-width: 1px; border-right-color: #D3D3D3;">
@@ -1273,8 +1273,12 @@ NA
12731273

12741274
<td style="text-align:left;">
12751275

1276-
Coded description of fungal growth at this timepoint; numeric score
1277-
recorded during observation.
1276+
Mycelium health score assessed on a 0-5 scale by a single unblinded
1277+
operator: 0: no visible mycelium, 1: sparse/dying mycelium, 2: patchy
1278+
growth with signs of decline, 3: healthy mycelium covering but with
1279+
clear visible substrate , 4: dense, vigorous mycelium some substrate
1280+
visible, 5: dense mycelium mat without any visible material below the
1281+
mycelium.
12781282
</td>
12791283

12801284
</tr>
@@ -1306,7 +1310,7 @@ ggplot(fungal_growth, aes(x = dpi, y = area_size, group = id_treatment)) +
13061310
## License
13071311

13081312
Data are available as
1309-
[CC-BY](https://github.com/openwashdata/%7B%7B%7Bpackagename%7D%7D%7D/blob/main/LICENSE.md).
1313+
[CC-BY](https://github.com/Global-Health-Engineering/fungalgrowth/blob/main/LICENSE.md).
13101314

13111315
## Citation
13121316

@@ -1318,7 +1322,7 @@ citation("fungalgrowth")
13181322
#>
13191323
#> Peter J, Clavijo Daza A (2026). _fungalgrowth: Fungal Growth Assay on
13201324
#> Human Faeces_. R package version 0.0.0.9000,
1321-
#> <https://github.com/openwashdata/fungalgrowth>.
1325+
#> <https://github.com/Global-Health-Engineering/fungalgrowth>.
13221326
#>
13231327
#> A BibTeX entry for LaTeX users is
13241328
#>
@@ -1327,6 +1331,6 @@ citation("fungalgrowth")
13271331
#> author = {Jules Peter and Adriana {Clavijo Daza}},
13281332
#> year = {2026},
13291333
#> note = {R package version 0.0.0.9000},
1330-
#> url = {https://github.com/openwashdata/fungalgrowth},
1334+
#> url = {https://github.com/Global-Health-Engineering/fungalgrowth},
13311335
#> }
13321336
```

_pkgdown.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11

2-
url: https://github.com/openwashdata/fungalgrowth
2+
url: https://github.com/Global-Health-Engineering/fungalgrowth
33
template:
44
bootstrap: 5
55
includes:
66
in_header: |
7-
<script defer data-domain="openwashdata.github.io" src="https://plausible.io/js/script.js"></script>
7+
<script defer data-domain="global-health-engineering.github.io" src="https://plausible.io/js/script.js"></script>
88
99
home:
1010
links:
1111
- icon: github
1212
text: GitHub repository
13-
href: https://github.com/openwashdata/fungalgrowth
13+
href: https://github.com/Global-Health-Engineering/fungalgrowth
1414
sidebar:
1515
structure: [links, citation, authors, dev]
1616

0 commit comments

Comments
 (0)