Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
svkucheryavski committed Jul 14, 2022
2 parents 815c4ed + f8a5c8e commit 5b68945
Show file tree
Hide file tree
Showing 76 changed files with 1,541 additions and 439 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}

- uses: r-lib/actions/setup-pandoc@v1
- uses: r-lib/actions/setup-pandoc@v2

- name: Query dependencies
run: |
Expand Down
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: mdatools
Title: Multivariate Data Analysis for Chemometrics
Version: 0.12.0
Date: 2021-09-12
Version: 0.13.0
Date: 2022-07-09
Author: Sergey Kucheryavskiy (<https://orcid.org/0000-0002-3145-7244>)
Maintainer: Sergey Kucheryavskiy <svkucheryavski@gmail.com>
Description: Projection based methods for preprocessing,
Expand All @@ -10,7 +10,7 @@ Description: Projection based methods for preprocessing,
Encoding: UTF-8
License: MIT + file LICENSE
Imports: methods, graphics, grDevices, stats, Matrix
RoxygenNote: 7.1.1
RoxygenNote: 7.2.0
Suggests: testthat
NeedsCompilation: no
Packaged: 2019-05-24 11:03:33 UTC; svkucheryavski
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016-2021 Sergey Kucheryavskiy
Copyright (c) 2016-2022 Sergey Kucheryavskiy

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ S3method(plotPuritySpectra,mcrpure)
S3method(plotRMSE,ipls)
S3method(plotRMSE,regmodel)
S3method(plotRMSE,regres)
S3method(plotRMSERatio,regmodel)
S3method(plotRegcoeffs,regmodel)
S3method(plotResiduals,ldecomp)
S3method(plotResiduals,pca)
Expand Down Expand Up @@ -264,6 +265,7 @@ export(plotPurity)
export(plotPuritySpectra)
export(plotQDoF)
export(plotRMSE)
export(plotRMSERatio)
export(plotRegcoeffs)
export(plotResiduals)
export(plotScatter)
Expand Down Expand Up @@ -351,6 +353,7 @@ importFrom(graphics,rasterImage)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(methods,as)
importFrom(methods,show)
importFrom(stats,convolve)
importFrom(stats,cor)
Expand Down
Loading

0 comments on commit 5b68945

Please sign in to comment.