File: zzz.R

package info (click to toggle)
r-cran-rbibutils 2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,100 kB
  • sloc: ansic: 99,989; xml: 4,509; sh: 13; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 436 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
.onLoad <- function(libname, pkgname){
    ## (2023-11-11) TODO: not completely sure tht JSSextra needs to be automatically made
    ##                    default. Probably yes.
    ##
    ## register for now to keep with the old behaviour, i.e the one before fixing JSSextra to
    ## not make modifications in the environment of JSS, making JSS and JSSextra the same
    ## style.
    register_JSSextra(TRUE)

    NULL
}