Skip to content

Commit

Permalink
chore: update domain (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil authored Apr 1, 2023
1 parent 85e8a42 commit bab80fb
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
^renv$
^renv\.lock$
^\.git$
^\.github$
^\.gitignore$
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.Rproj.user
.Rhistory
.RData
.RData
.Rprofile
renv/
renv.lock
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: NACHO
Title: NanoString Quality Control Dashboard
Version: 2.0.2
Version: 2.0.3
Authors@R:
c(person(given = "Mickaël",
family = "Canouil",
Expand Down Expand Up @@ -31,7 +31,7 @@ Description: NanoString nCounter data are gene expression assays
size factors in an interactive web application.
License: GPL-3
URL: https://github.com/mcanouil/NACHO/,
https://m.canouil.fr/NACHO/
https://m.canouil.dev/NACHO/
BugReports: https://github.com/mcanouil/NACHO/issues
Depends:
R (>= 3.6.0)
Expand All @@ -57,6 +57,6 @@ VignetteBuilder:
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
RoxygenNote: 7.2.3
SystemRequirements: pandoc (>= 1.12.3), pandoc-citeproc
Config/testthat/edition: 3
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# NACHO 2.0.3

## Chores

- In `DESCRIPTION`,
- chore: update domain name.

**Full Changelog**: <https://github.com/mcanouil/NACHO/compare/v2.0.2...v2.0.3>

# NACHO 2.0.2

## Chores
Expand Down
2 changes: 1 addition & 1 deletion inst/app/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ui <- shiny::tagList(
label = shiny::tags$span(
"Normalisation Method",
shiny::helpText("(See", shiny::tags$a(
href = "https://m.canouil.fr/NACHO/reference/load_rcc.html",
href = "https://m.canouil.dev/NACHO/reference/load_rcc.html",
target = "_blank",
shiny::tags$code("load_rcc()")
), "for details and more options)")
Expand Down
2 changes: 1 addition & 1 deletion man/NACHO-package.Rd

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

0 comments on commit bab80fb

Please sign in to comment.