Skip to content

Commit

Permalink
Rename package TransparentSOFIA -> SOFIA
Browse files Browse the repository at this point in the history
  • Loading branch information
arni-magnusson committed Jan 24, 2022
1 parent 9259e3d commit a254850
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 43 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package: TransparentSOFIA
Version: 1.0.1
Date: 2022-01-21
Package: SOFIA
Version: 1.0.2
Date: 2022-01-24
Title: Tools to Work with SOFIA Analyses
Authors@R: c(person("Rishi", "Sharma", role="aut"),
person("Arni", "Magnusson", role=c("aut","cre"), email="thisisarni@gmail.com"))
Imports: stats, ggplot2, sraplus
Description: Tools that support the Transparent SOFIA framework.
License: GPL-3
URL: https://github.com/sofia-tsaf/TransparentSOFIA
URL: https://github.com/sofia-tsaf/SOFIA
Encoding: UTF-8
RoxygenNote: 7.1.2
Roxygen: list(old_usage=TRUE)
Expand Down
9 changes: 1 addition & 8 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# TransparentSOFIA 1.0.1 (2022-01-21)

* Renamed package TSAF -> TransparentSOFIA.




# TransparentSOFIA 1.0.0 (2021-12-10)
# SOFIA 1.0.2 (2022-01-24)

* Initial release.
8 changes: 4 additions & 4 deletions R/TransparentSOFIA-package.R → R/SOFIA-package.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#' @docType package
#'
#' @name TransparentSOFIA-package
#' @name SOFIA-package
#'
#' @aliases TransparentSOFIA
#' @aliases SOFIA
#'
#' @title Tools to Work with SOFIA Analyses
#'
Expand All @@ -27,10 +27,10 @@
#' @author Rishi Sharma and Arni Magnusson.
#'
#' @references
#' \url{https://github.com/sofia-tsaf/TransparentSOFIA}
#' \url{https://github.com/sofia-tsaf/SOFIA}
#'
#' @seealso
#' \pkg{TransparentSOFIA} is used in combination with the packages \pkg{sraplus}
#' \pkg{SOFIA} is used in combination with the packages \pkg{sraplus}
#' (analytical model) and \pkg{TAF} (workflow).

NA
2 changes: 1 addition & 1 deletion R/addDriors.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#'
#' \code{\link{addEffort}} adds an effort column to catch data.
#'
#' \code{\link{TransparentSOFIA-package}} gives an overview of the package.
#' \code{\link{SOFIA-package}} gives an overview of the package.
#'
#' @examples
#' \dontrun{
Expand Down
2 changes: 1 addition & 1 deletion R/addEffort.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#'
#' \code{\link{addDriors}} adds a driors column to stocks.
#'
#' \code{\link{TransparentSOFIA-package}} gives an overview of the package.
#' \code{\link{SOFIA-package}} gives an overview of the package.
#'
#' @examples
#' \dontrun{
Expand Down
2 changes: 1 addition & 1 deletion R/calcCat.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#' @seealso
#' \code{\link{plotCat}} plots a summary of stock status categories.
#'
#' \code{\link{TransparentSOFIA-package}} gives an overview of the package.
#' \code{\link{SOFIA-package}} gives an overview of the package.
#'
#' @examples
#' \dontrun{
Expand Down
2 changes: 1 addition & 1 deletion R/plotCat.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#'
#' \code{\link{calcCat}} calculates stock status categories.
#'
#' \code{\link{TransparentSOFIA-package}} gives an overview of the package.
#' \code{\link{SOFIA-package}} gives an overview of the package.
#'
#' @examples
#' \dontrun{
Expand Down
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
TransparentSOFIA
================
SOFIA
=====

The TransparentSOFIA package provides tools that support the SOFIA analyses.
The SOFIA package provides tools that support the Transparent SOFIA framework.

Installation
------------

TransparentSOFIA can be installed from GitHub using the `install_github`
command:
SOFIA can be installed from GitHub using the `install_github` command:

```R
library(remotes)
install_github("sofia-tsaf/TransparentSOFIA")
install_github("sofia-tsaf/SOFIA")
```

Usage
Expand All @@ -20,16 +19,14 @@ Usage
For a summary of the package:

```R
library(TransparentSOFIA)
?TransparentSOFIA
library(SOFIA)
?SOFIA
```

Development
-----------

TransparentSOFIA is developed openly on
[GitHub](https://github.com/sofia-tsaf/TransparentSOFIA).
SOFIA is developed openly on [GitHub](https://github.com/sofia-tsaf/SOFIA).

Feel free to open an
[issue](https://github.com/sofia-tsaf/TransparentSOFIA/issues) there if you
encounter problems or have suggestions for future versions.
Feel free to open an [issue](https://github.com/sofia-tsaf/SOFIA/issues) there
if you encounter problems or have suggestions for future versions.
12 changes: 6 additions & 6 deletions man/TransparentSOFIA-package.Rd → man/SOFIA-package.Rd

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

2 changes: 1 addition & 1 deletion man/addDriors.Rd

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

2 changes: 1 addition & 1 deletion man/addEffort.Rd

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

2 changes: 1 addition & 1 deletion man/calcCat.Rd

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

2 changes: 1 addition & 1 deletion man/plotCat.Rd

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

0 comments on commit a254850

Please sign in to comment.