Skip to content

Commit

Permalink
Updated Readme and version to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ppernot committed Sep 10, 2020
1 parent a51f7ce commit 6cf6ac3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@

* Multi Curve Resolution by Alternated Least Squares (MCR-ALS)

* Hybrid hard-soft modeling (DAS, homogeneous chemistry...)


<!--The code can be tested here: https://upsa.shinyapps.io/SK-Ana/-->


## Installation
## Local install

* Download the latest release [here](https://github.com/ppernot/SK-Ana/releases/latest)
and decompress the archive in a dedicated directory. If you want the most recent code
Expand All @@ -25,7 +28,7 @@

+ [RStudio](https://www.rstudio.com/products/rstudio/download/#download) (Optional)

## How to run SK-Ana (for non-docker-based installs)
### How to run SK-Ana (for non-docker-based installs)

* Using `R`: go to the installation directory and run the command `shiny::runApp()` in a `R` console

Expand Down
4 changes: 2 additions & 2 deletions ui_files/about.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ sidebarPanel(
width = sideWidth,
h5("Author : P. Pernot"),
h5("Affiliation : CNRS"),
h5("Version : 3.0alpha"),
h5("Date : 2018/11/30"),
h5("Version : 3.3"),
h5("Date : 2020/09/10"),
hr( style="border-color: #666;"),
a(href="https://github.com/ppernot/SK-Ana","How to cite..."),
br(),
Expand Down

0 comments on commit 6cf6ac3

Please sign in to comment.