CRAN Package Check Results for Maintainer ‘Christopher Gandrud <christopher.gandrud at gmail.com>’

Last updated on 2025-04-12 22:52:33 CEST.

Package ERROR NOTE OK
coreSim 14
d3Network 14
DataCombine 7 4 3
dpmr 4 10
dynsim 11 3
mcreplicate 14
networkD3 4 11
plotMElm 7 8
pltesim 4 11
psData 12 3
repmis 7 8
simPH 12 3
simpleSetup 7 8

Package coreSim

Current CRAN status: OK: 14

Package d3Network

Current CRAN status: OK: 14

Package DataCombine

Current CRAN status: ERROR: 7, NOTE: 4, OK: 3

Version: 0.2.21
Check: Rd files
Result: NOTE checkRd: (-1) StartEnd.Rd:31: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) StartEnd.Rd:32: Lost braces in \itemize; \value handles \item{}{} directly Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-macos-x86_64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 0.2.21
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: FillIn.Rd: data.table slide.Rd: dplyr slideMA.Rd: dplyr Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64

Version: 0.2.21
Check: examples
Result: ERROR Running examples in ‘DataCombine-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: MoveFront > ### Title: Move variables to the front of a data frame. > ### Aliases: MoveFront > > ### ** Examples > > # Create fake data > A <- B <- C <- 1:50 > OldOrder <- data.frame(A, B, C) > > # Move C to front > NewOrder1 <- MoveFront(OldOrder, "C") > names(NewOrder1) [1] "C" "A" "B" > > # Move B and A to the front > NewOrder2 <- MoveFront(OldOrder, c("B", "A")) > names(NewOrder2) [1] "B" "A" "C" > > ## Non-exact matching (example from Felix Hass) > # Create fake data > df <- data.frame(dummy = c(1,0), Name = c("Angola", "Chad"), + DyadName = c("Government of Angola - UNITA", + "Government of Chad - FNT"), + Year = c("2002", "1992")) > > df <- MoveFront(df, c("Name", "Year"), exact = FALSE) Error in grep(pattern, x, ignore.case, value, perl, fixed, useBytes, invert) : NA in coercion to boolean Calls: MoveFront -> OneMove -> grep Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Version: 0.2.21
Check: examples
Result: ERROR Running examples in ‘DataCombine-Ex.R’ failed The error most likely occurred in: > ### Name: MoveFront > ### Title: Move variables to the front of a data frame. > ### Aliases: MoveFront > > ### ** Examples > > # Create fake data > A <- B <- C <- 1:50 > OldOrder <- data.frame(A, B, C) > > # Move C to front > NewOrder1 <- MoveFront(OldOrder, "C") > names(NewOrder1) [1] "C" "A" "B" > > # Move B and A to the front > NewOrder2 <- MoveFront(OldOrder, c("B", "A")) > names(NewOrder2) [1] "B" "A" "C" > > ## Non-exact matching (example from Felix Hass) > # Create fake data > df <- data.frame(dummy = c(1,0), Name = c("Angola", "Chad"), + DyadName = c("Government of Angola - UNITA", + "Government of Chad - FNT"), + Year = c("2002", "1992")) > > df <- MoveFront(df, c("Name", "Year"), exact = FALSE) Error in grep(pattern, x, ignore.case, value, perl, fixed, useBytes, invert) : NA in coercion to boolean Calls: MoveFront -> OneMove -> grep Execution halted Flavors: r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-macos-x86_64, r-devel-windows-x86_64

Package dpmr

Current CRAN status: NOTE: 4, OK: 10

Version: 0.1.9
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: datapackage_init.Rd: toJSON, export datapackage_install.Rd: import Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64

Package dynsim

Current CRAN status: NOTE: 11, OK: 3

Version: 1.2.3
Check: Rd files
Result: NOTE checkRd: (-1) dynsim.Rd:48: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) dynsim.Rd:49: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) dynsim.Rd:50-51: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) dynsim.Rd:52: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) dynsim.Rd:53-54: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) dynsim.Rd:55-56: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) dynsim.Rd:57-58: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) dynsim.Rd:59-60: Lost braces in \itemize; \value handles \item{}{} directly Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-macos-x86_64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 1.2.3
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: dynsimGG.Rd: scale_colour_brewer, discrete_scale Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64

Package mcreplicate

Current CRAN status: OK: 14

Package networkD3

Current CRAN status: NOTE: 4, OK: 11

Version: 0.4
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: JS.Rd: htmlwidgets igraph_to_networkD3.Rd: membership Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64

Package plotMElm

Current CRAN status: NOTE: 7, OK: 8

Version: 0.1.5
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package pltesim

Current CRAN status: NOTE: 4, OK: 11

Version: 1.0
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: plte_builder.Rd: qi_builder Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64

Package psData

Current CRAN status: NOTE: 12, OK: 3

Version: 0.2.2
Check: Rd files
Result: NOTE checkRd: (-1) IMF_WBGet.Rd:57: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:58: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:59: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:60: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:61: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:62: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:63: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:64: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:65: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:66: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:67: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:68: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:69: Lost braces in \itemize; meant \describe ? checkRd: (-1) RRCrisisGet.Rd:37-39: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) RRCrisisGet.Rd:40: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) RRCrisisGet.Rd:41: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) RRCrisisGet.Rd:42: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) RRCrisisGet.Rd:43: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) RRCrisisGet.Rd:44: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) RRCrisisGet.Rd:45: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) RRCrisisGet.Rd:46: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) RRCrisisGet.Rd:47: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) RRCrisisGet.Rd:48: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) RRCrisisGet.Rd:49: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) WinsetCreator.Rd:31: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) WinsetCreator.Rd:32: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) WinsetCreator.Rd:33: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) WinsetCreator.Rd:34: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) WinsetCreator.Rd:35: Lost braces in \itemize; \value handles \item{}{} directly Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-macos-x86_64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 0.2.2
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: CountryID.Rd: countrycode DDGet.Rd: countrycode DpiGet.Rd: countrycode IMF_WBGet.Rd: countrycode PolityGet.Rd: countrycode RRCrisisGet.Rd: countrycode WinsetCreator.Rd: countrycode countrycode_data.Rd: countrycode Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64

Package repmis

Current CRAN status: NOTE: 7, OK: 8

Version: 0.5
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: source_XlsxData.Rd: httr source_data.Rd: fread, httr Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64

Version: 0.5
Check: for non-standard things in the check directory
Result: NOTE Found the following files/directories: ‘PackageCites.bib’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Package simPH

Current CRAN status: NOTE: 12, OK: 3

Version: 1.3.13
Check: Rd files
Result: NOTE checkRd: (-1) coxsimSpline.Rd:93: Lost braces; missing escapes or markup? 93 | {FD(h[i](t)) = (exp(g(x[j]) - g(x[l])) - 1) * 100} | ^ checkRd: (-1) simPH.Rd:16-19: Lost braces in \itemize; meant \describe ? checkRd: (-1) simPH.Rd:20-24: Lost braces in \itemize; meant \describe ? checkRd: (-1) simPH.Rd:25-30: Lost braces in \itemize; meant \describe ? checkRd: (-1) simPH.Rd:31-33: Lost braces in \itemize; meant \describe ? checkRd: (-1) simPH.Rd:34-36: Lost braces in \itemize; meant \describe ? checkRd: (-1) simPH.Rd:44-46: Lost braces in \itemize; meant \describe ? checkRd: (-1) simPH.Rd:47-49: Lost braces in \itemize; meant \describe ? checkRd: (-1) simPH.Rd:50-53: Lost braces in \itemize; meant \describe ? Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-macos-x86_64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 1.3.13
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: coxsimInteract.Rd: coxph, survival, strata coxsimLinear.Rd: coxph, survival, strata coxsimPoly.Rd: coxph, survival, strata coxsimSpline.Rd: coxph, pspline, survival, strata coxsimtvc.Rd: coxph, survival, strata ggfitStrata.Rd: plot.survfit, survfit, strata simGG.siminteract.Rd: scale_colour_brewer, discrete_scale simGG.simlinear.Rd: scale_colour_brewer, discrete_scale simGG.simpoly.Rd: scale_colour_brewer, discrete_scale simGG.simtvc.Rd: scale_colour_brewer, discrete_scale simPH.Rd: coxph tvc.Rd: survival, coxph Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64

Package simpleSetup

Current CRAN status: NOTE: 7, OK: 8

Version: 0.1.0
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.