diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f91c7f4..2aa433e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,9 +34,9 @@ In brief, the process to add a post is: 1. Create a fork of the `tidyomicsBlog` repository. 2. Create a new directory for your post in the format of YYYY-MM-DD-post-name, within the `tidyomicsBlog/blog/content/post` directory. -3. Write your blog post as an Rmd file and add it to the directory you created. +3. Write your blog post as an Rmd file and add it to the directory you created. All files needed for your Rmd file to run should also be placed within the directory you created. 4. Change your working directory to `tidyomicsBlog/blog`. -4. Call the function `blogdown::build_site(build_rmd = 'newfile')` to create a html file from your Rmd file. +4. Call the function `blogdown::build_site(build_rmd = "newfile")` to create a html file from your Rmd file. 5. Call the function `blogdown::serve_site()` to locally render the website and inspect your work. 6. And you're done! If it all looks good, commit your changes and create a pull request to integrate your new post into the blog. diff --git a/DESCRIPTION b/DESCRIPTION index 49058ae..4212a17 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tidyomicsBlog Title: The tidyomics blog -Version: 1.2.0 +Version: 1.2.1 Authors@R: c( person("Stefano", "Mangiola", email="mangiola.s@wehi.edu.au", role = c("aut","cre"), diff --git a/blog/public/404.html b/blog/public/404.html index 54ce0b8..cb566e4 100644 --- a/blog/public/404.html +++ b/blog/public/404.html @@ -23,7 +23,7 @@ - + @@ -43,9 +43,9 @@ - - + + [![Lifecycle:maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing) [![R build status](https://github.com/stemangiola/sccomp/actions/workflows/rworkflows.yml/badge.svg)](https://github.com/stemangiola/tidyseurat/actions/) @@ -22,6 +20,7 @@ We announce the new tidy and modular interface for a `sccomp`, which improves mo ![](https://raw.githubusercontent.com/stemangiola/sccomp/master/inst/logo-01.png){width="120px"} +We announce the new tidy and modular interface for a `sccomp`, which improves modularity, and clarity. The main change is the modularisation of `sccomp` in functions which can be linked with the pipe operator `|>`. ```{r echo=FALSE, message=FALSE, warning=FALSE} @@ -146,6 +145,4 @@ outlier_free_estimate |> ``` -```{r} -sessionInfo() -``` + diff --git a/blog/public/post/2023-12-07-tidy-sccomp/index.html b/blog/public/post/2023-12-07-tidy-sccomp/index.html index fd5c5eb..6a9515f 100644 --- a/blog/public/post/2023-12-07-tidy-sccomp/index.html +++ b/blog/public/post/2023-12-07-tidy-sccomp/index.html @@ -24,7 +24,7 @@ - + @@ -47,13 +47,13 @@ - - - + + + @@ -101,7 +101,7 @@
We announce the new tidy and modular interface for a sccomp
, which improves modularity, and clarity. The main change is the modularisation of sccomp
in functions which can be linked with the pipe operator |>
.
We announce the new tidy and modular interface for a sccomp
, which improves modularity, and clarity. The main change is the modularisation of sccomp
in functions which can be linked with the pipe operator |>
.