Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Z
Zalpha
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computational Genetics
Zalpha
Commits
e48aa5b1
Commit
e48aa5b1
authored
5 years ago
by
Clare
Browse files
Options
Downloads
Patches
Plain Diff
Added information on how to install on CRAN
parent
ce58bb25
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+13
-2
13 additions, 2 deletions
README.md
with
13 additions
and
2 deletions
README.md
+
13
−
2
View file @
e48aa5b1
...
...
@@ -4,7 +4,15 @@ R package for the zalpha suite of selection statistics. This package allows the
## Installing
To install this package:
Version 0.1.0 is on CRAN.
**To install this package from CRAN:**
```
install.packages("zalpha")
```
**To install the development version of this package from github:**
1) Install the devtools package
...
...
@@ -29,10 +37,13 @@ install_github("chorscroft/zalpha")
For a full explanation of how to use the zalpha package, please see the "zalpha" vignette.
```
install_github("chorscroft/zalpha", build_vignettes=TRUE) # might also have to include the option force=TRUE if the package is already installed
vignette("zalpha")
```
If this does not work and you installed the packages directly from Github, try installing using the following code:
```
install_github("chorscroft/zalpha", build_vignettes=TRUE) # might also have to include the option force=TRUE if the package is already installed
```
## Authors
*
**Clare Horscroft**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment