Skip to content

Commit

Permalink
Updated PACKAGE documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
neuroimaginador committed Nov 29, 2023
1 parent bd313aa commit 46b54df
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ VignetteBuilder:
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.2.3.9000
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Enhancements:
* Minor changes to the plotting of formal contexts.
* Now the `fc$scale()` function admits a new argument `bg` (default: FALSE) which, if set to TRUE, avoids computing the background knowledge of the scales.

Fixes:

* Changed the package documentation format to comply with the new roxygen2 _PACKAGE sentinel.

# fcaR 1.2.1

Enhancements:
Expand Down
8 changes: 5 additions & 3 deletions R/fcaR-package.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


## usethis namespace: start
#' @useDynLib fcaR, .registration = TRUE
## usethis namespace: end
Expand Down Expand Up @@ -50,6 +52,6 @@ NULL
#' Mora A, Cordero P, Enciso M, Fortes I, Aguilera G (2012). “Closure via functional dependence simplification.” _International Journal of Computer Mathematics_, *89*(4), 510-526.
#' Belohlavek R, Cordero P, Enciso M, Mora Á, Vychodil V (2016). “Automated prover for attribute dependencies in data with grades.” _International Journal of Approximate Reasoning_, *70*, 51-67.
#'
#' @docType package
#' @name fcaR
NULL
# @docType package
#' @keywords internal
"_PACKAGE"
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Test environments
* local R installation, on MACOS BigSur 11.4, R version 4.3.0 (2023-04-21), platform: aarch64-apple-darwin20 (64-bit)
* win-builder (devel)
* macos-latest (release), windows-latest (release), ubuntu-20.04 (release) via GitHub actions.
* windows-latest (release), ubuntu-20.04 (release) via GitHub actions.
* Ubuntu Linux 20.04.1 LTS, R-release, GCC on R-hub.
* local R with valgrind using docker
* Default platforms using devtools::check_rhub().
Expand Down
28 changes: 27 additions & 1 deletion man/fcaR.Rd → man/fcaR-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 46b54df

Please sign in to comment.