Skip to content

Commit

Permalink
final updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhuling committed Jul 25, 2024
1 parent 4db44ef commit 8800f1b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by roxygen2: do not edit by hand

S3method(coef,oemfit)
S3method(logLik,cv.oem)
S3method(logLik,oem)
S3method(logLik,xval.oem)
Expand Down
1 change: 1 addition & 0 deletions R/deprecated_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ getmin.old <- function(lambda, cvm, cvsd){
}


#' @export
coef.oemfit <- function(object, s = NULL, ...) {
predict(object, s = s, type = "coefficients")
}
Expand Down
35 changes: 32 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,41 @@

## Update for 'oem'

* update for jss
* fixes c++20 bugs

## Test environments

* Ubuntu install, R Under development (unstable) (2022-10-04 r83014)
* Mac OSX (R 4.2.0)

* Mac OSX (R 4.3.2)
* using platform: x86_64-apple-darwin20 (64-bit)

* using R Under development (unstable) (2024-07-24 r86924)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
gcc (GCC) 13.2.1 20240316 (Red Hat 13.2.1-7)
GNU Fortran (GCC) 13.2.1 20240316 (Red Hat 13.2.1-7)
* running under: Fedora Linux 38 (Container Image)

* using R Under development (unstable) (2024-07-23 r86915)
* using platform: aarch64-apple-darwin20
* R was compiled by
Apple clang version 14.0.0 (clang-1400.0.29.202)
GNU Fortran (GCC) 12.2.0
* running under: macOS Sonoma 14.5

* using R Under development (unstable) (2024-07-24 r86924 ucrt)
* using platform: x86_64-w64-mingw32
* R was compiled by
gcc.exe (GCC) 13.2.0
GNU Fortran (GCC) 13.2.0
* running under: Windows Server 2022 x64 (build 20348)

* using R Under development (unstable) (2024-07-24 r86924)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
* running under: Ubuntu 22.04.4 LTS

## R CMD check results

Expand Down

0 comments on commit 8800f1b

Please sign in to comment.