Skip to content

Commit

Permalink
Merge pull request #38 from adamlilith/winterIsComing
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
adamlilith authored Oct 5, 2024
2 parents 28a306a + 124c068 commit c3e4a9c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
^.*\.Rproj$
^\.Rproj\.user$
^\.github
^statisfactory_workspace.code-workspace
10 changes: 5 additions & 5 deletions .Rproj.user/1D7C44ED/sources/per/t/69B22AC
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"dirty" : false,
"encoding" : "UTF-8",
"folds" : "",
"hash" : "1022587209",
"hash" : "1971471559",
"id" : "69B22AC",
"lastKnownWriteTime" : 1568426723,
"last_content_update" : 1568426723110,
"lastKnownWriteTime" : 1564796409,
"last_content_update" : 1564796409213,
"path" : "C:/Ecology/Drive/R/statisfactory/DESCRIPTION",
"project_path" : "DESCRIPTION",
"properties" : {
"cursorPosition" : "13,6",
"scrollLine" : "5"
"cursorPosition" : "4,13",
"scrollLine" : "0"
},
"read_only" : false,
"read_only_alternatives" : [
Expand Down
5 changes: 2 additions & 3 deletions .Rproj.user/1D7C44ED/sources/per/t/69B22AC-contents
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: statisfactory
Type: Package
Title: Statistical Tools
Version: 0.3.2
Date: 2019-09-13
Version: 0.3.0
Date: 2019-08-02
Author: Adam B. Smith <[email protected]>
Maintainer: Adam B. Smith <[email protected]>
Description: This package contains functions for implementing
Expand All @@ -11,7 +11,6 @@ Remotes:
adamlilith/omnibus,
Depends:
Imports:
rlist
Suggests:
License: GPL (>=3) + file LICENSE
LazyData: false
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.Rhistory
.RData
.Ruserdata
statisfactory_workspace.code-workspace
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ License: GPL (>=3)
LazyData: true
LazyLoad: yes
URL: https://github.com/adamlilith/statisfactory
BugReports: https://github.com/adamlilith/statisfactory/issues
Encoding: UTF-8
RoxygenNote: 7.2.3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You may need to install package `remotes` first.
* `rankMulti()`: Rank values by multiple tie-breaking criteria

## Principal component analysis (PCA) ##
*`backTransPCA()`: "Back-transform" PCA scores to their original values
* `backTransPCA()`: "Back-transform" PCA scores to their original values

## Geometry
* `countConnected()`: Count number of contiguous "blocks" of cells
Expand Down

0 comments on commit c3e4a9c

Please sign in to comment.