File: zzz.R

package info (click to toggle)
r-cran-semplot 1.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 464 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
# I copied this piece of code from Lavaan mainly:
# 
# .onAttach <- function(libname, pkgname) {
#   version <- read.dcf(file=system.file("DESCRIPTION", package=pkgname),
#                       fields="Version")
#   packageStartupMessage("This is ",paste(pkgname, version))
#   packageStartupMessage(pkgname, " is BETA software! Please report any bugs.")
# }