Skip to content

Commit

Permalink
add Installation Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Carol-seven committed Jul 9, 2024
1 parent d6df42f commit 5ca26bd
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 7 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![R-CMD-check](https://github.com/uconn-scs/msDiaLogue/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/uconn-scs/msDiaLogue/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->


## Code building for workflow package

This repository will be used to build a customized [UConn](https://uconn.edu/)
Expand All @@ -12,6 +13,7 @@ workflow for Data-Independent Acquisition (DIA) proteomics data. The code will
be expanded to include more options for users, and more detailed explanations of
the steps in the analysis process.


## Installation

You can install the development version of **msDiaLogue** from
Expand All @@ -22,8 +24,6 @@ You can install the development version of **msDiaLogue** from
devtools::install_github("uconn-scs/msDiaLogue")
```

For Windows, the [RTools](https://cran.r-project.org/bin/windows/Rtools/) is required to
build this package.

## Main areas include

Expand All @@ -36,3 +36,16 @@ build this package.
* Differential Abundance Analysis: statistical tools for DIA data analysis
* Data visualization: providing clean visuals to aid in data analysis decisions


## General problems during installation

1. `WARNING: Rtools is required to build R packages but is not currently installed.`

For Windows, the [RTools](https://cran.r-project.org/bin/windows/Rtools/) is required to
build this package.

2. `sh: /opt/gfortran/bin/gfortran: No such file or directory`

The [GFortran](https://fortran-lang.org/learn/os_setup/install_gfortran/) compiler is
required to build this package.

2 changes: 1 addition & 1 deletion docs/articles/scaffold.html

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

2 changes: 1 addition & 1 deletion docs/articles/usage_template.html

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

13 changes: 12 additions & 1 deletion docs/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgdown_sha: ~
articles:
scaffold: scaffold.html
usage_template: usage_template.html
last_built: 2024-07-09T02:54Z
last_built: 2024-07-09T18:33Z
urls:
reference: https://uconn-scs.github.io/msDiaLogue/reference
article: https://uconn-scs.github.io/msDiaLogue/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

0 comments on commit 5ca26bd

Please sign in to comment.