Skip to content

Commit

Permalink
Remove broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Sep 23, 2024
1 parent 8febb73 commit cbe93d8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ inst/doc

# Temporary files created by devtools
CRAN-SUBMISSION
doc
docs
Meta
d

# Hidden file in MacOSX
.DS_Store

Expand Down
3 changes: 1 addition & 2 deletions R/gamma-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
#' @note
#' This work received a state financial support managed by the Agence Nationale
#' de la Recherche (France) through the program *Investissements d'avenir*
#' (ref. [ANR-10-LABX-52](https://lascarbx.labex.u-bordeaux.fr) and
#' [11-IDEX-0001](https://www.univ-amu.fr/amidex/)).
#' (ref. ANR-10-LABX-52 and 11-IDEX-0001).
#' @name gamma-package
#' @aliases gamma-package gamma
#' @docType package
Expand Down
3 changes: 1 addition & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ spectra <- read(spc_file)
## Load the calibration curve for the dose rate estimation
## As this curve is instrument specific, you will have to build your own
## See help(fit_dose)
data("BDX_LaBr_1", package = "gamma")
plot(BDX_LaBr_1)
```
Expand All @@ -117,4 +116,4 @@ Please note that the **gamma** project is released with a [Contributor Code of C

## Acknowledgements

This work received a state financial support managed by the Agence Nationale de la Recherche (France) through the program *Investissements d'avenir* (ref. [10-LABX-0052](https://lascarbx.labex.u-bordeaux.fr) and [11-IDEX-0001](https://www.univ-amu.fr/amidex)).
This work received a state financial support managed by the Agence Nationale de la Recherche (France) through the program *Investissements d'avenir* (ref. 10-LABX-0052 and 11-IDEX-0001).
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ spectra <- read(spc_file)

## Load the calibration curve for the dose rate estimation
## As this curve is instrument specific, you will have to build your own
## See help(fit_dose)
data("BDX_LaBr_1", package = "gamma")
plot(BDX_LaBr_1)
```
Expand Down Expand Up @@ -150,5 +149,4 @@ By contributing to this project, you agree to abide by its terms.

This work received a state financial support managed by the Agence
Nationale de la Recherche (France) through the program *Investissements
d’avenir* (ref. [10-LABX-0052](https://lascarbx.labex.u-bordeaux.fr) and
[11-IDEX-0001](https://www.univ-amu.fr/amidex)).
d’avenir* (ref. 10-LABX-0052 and 11-IDEX-0001).
3 changes: 1 addition & 2 deletions man/gamma-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ authors:
href: https://www.cnrs.fr
html: <img src="https://crp2a.github.io/gamma/reference/figures/logo_cnrs.jpg" />
LabEx Sciences archéologiques de Bordeaux:
href: https://lascarbx.labex.u-bordeaux.fr
html: <img src="https://crp2a.github.io/gamma/reference/figures/logo_idex.png" />
Idex Aix-Marseille:
href: https://amidex.univ-amu.fr
html: <img src="https://crp2a.github.io/gamma/reference/figures/logo_amidex.jpg" />

template:
Expand Down
2 changes: 1 addition & 1 deletion vignettes/doserate.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ header-includes:
- \usepackage{amssymb}
bibliography: bibliography.bib
vignette: >
%\VignetteIndexEntry{Obtain Dose Rata Calibration Curve}
%\VignetteIndexEntry{Obtaining a Dose Rate Calibration Curve}
%\VignetteEncoding{UTF-8}
%\VignetteEngine{knitr::rmarkdown}
---
Expand Down

0 comments on commit cbe93d8

Please sign in to comment.