Skip to content

Commit a21d16c

Browse files
author
Shawn P. Serbin
committed
Updating docs. Built manual. Added initial test
1 parent cbbb46f commit a21d16c

File tree

12 files changed

+125
-6
lines changed

12 files changed

+125
-6
lines changed

DESCRIPTION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ License: FreeBSD + file LICENSE
2525
Copyright: Authors
2626
LazyLoad: yes
2727
LazyData: FALSE
28+
Encoding: UTF-8
29+
RoxygenNote: 6.1.1

FieldSpectra-manual.pdf

-86.3 KB
Binary file not shown.

FieldSpectra_0.9222.pdf

107 KB
Binary file not shown.

R/spectra.average.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#--------------------------------------------------------------------------------------------------#
88
##'
99
##' @name spec.avg
10-
##' Temporary name for function. Change to average.spec once all are consolidated into a single call
1110
##'
1211
##' @title Average associated spectra files into a single spectrum. Works on a single spectra or a
1312
##' directory.

data/README.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

man/extract.metadata.svc.Rd

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/plot.spectra.Rd

Lines changed: 49 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/spec.avg.Rd

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/run.all.R

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/testthat.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
library(testthat)
2+
library(FieldSpectra)
3+
4+
test_package("FieldSpectra")
5+
test_check("FieldSpectra")

0 commit comments

Comments
 (0)