Skip to content

Commit

Permalink
Moved methods drom Rinternals to Rf_
Browse files Browse the repository at this point in the history
  • Loading branch information
iagomosqueira committed Dec 2, 2024
1 parent 4ab66c9 commit c79b6f4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/constructors.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#
# Distributed under the terms of the GNU Public License v 3.0

# TODO: FLBRP(FLStockR)

# FLBRP(object='missing', sr='missing') {{{
#' @rdname FLBRP
#' @aliases FLBRP-missing,missing-method
Expand Down
17 changes: 17 additions & 0 deletions tests/brp.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# brp.R - DESC
# tests/brp.R

# Copyright (c) WUR, 2024.
# Author: Iago MOSQUEIRA (WMR) <iago.mosqueira@wur.nl>
#
# Distributed under the terms of the EUPL-1.2

# XX {{{
# }}}

data(ple4)

a<-brp(FLBRP(ple4))
b<-brp(FLBRP(ple4))

all.equal(a, b)

0 comments on commit c79b6f4

Please sign in to comment.