Skip to content

Commit 79f0d90

Browse files
authored
Merge pull request #9 from Bayer-Group/dev
Dev
2 parents fda35a0 + d4fe642 commit 79f0d90

File tree

11 files changed

+838
-37
lines changed

11 files changed

+838
-37
lines changed

_pkgdown.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ navbar:
5555
- text: Example ECx Helper Functions Usage
5656
href: articles/drcHelper.html
5757
- text: Example NOEC Helper Functions Usage
58+
href: articles/Dunnetts_Test_for_Data_with_Hierarchical_Structure.html
5859
- text: Using DRC and BMD
5960
href: articles/Examples_drc.html
6061
- text: Example DRC - OECD 201
@@ -107,6 +108,8 @@ navbar:
107108
menu:
108109
- text: System Testing
109110
href: articles/System_Testing.html
111+
- text: Which JT test to use
112+
href: articles/Verification_which_JT.html
110113
- text: Study Types and Templates
111114
href: articles/Test-Guidelines.html
112115
newissue:

figure/unnamed-chunk-3-1.png

12.1 KB
Loading

figure/unnamed-chunk-8-1.png

12.1 KB
Loading

inst/DevNotes/github_actions.qmd

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,14 @@ r_build_args: --no-build-vignettes --no-manual --no-resave-data
1212
r_check_args: --no-build-vignettes --no-manual
1313
```
1414
15-
R buidling warnings:
16-
17-
Found the following apparent S3 methods exported but not registered:
18-
ED.plus ED.ZG plot.edList plot.modList
19-
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
20-
manual.
21-
22-
Undocumented code objects:
23-
‘dat_bcs1’ ‘dat_medium’ ‘dat_noED50’ ‘dat_shallow’ ‘dat_steep’
24-
‘exampleHistData’ ‘getLineContrast’ ‘getQuadContrast’ ‘metaldata’
25-
‘NTA_Ar_ext_mortality_expected’ ‘NTP_example_rate_expected’
26-
‘rankTransform’ ‘test_cases_data’ ‘test_cases_res’
27-
‘williamsTestLookUpTable’
28-
## Undocumented data sets:
15+
16+
## external images
17+
18+
The second way does not work!
19+
20+
```
21+
resource_files:
22+
- article_assets/quantal_NOEC.png
23+
- ../assets/binomial_tank_effects_visualization.png
24+
```
25+

0 commit comments

Comments
 (0)