Skip to content

Commit 9363843

Browse files
committed
update Description
1 parent 98534b4 commit 9363843

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

DESCRIPTION

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
Package: ARTISutils
2-
Title: What the Package Does (One Line, Title Case)
2+
Title: Functions for ARTIS Analyses
33
Version: 0.0.0.9000
4-
Authors@R:
5-
person("First", "Last", , "first.last@example.com", role = c("aut", "cre"))
6-
Description: What the package does (one paragraph).
4+
Authors@R: c(
5+
person("Althea", "Marks", , "amarks1@uw.edu", role = c("aut", "cre")),
6+
person("Jessica", "Gephart", , "gephart@uw.edu", role = c("aut", "ctb"))
7+
)
8+
Description: Standardize Countries, join to other databases, etc. TBD
79
License: MIT + file LICENSE
810
Encoding: UTF-8
911
Roxygen: list(markdown = TRUE)

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
[![R-CMD-check](https://github.com/Seafood-Globalization-Lab/ARTISutils/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Seafood-Globalization-Lab/ARTISutils/actions/workflows/R-CMD-check.yaml)
66
<!-- badges: end -->
77

8-
The goal of ARTISutils is to ...
8+
The goal of ARTISutils is to provide a suite of standardized analysis functions/protocols for working with the ARTIS database.
9+
10+
> [!NOTE]
11+
> This package is not yet functioning. This is a template to start collecting issues and ideas for the planned ARTISutils package -AM 2026-02-24
912
1013
## Installation
1114

0 commit comments

Comments
 (0)