Skip to content

Commit

Permalink
tentative fix: change paths to figures
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Apr 28, 2023
1 parent 047562c commit dc24e76
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: RforProteomics
Type: Package
Title: Companion package to the 'Using R and Bioconductor for
proteomics data analysis' publication
Version: 1.39.0
Version: 1.39.1
Authors@R: c(person("Laurent", "Gatto", role=c("aut", "cre"),
email="laurent.gatto@uclouvain.be"),
person("Sebastian", "Gibb", role="ctb",
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# RforProteomics 1

## Changes in version 1.39.1

- change paths to figures.

## Changes in version 1.39.0

- New Bioc devel version
- New Bioc devel version.

## Changes in version 1.37.4

Expand Down
8 changes: 4 additions & 4 deletions vignettes/RProtVis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ saveGIF(an1(), movie.name = "msanim1.gif")
```

```{r, fig.align = "center"}
knitr::include_graphics("figures/msanim1.gif")
knitr::include_graphics("./figures/msanim1.gif")
```

The code chunk below scrolls of a slice of retention times while
Expand All @@ -626,7 +626,7 @@ saveGIF(an2(), movie.name = "msanim2.gif")
```

```{r, fig.align = "center"}
knitr::include_graphics("figures/msanim2.gif")
knitr::include_graphics("./figures/msanim2.gif")
```

## The `r Biocpkg("MSnbase")` infrastructure
Expand Down Expand Up @@ -826,7 +826,7 @@ par(oldPar)
```

```{r, fig.align = "center"}
knitr::include_graphics("figures/mqmsi-1.png")
knitr::include_graphics("./figures/mqmsi-1.png")
```

## An interactive `r CRANpkg("shiny")` app for Imaging mass spectrometry
Expand All @@ -841,7 +841,7 @@ runGitHub("sgibb/ims-shiny")
```

```{r, fig.align = "center"}
knitr::include_graphics("figures/ims-shiny.png")
knitr::include_graphics("./figures/ims-shiny.png")
```

# Spatial proteomics
Expand Down

0 comments on commit dc24e76

Please sign in to comment.