NEWS


RAINBOWR 0.1.37

Major changes (new functions, etc...)

RAINBOWR 0.1.36

Major changes (new functions, etc...)

RAINBOWR 0.1.35 (2024-03-03)

Major changes (new functions, etc...)

RAINBOWR 0.1.34

Major changes (new functions, etc...)

RAINBOWR 0.1.33 (2023-09-12)

Major changes (new functions, etc...)

RAINBOWR 0.1.32 (2023-08-09)

Major changes (new functions, etc...)

RAINBOWR 0.1.31

Major changes (new functions, etc...)

RAINBOWR 0.1.30

Major changes (new functions, etc...)

RAINBOWR 0.1.29 (2022-01-07)

Major changes

RAINBOWR 0.1.28

NOTE: There is a very large change compared to the older version.We strongly recommend you install the latest version and check the following changes!!

Major changes for correcting errors pointed by CRAN maintainers

Major changes

RAINBOWR 0.1.27

Major changes

RAINBOWR 0.1.26 (2021-02-08)

Major changes

RAINBOWR 0.1.25

Major changes

RAINBOWR 0.1.24

Major changes

RAINBOWR 0.1.23

Major changes

RAINBOWR 0.1.22

Major changes

RAINBOWR 0.1.21 (2020-10-26)

Major changes

RAINBOWR 0.1.20

Major changes

RAINBOWR 0.1.19 (2020-07-23)

Major changes

RAINBOWR 0.1.18

Major changes

RAINBOWR 0.1.17 (2020-04-29)

Major changes

Found the following (possibly) invalid URLs:
URL: https://cran.r-project.org/web/packages/RAINBOWR/index.html
From: inst/doc/RAINBOWR.html
README.md
Status: 200
Message: OK
CRAN URL not in canonical form
The canonical URL of the CRAN page for a package is
https://CRAN.R-project.org/package=pkgname

Then, we fixed this by using the canonical URL of the CRAN package "https://cran.r-project.org/package=RAINBOWR" in inst/doc/RAINBOWR.html and README.md files.

RAINBOWR 0.1.16

Major changes

RAINBOWR 0.1.15

Major changes

We fixed some parts related to the treatment of the missing in marker genotypes.

M.now <- Z.A[not.NA, ] %*% M
if (sum(is.na(M)) == 0) {
M.now <- Z.A[not.NA, ] %*% M
} else {
M.now <- M[apply(Z.A[not.NA, ], 1, function(x) which(x == 1)), ]
}