Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HTRfit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LBMC
yvertlab
evolution_plasticity
plasticity_mutation
HTRfit
Commits
a7d71b45
Commit
a7d71b45
authored
1 year ago
by
Arnaud Duvermy
Browse files
Options
Downloads
Patches
Plain Diff
test improvment website
parent
c85e3b49
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
inst/pkgdown/_pkgdown.yml
+3
-1
3 additions, 1 deletion
inst/pkgdown/_pkgdown.yml
vignettes/htrfit.Rmd
+653
-0
653 additions, 0 deletions
vignettes/htrfit.Rmd
vignettes/test_vignette.Rmd
+23
-0
23 additions, 0 deletions
vignettes/test_vignette.Rmd
with
679 additions
and
1 deletion
inst/pkgdown/_pkgdown.yml
+
3
−
1
View file @
a7d71b45
...
...
@@ -8,4 +8,6 @@ navbar:
components
:
gitlab
:
icon
:
fab fa-gitlab fa-lg
href
:
https://gitbio.ens-lyon.fr/LBMC/yvertlab/vortex/plasticity_mutation/HTRfit
\ No newline at end of file
href
:
https://gitbio.ens-lyon.fr/LBMC/yvertlab/vortex/plasticity_mutation/HTRfit
articles
:
text
:
kdjskjdl
\ No newline at end of file
This diff is collapsed.
Click to expand it.
vignettes/htrfit.Rmd
0 → 100644
+
653
−
0
View file @
a7d71b45
This diff is collapsed.
Click to expand it.
vignettes/test_vignette.Rmd
0 → 100644
+
23
−
0
View file @
a7d71b45
---
title: "Test vignette"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Test vignette}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
```{r setup}
library(HTRfit)
print("oui")
```
[test_link](htrfit.html)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment