diff --git a/.Rbuildignore b/.Rbuildignore index 721dc600..68260c6c 100755 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,3 +1,5 @@ +^renv$ +^renv\.lock$ ^\.git$ ^\.github$ ^\.gitignore$ diff --git a/.gitignore b/.gitignore index f02927a2..3e676a4d 100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ .Rproj.user .Rhistory -.RData \ No newline at end of file +.RData +.Rprofile +renv/ +renv.lock diff --git a/DESCRIPTION b/DESCRIPTION index 5f19a66c..34c268e3 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", @@ -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) @@ -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 diff --git a/NEWS.md b/NEWS.md index a784946b..a722fae4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,12 @@ +# NACHO 2.0.3 + +## Chores + +- In `DESCRIPTION`, + - chore: update domain name. + +**Full Changelog**: + # NACHO 2.0.2 ## Chores diff --git a/inst/app/app.R b/inst/app/app.R index ed593951..2f3e4618 100644 --- a/inst/app/app.R +++ b/inst/app/app.R @@ -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)") diff --git a/man/NACHO-package.Rd b/man/NACHO-package.Rd index 5dfddfad..3c9b7c51 100644 --- a/man/NACHO-package.Rd +++ b/man/NACHO-package.Rd @@ -12,7 +12,7 @@ NanoString nCounter data are gene expression assays where there is no need for t Useful links: \itemize{ \item \url{https://github.com/mcanouil/NACHO/} - \item \url{https://m.canouil.fr/NACHO/} + \item \url{https://m.canouil.dev/NACHO/} \item Report bugs at \url{https://github.com/mcanouil/NACHO/issues} }