Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanaxen committed Dec 1, 2022
1 parent 33fc4eb commit 1055464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ install.packages("prodlim" repos = "http://cran.us.r-project.org"))
install.packages("listenv" repos = "http://cran.us.r-project.org"))
install.packages("rlang", repos = "http://cran.us.r-project.org")
install.packages("gplots", repos = "http://cran.us.r-project.org")
devtools::install_github("fisproject/lineNotify", force=T)
remotes::install_github("mlverse/tft")
```
Expand Down
1 change: 1 addition & 0 deletions tft/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2755,6 +2755,7 @@ private void button9_Click(object sender, EventArgs e)

try
{
plot.webView21.Hide();
plot.pictureBox1.Image = null;
pictureBox3.Image = null;
if (System.IO.File.Exists(base_name + "_fitted_plot.png"))
Expand Down

0 comments on commit 1055464

Please sign in to comment.